summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/lg/lg1312-ref.dts
diff options
context:
space:
mode:
authorChanho Min <chanho.min@lge.com>2016-04-11 20:54:46 +0900
committerOlof Johansson <olof@lixom.net>2016-04-13 15:16:08 -0700
commit56a0eccdc0dec223d4625c80de31514f04390159 (patch)
treef3e223741253ca3cd5cd356b34ab8f65c5c6d542 /arch/arm64/boot/dts/lg/lg1312-ref.dts
parent49695dfac7e3c71d3fa155d07503d3093d930f23 (diff)
arm64: dts: Add dts files for LG Electronics's lg1312 SoC
Add initial dtsi file to support lg1312 SoC which based on Cortex-A53. Also add dts file to support lg1312 reference board which based on lg1312 SoC. Signed-off-by: Chanho Min <chanho.min@lge.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/boot/dts/lg/lg1312-ref.dts')
-rw-r--r--arch/arm64/boot/dts/lg/lg1312-ref.dts36
1 files changed, 36 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/lg/lg1312-ref.dts b/arch/arm64/boot/dts/lg/lg1312-ref.dts
new file mode 100644
index 000000000000..6d78d6bc7f9c
--- /dev/null
+++ b/arch/arm64/boot/dts/lg/lg1312-ref.dts
@@ -0,0 +1,36 @@
+/*
+ * dts file for lg1312 Reference Board.
+ *
+ * Copyright (C) 2016, LG Electronics
+ */
+
+/dts-v1/;
+
+#include "lg1312.dtsi"
+
+/ {
+ #address-cells = <2>;
+ #size-cells = <1>;
+
+ model = "LG Electronics, DTV SoC LG1312 Reference Board";
+ compatible = "lge,lg1312-ref", "lge,lg1312";
+
+ aliases {
+ serial0 = &uart0;
+ serial1 = &uart1;
+ serial2 = &uart2;
+ };
+
+ memory {
+ device_type = "memory";
+ reg = <0x0 0x00000000 0x20000000>;
+ };
+
+ chosen {
+ stdout-path = "serial0:115200n8";
+ };
+};
+
+&uart0 {
+ status = "okay";
+};