hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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";
};