Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-nsa310.dts
CommitLineData
afcad884
TJ
1/dts-v1/;
2
76a93dc9 3#include "kirkwood-nsa3x0-common.dtsi"
afcad884
TJ
4
5/ {
afcad884
TJ
6 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";
ab833614 15 stdout-path = &uart0;
afcad884
TJ
16 };
17
18 ocp@f1000000 {
a9483969 19 pinctrl: pin-controller@10000 {
7a2c9bb5 20 pinctrl-0 = <&pmx_unknown>;
4ded6575
JC
21 pinctrl-names = "default";
22
23 pmx_led_esata_green: pmx-led-esata-green {
24 marvell,pins = "mpp12";
25 marvell,function = "gpio";
26 };
27
28 pmx_led_esata_red: pmx-led-esata-red {
29 marvell,pins = "mpp13";
30 marvell,function = "gpio";
31 };
32
33 pmx_led_usb_green: pmx-led-usb-green {
34 marvell,pins = "mpp15";
35 marvell,function = "gpio";
36 };
37
38 pmx_led_usb_red: pmx-led-usb-red {
39 marvell,pins = "mpp16";
40 marvell,function = "gpio";
41 };
42
4ded6575
JC
43 pmx_led_sys_green: pmx-led-sys-green {
44 marvell,pins = "mpp28";
45 marvell,function = "gpio";
46 };
47
48 pmx_led_sys_red: pmx-led-sys-red {
49 marvell,pins = "mpp29";
50 marvell,function = "gpio";
51 };
52
4ded6575
JC
53 pmx_led_hdd_green: pmx-led-hdd-green {
54 marvell,pins = "mpp41";
55 marvell,function = "gpio";
56 };
57
58 pmx_led_hdd_red: pmx-led-hdd-red {
59 marvell,pins = "mpp42";
60 marvell,function = "gpio";
61 };
62
63 pmx_unknown: pmx-unknown {
64 marvell,pins = "mpp44";
65 marvell,function = "gpio";
66 };
67
afcad884
TJ
68 };
69
70 i2c@11000 {
71 status = "okay";
b4d2a24f
AL
72
73 adt7476: adt7476a@2e {
dcdf9cfc 74 compatible = "adi,adt7476";
b4d2a24f
AL
75 reg = <0x2e>;
76 };
afcad884 77 };
afcad884
TJ
78 };
79
afcad884
TJ
80 gpio-leds {
81 compatible = "gpio-leds";
7a2c9bb5
TP
82 pinctrl-0 = <&pmx_led_esata_green &pmx_led_esata_red
83 &pmx_led_usb_green &pmx_led_usb_red
84 &pmx_led_sys_green &pmx_led_sys_red
85 &pmx_led_copy_green &pmx_led_copy_red
86 &pmx_led_hdd_green &pmx_led_hdd_red>;
87 pinctrl-names = "default";
afcad884
TJ
88
89 green-sys {
90 label = "nsa310:green:sys";
3a31f2d7 91 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
afcad884
TJ
92 };
93 red-sys {
94 label = "nsa310:red:sys";
3a31f2d7 95 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
afcad884
TJ
96 };
97 green-hdd {
98 label = "nsa310:green:hdd";
3a31f2d7 99 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
afcad884
TJ
100 };
101 red-hdd {
102 label = "nsa310:red:hdd";
3a31f2d7 103 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
afcad884
TJ
104 };
105 green-esata {
106 label = "nsa310:green:esata";
3a31f2d7 107 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
afcad884
TJ
108 };
109 red-esata {
110 label = "nsa310:red:esata";
3a31f2d7 111 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
afcad884
TJ
112 };
113 green-usb {
114 label = "nsa310:green:usb";
3a31f2d7 115 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
afcad884
TJ
116 };
117 red-usb {
118 label = "nsa310:red:usb";
3a31f2d7 119 gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
afcad884
TJ
120 };
121 green-copy {
122 label = "nsa310:green:copy";
3a31f2d7 123 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
afcad884
TJ
124 };
125 red-copy {
126 label = "nsa310:red:copy";
3a31f2d7 127 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
afcad884
TJ
128 };
129 };
130};
eb13cf83
AL
131
132&pciec {
133 status = "okay";
134};
135
136&pcie0 {
137 status = "okay";
138};
This page took 0.200762 seconds and 5 git commands to generate.