diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2015-04-16 21:37:51 +0300 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-05-13 19:59:57 +0300 |
commit | 39afb9809ca2da30f266369c5620f5d6230a3558 (patch) | |
tree | 971d2f34759e65d761232fbd8edfe73c159b70ea /arch/arm/boot/dts/bcm63138.dtsi | |
parent | b3e913bed6ac8ea0cd01233252699fb43de754a5 (diff) | |
download | linux-39afb9809ca2da30f266369c5620f5d6230a3558.tar.xz |
ARM: dts: BCM63xx: Add PMB busses nodes
Add the two BCM63138 PMB busses nodes found on this System-on-a-Chip as
described in their corresponding binding document.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm63138.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm63138.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm63138.dtsi b/arch/arm/boot/dts/bcm63138.dtsi index f46329c8ad75..f5b5c528c26c 100644 --- a/arch/arm/boot/dts/bcm63138.dtsi +++ b/arch/arm/boot/dts/bcm63138.dtsi @@ -105,6 +105,18 @@ reg = <0x1e620 0x20>; interrupts = <GIC_PPI 14 IRQ_TYPE_LEVEL_HIGH>; }; + + pmb0: reset-controller@4800c0 { + compatible = "brcm,bcm63138-pmb"; + reg = <0x4800c0 0x10>; + #reset-cells = <2>; + }; + + pmb1: reset-controller@4800e0 { + compatible = "brcm,bcm63138-pmb"; + reg = <0x4800e0 0x10>; + #reset-cells = <2>; + }; }; /* Legacy UBUS base */ |