brintos

brintos / linux-shallow public Read only

0
0
Text · 608 B · a98872d Raw
20 lines · plain
1Broadcom BCM63138 Processor Monitor Bus binding2===============================================3 4Please also refer to reset.txt in this directory for common reset5controller binding usage.6 7Require properties:8 9- compatible: must be "brcm,bcm63138-pmb"10- reg: base register address and size for this bus controller11- #reset-cells: must be 2 first cell is the address within the bus instance designated12  by the phandle, and the second is the number of zones for this peripheral13 14Example:15	pmb0: reset-controller@4800c0 {16		compatible = "brcm,bcm63138-pmb";17		reg = <0x4800c0 0x10>;18		#reset-cells = <2>;19	};20