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