Merge remote-tracking branch 'h8300/h8300-next'
[deliverable/linux.git] / arch / arm / boot / dts / kirkwood-ib62x0.dts
CommitLineData
f5520363
SB
1/dts-v1/;
2
0ab6129c
EG
3#include "kirkwood.dtsi"
4#include "kirkwood-6281.dtsi"
f5520363
SB
5
6/ {
7 model = "RaidSonic ICY BOX IB-NAS62x0 (Rev B)";
148c274e 8 compatible = "raidsonic,ib-nas6210-b", "raidsonic,ib-nas6220-b", "raidsonic,ib-nas6210", "raidsonic,ib-nas6220", "raidsonic,ib-nas62x0", "marvell,kirkwood-88f6281", "marvell,kirkwood";
f5520363
SB
9
10 memory {
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
13 };
14
15 chosen {
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
ab833614 17 stdout-path = &uart0;
f5520363
SB
18 };
19
20 ocp@f1000000 {
a9483969 21 pinctrl: pin-controller@10000 {
d1d0c04b
AL
22 pmx_led_os_red: pmx-led-os-red {
23 marvell,pins = "mpp22";
24 marvell,function = "gpio";
25 };
26 pmx_power_off: pmx-power-off {
27 marvell,pins = "mpp24";
28 marvell,function = "gpio";
29 };
30 pmx_led_os_green: pmx-led-os-green {
31 marvell,pins = "mpp25";
32 marvell,function = "gpio";
33 };
34 pmx_led_usb_transfer: pmx-led-usb-transfer {
35 marvell,pins = "mpp27";
36 marvell,function = "gpio";
37 };
38 pmx_button_reset: pmx-button-reset {
39 marvell,pins = "mpp28";
40 marvell,function = "gpio";
41 };
42 pmx_button_usb_copy: pmx-button-usb-copy {
43 marvell,pins = "mpp29";
44 marvell,function = "gpio";
45 };
46 };
148c274e 47
f5520363 48 serial@12000 {
f5520363
SB
49 status = "okay";
50 };
51
2cef1a28
AL
52 sata@80000 {
53 status = "okay";
54 nr-ports = <2>;
55 };
f5520363 56 };
c06c7ca7
AL
57
58 gpio_keys {
59 compatible = "gpio-keys";
60 #address-cells = <1>;
61 #size-cells = <0>;
df483efa
TP
62 pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
63 pinctrl-names = "default";
64
395c755f 65 copy {
c06c7ca7 66 label = "USB Copy";
23301190 67 linux,code = <KEY_COPY>;
3a31f2d7 68 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
c06c7ca7 69 };
395c755f 70 reset {
c06c7ca7 71 label = "Reset";
23301190 72 linux,code = <KEY_RESTART>;
3a31f2d7 73 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
c06c7ca7
AL
74 };
75 };
148c274e 76
157727d6
AL
77 gpio-leds {
78 compatible = "gpio-leds";
df483efa
TP
79 pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
80 &pmx_led_usb_transfer>;
81 pinctrl-names = "default";
157727d6
AL
82
83 green-os {
84 label = "ib62x0:green:os";
3a31f2d7 85 gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
dcdf14c7 86 default-state = "keep";
157727d6
AL
87 };
88 red-os {
89 label = "ib62x0:red:os";
3a31f2d7 90 gpios = <&gpio0 22 GPIO_ACTIVE_HIGH>;
157727d6
AL
91 };
92 usb-copy {
93 label = "ib62x0:red:usb_copy";
3a31f2d7 94 gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>;
157727d6
AL
95 };
96 };
148c274e 97
21040352
AL
98 gpio_poweroff {
99 compatible = "gpio-poweroff";
df483efa
TP
100 pinctrl-0 = <&pmx_power_off>;
101 pinctrl-names = "default";
3a31f2d7 102 gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
21040352 103 };
f5520363 104};
876e2333 105
7045ff5a
JG
106&nand {
107 status = "okay";
7045ff5a
JG
108
109 partition@0 {
110 label = "u-boot";
148c274e
LP
111 reg = <0x0000000 0xe0000>;
112 };
113
114 partition@e0000 {
115 label = "u-boot environment";
a7789378 116 reg = <0xe0000 0x20000>;
7045ff5a
JG
117 };
118
119 partition@100000 {
120 label = "uImage";
121 reg = <0x0100000 0x600000>;
122 };
123
124 partition@700000 {
125 label = "root";
126 reg = <0x0700000 0xf900000>;
127 };
128
129};
130
876e2333
SH
131&mdio {
132 status = "okay";
133
134 ethphy0: ethernet-phy@8 {
876e2333
SH
135 reg = <8>;
136 };
137};
138
139&eth0 {
140 status = "okay";
148c274e 141
876e2333
SH
142 ethernet0-port@0 {
143 phy-handle = <&ethphy0>;
144 };
145};
This page took 0.328601 seconds and 5 git commands to generate.