]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/kirkwood-nsa310.dts
Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'
[karo-tx-linux.git] / arch / arm / boot / dts / kirkwood-nsa310.dts
1 /dts-v1/;
2
3 #include "kirkwood-nsa3x0-common.dtsi"
4
5 / {
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";
15                 stdout-path = &uart0;
16         };
17
18         ocp@f1000000 {
19                 pinctrl: pin-controller@10000 {
20                         pinctrl-0 = <&pmx_unknown>;
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
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
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
68                 };
69
70                 i2c@11000 {
71                         status = "okay";
72
73                         adt7476: adt7476a@2e {
74                                 compatible = "adi,adt7476";
75                                 reg = <0x2e>;
76                         };
77                 };
78         };
79
80         gpio-leds {
81                 compatible = "gpio-leds";
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";
88
89                 green-sys {
90                         label = "nsa310:green:sys";
91                         gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
92                 };
93                 red-sys {
94                         label = "nsa310:red:sys";
95                         gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
96                 };
97                 green-hdd {
98                         label = "nsa310:green:hdd";
99                         gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
100                 };
101                 red-hdd {
102                         label = "nsa310:red:hdd";
103                         gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
104                 };
105                 green-esata {
106                         label = "nsa310:green:esata";
107                         gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
108                 };
109                 red-esata {
110                         label = "nsa310:red:esata";
111                         gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
112                 };
113                 green-usb {
114                         label = "nsa310:green:usb";
115                         gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
116                 };
117                 red-usb {
118                         label = "nsa310:red:usb";
119                         gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
120                 };
121                 green-copy {
122                         label = "nsa310:green:copy";
123                         gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
124                 };
125                 red-copy {
126                         label = "nsa310:red:copy";
127                         gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
128                 };
129         };
130 };
131
132 &pciec {
133         status = "okay";
134 };
135
136 &pcie0 {
137         status = "okay";
138 };