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