提交 bb239550 编写于 作者: J Jon Mason 提交者: Florian Fainelli

ARM: dts: NSP: Enable SATA and add i2c devices on XMC

Enable SATA on bcm958625xmc and add the i2c devices present.
Signed-off-by: NJon Mason <jon.mason@broadcom.com>
Signed-off-by: NFlorian Fainelli <f.fainelli@gmail.com>
上级 70725d6e
...@@ -47,6 +47,24 @@ ...@@ -47,6 +47,24 @@
}; };
}; };
&i2c0 {
temperature-sensor@4c {
compatible = "adi,adt7461a";
reg = <0x4c>;
};
eeprom@52 {
compatible = "atmel,24c02";
reg = <0x52>;
pagesize = <16>;
};
rtc@68 {
compatible = "st,m41t81";
reg = <0x68>;
};
};
&nand { &nand {
nandcs@0 { nandcs@0 {
compatible = "brcm,nandcs"; compatible = "brcm,nandcs";
...@@ -85,7 +103,7 @@ ...@@ -85,7 +103,7 @@
}; };
}; };
/* XHCI, SATA, MMC, and Ethernet support needed to be complete */ /* XHCI, MMC, and Ethernet support needed to be complete */
&uart0 { &uart0 {
status = "okay"; status = "okay";
...@@ -99,6 +117,18 @@ ...@@ -99,6 +117,18 @@
status = "okay"; status = "okay";
}; };
&sata_phy0 {
status = "okay";
};
&sata_phy1 {
status = "okay";
};
&sata {
status = "okay";
};
&pinctrl { &pinctrl {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&nand_sel>; pinctrl-0 = <&nand_sel>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册