1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
| // SPDX-License-Identifier: GPL-2.0
|
| /dts-v1/;
|
| #include "zx296702.dtsi"
|
| / {
| model = "ZTE ZX296702 AD1 Board";
| compatible = "zte,zx296702-ad1", "zte,zx296702";
|
| aliases {
| serial0 = &uart0;
| serial1 = &uart1;
| };
|
| memory {
| device_type = "memory";
| reg = <0x50000000 0x20000000>;
| };
| };
|
| &mmc0 {
| supports-highspeed;
| non-removable;
| disable-wp;
| status = "okay";
|
| slot@0 {
| reg = <0>;
| bus-width = <4>;
| };
| };
|
| &mmc1 {
| supports-highspeed;
| non-removable;
| disable-wp;
| status = "okay";
|
| slot@0 {
| reg = <0>;
| bus-width = <8>;
| };
| };
|
| &uart0 {
| status = "okay";
| };
|
|