ARM: dts: NSP: Enable SATA and add i2c devices on XMC
authorJon Mason <jon.mason@broadcom.com>
Wed, 3 Aug 2016 18:38:57 +0000 (14:38 -0400)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 9 Aug 2016 01:41:22 +0000 (18:41 -0700)
Enable SATA on bcm958625xmc and add the i2c devices present.

Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm958525xmc.dts

index d257e83..a337f2d 100644 (file)
        };
 };
 
+&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 {
        nandcs@0 {
                compatible = "brcm,nandcs";
        };
 };
 
-/* XHCI, SATA, MMC, and Ethernet support needed to be complete */
+/* XHCI, MMC, and Ethernet support needed to be complete */
 
 &uart0 {
        status = "okay";
        status = "okay";
 };
 
+&sata_phy0 {
+       status = "okay";
+};
+
+&sata_phy1 {
+       status = "okay";
+};
+
+&sata {
+       status = "okay";
+};
+
 &pinctrl {
        pinctrl-names = "default";
        pinctrl-0 = <&nand_sel>;