3 /include/ "kirkwood.dtsi"
4 /include/ "kirkwood-6281.dtsi"
7 model = "Iomega Iconnect";
8 compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>;
16 bootargs = "console=ttyS0,115200n8 earlyprintk";
17 linux,initrd-start = <0x4500040>;
18 linux,initrd-end = <0x4800000>;
22 pinctrl: pinctrl@10000 {
23 pmx_button_reset: pmx-button-reset {
24 marvell,pins = "mpp12";
25 marvell,function = "gpio";
27 pmx_button_otb: pmx-button-otb {
28 marvell,pins = "mpp35";
29 marvell,function = "gpio";
31 pmx_led_level: pmx-led-level {
32 marvell,pins = "mpp41";
33 marvell,function = "gpio";
35 pmx_led_power_blue: pmx-led-power-blue {
36 marvell,pins = "mpp42";
37 marvell,function = "gpio";
39 pmx_led_power_red: pmx-power-red {
40 marvell,pins = "mpp43";
41 marvell,function = "gpio";
43 pmx_led_usb1: pmx-led-usb1 {
44 marvell,pins = "mpp44";
45 marvell,function = "gpio";
47 pmx_led_usb2: pmx-led-usb2 {
48 marvell,pins = "mpp45";
49 marvell,function = "gpio";
51 pmx_led_usb3: pmx-led-usb3 {
52 marvell,pins = "mpp46";
53 marvell,function = "gpio";
55 pmx_led_usb4: pmx-led-usb4 {
56 marvell,pins = "mpp47";
57 marvell,function = "gpio";
59 pmx_led_otb: pmx-led-otb {
60 marvell,pins = "mpp48";
61 marvell,function = "gpio";
68 compatible = "national,lm63";
81 reg = <0x0000000 0xc0000>;
86 reg = <0xa0000 0x20000>;
91 reg = <0x100000 0x300000>;
96 reg = <0x540000 0x300000>;
101 reg = <0x980000 0x1f400000>;
115 compatible = "gpio-leds";
116 pinctrl-0 = < &pmx_led_level &pmx_led_power_blue
117 &pmx_led_power_red &pmx_led_usb1
118 &pmx_led_usb2 &pmx_led_usb3
119 &pmx_led_usb4 &pmx_led_otb >;
120 pinctrl-names = "default";
124 gpios = <&gpio1 9 0>;
125 linux,default-trigger = "default-on";
128 label = "power:blue";
129 gpios = <&gpio1 10 0>;
130 linux,default-trigger = "timer";
134 gpios = <&gpio1 11 0>;
138 gpios = <&gpio1 12 0>;
142 gpios = <&gpio1 13 0>;
146 gpios = <&gpio1 14 0>;
150 gpios = <&gpio1 15 0>;
154 gpios = <&gpio1 16 0>;
159 compatible = "gpio-keys";
160 #address-cells = <1>;
162 pinctrl-0 = < &pmx_button_reset &pmx_button_otb >;
163 pinctrl-names = "default";
166 label = "OTB Button";
168 gpios = <&gpio1 3 1>;
169 debounce-interval = <100>;
173 linux,code = <0x198>;
174 gpios = <&gpio0 12 1>;
175 debounce-interval = <100>;