lantiq: vr9: set the usb led trigger via devicetree
[openwrt/openwrt.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / danube_lantiq_easy50712.dts
1 #include "danube.dtsi"
2
3 / {
4 compatible = "lantiq,easy50712", "lantiq,xway", "lantiq,danube";
5 model = "Intel EASY50712 Nand";
6
7 chosen {
8 bootargs = "console=ttyLTQ0,115200";
9 };
10
11 memory@0 {
12 device_type = "memory";
13 reg = <0x0 0x2000000>;
14 };
15 };
16
17 &gpio {
18 pinctrl-names = "default";
19 pinctrl-0 = <&state_default>;
20
21 state_default: pinmux {
22 exin {
23 lantiq,groups = "exin1";
24 lantiq,function = "exin";
25 };
26 };
27 };
28
29 &gsw {
30 phy-mode = "rmii";
31 };
32
33 &localbus {
34 flash@0 {
35 compatible = "lantiq,nor";
36 bank-width = <2>;
37 reg = <0 0x0 0x2000000>;
38
39 partitions {
40 compatible = "fixed-partitions";
41 #address-cells = <1>;
42 #size-cells = <1>;
43
44 partition@0 {
45 label = "uboot";
46 reg = <0x00000 0x10000>; /* 64 KB */
47 };
48
49 partition@10000 {
50 label = "u-boot-env";
51 reg = <0x10000 0x10000>; /* 64 KB */
52 };
53
54 partition@20000 {
55 label = "firmware";
56 reg = <0x20000 0x3d0000>;
57 };
58
59 partition@400000 {
60 label = "rootfs";
61 reg = <0x400000 0x400000>;
62 };
63 };
64 };
65 };
66
67 &pci0 {
68 pinctrl-0 = <&pci_gnt1_pins>, <&pci_req1_pins>;
69 pinctrl-names = "default";
70 };