]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/kirkwood-iconnect.dts
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
[karo-tx-linux.git] / arch / arm / boot / dts / kirkwood-iconnect.dts
1 /dts-v1/;
2
3 /include/ "kirkwood.dtsi"
4
5 / {
6         model = "Iomega Iconnect";
7         compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8
9         memory {
10                 device_type = "memory";
11                 reg = <0x00000000 0x10000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,115200n8 earlyprintk mtdparts=orion_nand:0xc0000@0x0(uboot),0x20000@0xa0000(env),0x300000@0x100000(zImage),0x300000@0x540000(initrd),0x1f400000@0x980000(boot)";
16                 linux,initrd-start = <0x4500040>;
17                 linux,initrd-end   = <0x4800000>;
18         };
19
20         ocp@f1000000 {
21                 i2c@11000 {
22                         status = "okay";
23
24                         lm63: lm63@4c {
25                                 compatible = "national,lm63";
26                                 reg = <0x4c>;
27                         };
28                 };
29                 serial@12000 {
30                         clock-frequency = <200000000>;
31                         status = "ok";
32                 };
33         };
34         gpio-leds {
35                 compatible = "gpio-leds";
36
37                 led-level {
38                         label = "led_level";
39                         gpios = <&gpio1 9 0>;
40                         linux,default-trigger = "default-on";
41                 };
42                 power-blue {
43                         label = "power:blue";
44                         gpios = <&gpio1 11 0>;
45                         linux,default-trigger = "timer";
46                 };
47                 usb1 {
48                         label = "usb1:blue";
49                         gpios = <&gpio1 12 0>;
50                 };
51                 usb2 {
52                         label = "usb2:blue";
53                         gpios = <&gpio1 13 0>;
54                 };
55                 usb3 {
56                         label = "usb3:blue";
57                         gpios = <&gpio1 14 0>;
58                 };
59                 usb4 {
60                         label = "usb4:blue";
61                         gpios = <&gpio1 15 0>;
62                 };
63                 otb {
64                         label = "otb:blue";
65                         gpios = <&gpio1 16 0>;
66                 };
67         };
68 };