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