31cb9de5a71df184de0fc1e6b793dfca9a1301a7
[openwrt/openwrt.git] / target / linux / lantiq / image / ACMP252.dts
1 /dts-v1/;
2
3 /include/ "danube.dtsi"
4
5 / {
6 model = "ACMP252 - AudioCodes MediaPack MP-252";
7
8 chosen {
9 bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
10 };
11
12 memory@0 {
13 reg = <0x0 0x4000000>;
14 };
15
16 sram@1F000000 {
17 vmmc@107000 {
18 status = "okay";
19 gpios = <&gpio 31 0>;
20 };
21 };
22
23 fpi@10000000 {
24 localbus@0 {
25 nor-boot@0 {
26 compatible = "lantiq,nor";
27 bank-width = <2>;
28 reg = <0 0x0 0x2000000>;
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 partition@0 {
33 label = "uboot";
34 reg = <0x0 0x20000>;
35 read-only;
36 };
37
38 partition@20000 {
39 label = "uboot_env";
40 reg = <0x20000 0x20000>;
41 };
42
43 partition@40000 {
44 label = "boardconfig";
45 reg = <0x40000 0x60000>;
46 read-only;
47 };
48
49 partition@a0000 {
50 label = "linux";
51 reg = <0xa0000 0xf20000>;
52 };
53
54 partition@fc0000 {
55 label = "sysconfig";
56 reg = <0xfc0000 0x40000>;
57 };
58
59 partition@0x1000000 {
60 label = "rootfs_data";
61 reg = <0x1000000 0x1000000>;
62 };
63
64 };
65 };
66
67 gpio: pinmux@E100B10 {
68 pinctrl-names = "default";
69 pinctrl-0 = <&state_default>;
70
71 state_default: pinmux {
72 exin {
73 lantiq,groups = "exin1";
74 lantiq,function = "exin";
75 };
76 pci {
77 lantiq,groups = "gnt1", "req1";
78 lantiq,function = "pci";
79 };
80 };
81 };
82
83 ifxhcd@E101000 {
84 status = "okay";
85 gpios = <&gpio 3 0>;
86 };
87
88 etop@E180000 {
89 phy-mode = "rmii";
90 };
91
92 pci@E105400 {
93 status = "okay";
94 };
95 };
96 };