blob: 6139df0f376c911f078408761acd5f86df09f53b [file] [log] [blame]
Tero Jaaskoafcad882012-10-26 18:56:16 +03001/dts-v1/;
2
Adam Baker76a93dc2014-04-08 23:34:32 +01003#include "kirkwood-nsa3x0-common.dtsi"
Tero Jaaskoafcad882012-10-26 18:56:16 +03004
5/ {
Tero Jaaskoafcad882012-10-26 18:56:16 +03006 compatible = "zyxel,nsa310", "marvell,kirkwood-88f6281", "marvell,kirkwood";
7
8 memory {
9 device_type = "memory";
10 reg = <0x00000000 0x10000000>;
11 };
12
13 chosen {
14 bootargs = "console=ttyS0,115200";
Sebastian Hesselbarthab833612014-04-30 14:56:30 +020015 stdout-path = &uart0;
Tero Jaaskoafcad882012-10-26 18:56:16 +030016 };
17
Ezequiel Garcia54397d82013-07-26 10:18:05 -030018 mbus {
Ezequiel Garcia54397d82013-07-26 10:18:05 -030019 pcie-controller {
20 status = "okay";
21
22 pcie@1,0 {
23 status = "okay";
24 };
25 };
26 };
27
Tero Jaaskoafcad882012-10-26 18:56:16 +030028 ocp@f1000000 {
Sebastian Hesselbartha9483962014-04-30 14:56:32 +020029 pinctrl: pin-controller@10000 {
Thomas Petazzoni7a2c9bb2013-05-24 11:44:53 +020030 pinctrl-0 = <&pmx_unknown>;
Jason Cooper4ded6572013-01-26 20:50:14 +000031 pinctrl-names = "default";
32
33 pmx_led_esata_green: pmx-led-esata-green {
34 marvell,pins = "mpp12";
35 marvell,function = "gpio";
36 };
37
38 pmx_led_esata_red: pmx-led-esata-red {
39 marvell,pins = "mpp13";
40 marvell,function = "gpio";
41 };
42
43 pmx_led_usb_green: pmx-led-usb-green {
44 marvell,pins = "mpp15";
45 marvell,function = "gpio";
46 };
47
48 pmx_led_usb_red: pmx-led-usb-red {
49 marvell,pins = "mpp16";
50 marvell,function = "gpio";
51 };
52
Jason Cooper4ded6572013-01-26 20:50:14 +000053 pmx_led_sys_green: pmx-led-sys-green {
54 marvell,pins = "mpp28";
55 marvell,function = "gpio";
56 };
57
58 pmx_led_sys_red: pmx-led-sys-red {
59 marvell,pins = "mpp29";
60 marvell,function = "gpio";
61 };
62
Jason Cooper4ded6572013-01-26 20:50:14 +000063 pmx_led_hdd_green: pmx-led-hdd-green {
64 marvell,pins = "mpp41";
65 marvell,function = "gpio";
66 };
67
68 pmx_led_hdd_red: pmx-led-hdd-red {
69 marvell,pins = "mpp42";
70 marvell,function = "gpio";
71 };
72
73 pmx_unknown: pmx-unknown {
74 marvell,pins = "mpp44";
75 marvell,function = "gpio";
76 };
77
Tero Jaaskoafcad882012-10-26 18:56:16 +030078 };
79
80 i2c@11000 {
81 status = "okay";
Andrew Lunnb4d2a242012-12-28 15:08:50 +010082
83 adt7476: adt7476a@2e {
Andrew Lunndcdf9cf2014-03-22 13:46:00 +010084 compatible = "adi,adt7476";
Andrew Lunnb4d2a242012-12-28 15:08:50 +010085 reg = <0x2e>;
86 };
Tero Jaaskoafcad882012-10-26 18:56:16 +030087 };
Tero Jaaskoafcad882012-10-26 18:56:16 +030088 };
89
Tero Jaaskoafcad882012-10-26 18:56:16 +030090 gpio-leds {
91 compatible = "gpio-leds";
Thomas Petazzoni7a2c9bb2013-05-24 11:44:53 +020092 pinctrl-0 = <&pmx_led_esata_green &pmx_led_esata_red
93 &pmx_led_usb_green &pmx_led_usb_red
94 &pmx_led_sys_green &pmx_led_sys_red
95 &pmx_led_copy_green &pmx_led_copy_red
96 &pmx_led_hdd_green &pmx_led_hdd_red>;
97 pinctrl-names = "default";
Tero Jaaskoafcad882012-10-26 18:56:16 +030098
99 green-sys {
100 label = "nsa310:green:sys";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100101 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300102 };
103 red-sys {
104 label = "nsa310:red:sys";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100105 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300106 };
107 green-hdd {
108 label = "nsa310:green:hdd";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100109 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300110 };
111 red-hdd {
112 label = "nsa310:red:hdd";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100113 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300114 };
115 green-esata {
116 label = "nsa310:green:esata";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100117 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300118 };
119 red-esata {
120 label = "nsa310:red:esata";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100121 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300122 };
123 green-usb {
124 label = "nsa310:green:usb";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100125 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300126 };
127 red-usb {
128 label = "nsa310:red:usb";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100129 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300130 };
131 green-copy {
132 label = "nsa310:green:copy";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100133 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300134 };
135 red-copy {
136 label = "nsa310:red:copy";
Andrew Lunn3a31f2d72013-12-04 16:51:39 +0100137 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
Tero Jaaskoafcad882012-10-26 18:56:16 +0300138 };
139 };
Tero Jaaskoafcad882012-10-26 18:56:16 +0300140};