Skip to content

Commit bb23955

Browse files
Jon Masonffainelli
authored andcommitted
ARM: dts: NSP: Enable SATA and add i2c devices on XMC
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>
1 parent 70725d6 commit bb23955

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

arch/arm/boot/dts/bcm958525xmc.dts

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@
4747
};
4848
};
4949

50+
&i2c0 {
51+
temperature-sensor@4c {
52+
compatible = "adi,adt7461a";
53+
reg = <0x4c>;
54+
};
55+
56+
eeprom@52 {
57+
compatible = "atmel,24c02";
58+
reg = <0x52>;
59+
pagesize = <16>;
60+
};
61+
62+
rtc@68 {
63+
compatible = "st,m41t81";
64+
reg = <0x68>;
65+
};
66+
};
67+
5068
&nand {
5169
nandcs@0 {
5270
compatible = "brcm,nandcs";
@@ -85,7 +103,7 @@
85103
};
86104
};
87105

88-
/* XHCI, SATA, MMC, and Ethernet support needed to be complete */
106+
/* XHCI, MMC, and Ethernet support needed to be complete */
89107

90108
&uart0 {
91109
status = "okay";
@@ -99,6 +117,18 @@
99117
status = "okay";
100118
};
101119

120+
&sata_phy0 {
121+
status = "okay";
122+
};
123+
124+
&sata_phy1 {
125+
status = "okay";
126+
};
127+
128+
&sata {
129+
status = "okay";
130+
};
131+
102132
&pinctrl {
103133
pinctrl-names = "default";
104134
pinctrl-0 = <&nand_sel>;

0 commit comments

Comments
 (0)