lantiq: remove "init" kernel command line parameter from bootargs
[openwrt/openwrt.git] / target / linux / lantiq / dts / EASY50712.dts
1 /dts-v1/;
2
3 #include "danube.dtsi"
4
5 / {
6 model = "EASY50712 - Intel EASY50712 Nand";
7
8 memory@0 {
9 reg = <0x0 0x2000000>;
10 };
11
12 fpi@10000000 {
13 localbus@0 {
14 nor-boot@0 {
15 compatible = "lantiq,nor";
16 bank-width = <2>;
17 reg = <0 0x0 0x2000000>;
18 #address-cells = <1>;
19 #size-cells = <1>;
20
21 partitions {
22 compatible = "fixed-partitions";
23 #address-cells = <1>;
24 #size-cells = <1>;
25
26 partition@0 {
27 label = "uboot";
28 reg = <0x00000 0x10000>; /* 64 KB */
29 };
30
31 partition@10000 {
32 label = "uboot_env";
33 reg = <0x10000 0x10000>; /* 64 KB */
34 };
35
36 partition@20000 {
37 label = "firmware";
38 reg = <0x20000 0x3d0000>;
39 };
40
41 partition@400000 {
42 label = "rootfs";
43 reg = <0x400000 0x400000>;
44 };
45 };
46 };
47 };
48
49 gpio: pinmux@E100B10 {
50 pinctrl-names = "default";
51 pinctrl-0 = <&state_default>;
52
53 state_default: pinmux {
54 stp {
55 lantiq,groups = "stp";
56 lantiq,function = "stp";
57 };
58 exin {
59 lantiq,groups = "exin1";
60 lantiq,function = "exin";
61 };
62 pci {
63 lantiq,groups = "gnt1";
64 lantiq,function = "pci";
65 };
66 conf_out {
67 lantiq,pins = "io4", "io5", "io6"; /* stp */
68 lantiq,open-drain;
69 lantiq,pull = <0>;
70 };
71 };
72 };
73
74 etop@E180000 {
75 phy-mode = "rmii";
76 };
77 };
78 };