Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: DT: Add Broadcom BCM63138 PMB binding

Add a Device Tree binding for the Broadcom BCM63138 Processor Monitor
Bus, which is an internal bus used to access different power and reset
signals within a BCM63138 System-on-a-Chip.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

+19
+19
Documentation/devicetree/bindings/reset/brcm,bcm63138-pmb.txt
··· 1 + Broadcom BCM63138 Processor Monitor Bus binding 2 + =============================================== 3 + 4 + Please also refer to reset.txt in this directory for common reset 5 + controller binding usage. 6 + 7 + Require properties: 8 + 9 + - compatible: must be "brcm,bcm63138-pmb" 10 + - reg: base register address and size for this bus controller 11 + - #reset-cells: must be 2 first cell is the address within the bus instance designated 12 + by the phandle, and the second is the number of zones for this peripheral 13 + 14 + Example: 15 + pmb0: reset-controller@4800c0 { 16 + compatible = "brcm,bcm63138-pmb"; 17 + reg = <0x4800c0 0x10>; 18 + #reset-cells = <2>; 19 + };