summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/zx296702-ad1.dts
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2015-06-04 11:21:02 +0800
committerKevin Hilman <khilman@linaro.org>2015-06-11 16:18:30 -0700
commitd5553cb05a041d7c31e4e70950ecbb4ee52049cb (patch)
tree8db1e92dfe8841fdf55e52f0bd8986c81b5a450d /arch/arm/boot/dts/zx296702-ad1.dts
parent5a46580812266c85a2cd0ee530e4039ea5f76a19 (diff)
ARM: dts: zx: add an initial zx296702 dts and doc
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>
Diffstat (limited to 'arch/arm/boot/dts/zx296702-ad1.dts')
-rw-r--r--arch/arm/boot/dts/zx296702-ad1.dts48
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zx296702-ad1.dts b/arch/arm/boot/dts/zx296702-ad1.dts
new file mode 100644
index 000000000000..081f980cfbe6
--- /dev/null
+++ b/arch/arm/boot/dts/zx296702-ad1.dts
@@ -0,0 +1,48 @@
+
+/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";
+};