aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
authorJon Mason <jon.mason@broadcom.com>2016-08-03 14:38:57 -0400
committerFlorian Fainelli <f.fainelli@gmail.com>2016-08-08 21:41:22 -0400
commitbb239550d8767b379be3f8bfd76d02f475754937 (patch)
tree9cce68ece9a551647fb35baed985e76be4e24c23 /arch/arm/boot
parent70725d6e97ac7772cd99332ddc05c7faea56fe9c (diff)
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/dts/bcm958525xmc.dts32
1 files changed, 31 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm958525xmc.dts b/arch/arm/boot/dts/bcm958525xmc.dts
index d257e83dedfc..a337f2d6a912 100644
--- a/arch/arm/boot/dts/bcm958525xmc.dts
+++ b/arch/arm/boot/dts/bcm958525xmc.dts
@@ -47,6 +47,24 @@
47 }; 47 };
48}; 48};
49 49
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
50&nand { 68&nand {
51 nandcs@0 { 69 nandcs@0 {
52 compatible = "brcm,nandcs"; 70 compatible = "brcm,nandcs";
@@ -85,7 +103,7 @@
85 }; 103 };
86}; 104};
87 105
88/* XHCI, SATA, MMC, and Ethernet support needed to be complete */ 106/* XHCI, MMC, and Ethernet support needed to be complete */
89 107
90&uart0 { 108&uart0 {
91 status = "okay"; 109 status = "okay";
@@ -99,6 +117,18 @@
99 status = "okay"; 117 status = "okay";
100}; 118};
101 119
120&sata_phy0 {
121 status = "okay";
122};
123
124&sata_phy1 {
125 status = "okay";
126};
127
128&sata {
129 status = "okay";
130};
131
102&pinctrl { 132&pinctrl {
103 pinctrl-names = "default"; 133 pinctrl-names = "default";
104 pinctrl-0 = <&nand_sel>; 134 pinctrl-0 = <&nand_sel>;