diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-07-08 11:49:28 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2016-08-08 11:06:27 -0700 |
commit | bf2289bedef42426250283ce0e44ec64937920d4 (patch) | |
tree | 8b2ed207316f6d4b9e76f89ffc8736bb5820d79d /arch/arm/boot/dts/bcm-nsp.dtsi | |
parent | 13d04f20935cc4e334576a520069d6e7b85a82f2 (diff) | |
download | talos-obmc-linux-bf2289bedef42426250283ce0e44ec64937920d4.tar.gz talos-obmc-linux-bf2289bedef42426250283ce0e44ec64937920d4.zip |
ARM: dts: NSP: Add Switch Register Access Block node
Add the Switch Register Access Block node, this peripheral is identical
to the BCM5301x Northstar SoC, but we utilize the SoC-wide
"brcm,nsp-srab" compatible string to illustrate the integration
difference here.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm-nsp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm-nsp.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi index 80b51806dc10..d39c38da015c 100644 --- a/arch/arm/boot/dts/bcm-nsp.dtsi +++ b/arch/arm/boot/dts/bcm-nsp.dtsi @@ -264,6 +264,17 @@ clock-names = "apb_pclk"; }; + srab: srab@36000 { + compatible = "brcm,nsp-srab"; + reg = <0x36000 0x1000>; + #address-cells = <1>; + #size-cells = <0>; + + status = "disabled"; + + /* ports are defined in board DTS */ + }; + i2c0: i2c@38000 { compatible = "brcm,iproc-i2c"; reg = <0x38000 0x50>; |