blob: b0183c3a1d7c4627b008278e6290fbe908d0c6df [file] [log] [blame]
Jun Nied5553cb2015-06-04 11:21:02 +08001
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 {
Jun Nied5553cb2015-06-04 11:21:02 +080021 supports-highspeed;
22 non-removable;
23 disable-wp;
24 status = "okay";
25
26 slot@0 {
27 reg = <0>;
28 bus-width = <4>;
29 };
30};
31
32&mmc1 {
Jun Nied5553cb2015-06-04 11:21:02 +080033 supports-highspeed;
34 non-removable;
35 disable-wp;
36 status = "okay";
37
38 slot@0 {
39 reg = <0>;
40 bus-width = <8>;
41 };
42};
43
44&uart0 {
45 status = "okay";
46};