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