提交 bf2289be 编写于 作者: F Florian Fainelli

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: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 13d04f20
...@@ -264,6 +264,17 @@ ...@@ -264,6 +264,17 @@
clock-names = "apb_pclk"; 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 { i2c0: i2c@38000 {
compatible = "brcm,iproc-i2c"; compatible = "brcm,iproc-i2c";
reg = <0x38000 0x50>; reg = <0x38000 0x50>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册