mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
d5553cb05a
Add initial dts file and document for ZX296702 and board ZX296702-AD1. More peripherals will be added later. Signed-off-by: Jun Nie <jun.nie@linaro.org> Signed-off-by: Kevin Hilman <khilman@linaro.org>
49 lines
555 B
Plaintext
49 lines
555 B
Plaintext
|
|
/dts-v1/;
|
|
|
|
#include "zx296702.dtsi"
|
|
|
|
/ {
|
|
model = "ZTE ZX296702 AD1 Board";
|
|
compatible = "zte,zx296702-ad1", "zte,zx296702";
|
|
|
|
aliases {
|
|
serial0 = &uart0;
|
|
serial1 = &uart1;
|
|
};
|
|
|
|
memory {
|
|
reg = <0x50000000 0x20000000>;
|
|
};
|
|
};
|
|
|
|
&mmc0 {
|
|
num-slots = <1>;
|
|
supports-highspeed;
|
|
non-removable;
|
|
disable-wp;
|
|
status = "okay";
|
|
|
|
slot@0 {
|
|
reg = <0>;
|
|
bus-width = <4>;
|
|
};
|
|
};
|
|
|
|
&mmc1 {
|
|
num-slots = <1>;
|
|
supports-highspeed;
|
|
non-removable;
|
|
disable-wp;
|
|
status = "okay";
|
|
|
|
slot@0 {
|
|
reg = <0>;
|
|
bus-width = <8>;
|
|
};
|
|
};
|
|
|
|
&uart0 {
|
|
status = "okay";
|
|
};
|