18c2ecf20Sopenharmony_ciBroadcom BCM63138 Processor Monitor Bus binding
28c2ecf20Sopenharmony_ci===============================================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciPlease also refer to reset.txt in this directory for common reset
58c2ecf20Sopenharmony_cicontroller binding usage.
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ciRequire properties:
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci- compatible: must be "brcm,bcm63138-pmb"
108c2ecf20Sopenharmony_ci- reg: base register address and size for this bus controller
118c2ecf20Sopenharmony_ci- #reset-cells: must be 2 first cell is the address within the bus instance designated
128c2ecf20Sopenharmony_ci  by the phandle, and the second is the number of zones for this peripheral
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciExample:
158c2ecf20Sopenharmony_ci	pmb0: reset-controller@4800c0 {
168c2ecf20Sopenharmony_ci		compatible = "brcm,bcm63138-pmb";
178c2ecf20Sopenharmony_ci		reg = <0x4800c0 0x10>;
188c2ecf20Sopenharmony_ci		#reset-cells = <2>;
198c2ecf20Sopenharmony_ci	};
20