summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-03-16 17:48:17 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-03-18 17:28:11 +0100
commitfba430a9b9c4bb6146eb700d9b6d92f7c6aade43 (patch)
treeed28c875be2058db921f2b513835d07fad2da8f7 /arch
parentca7340ebaf983e8ed3fcadbd8a3a45b3aab8abff (diff)
downloadbarebox-fba430a9b9c4bb6146eb700d9b6d92f7c6aade43.tar.gz
barebox-fba430a9b9c4bb6146eb700d9b6d92f7c6aade43.tar.xz
ARM: dts: Add TI TMS320DM365 devicetree file
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/dm365.dtsi28
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/dts/dm365.dtsi b/arch/arm/dts/dm365.dtsi
new file mode 100644
index 0000000000..ea69007fa8
--- /dev/null
+++ b/arch/arm/dts/dm365.dtsi
@@ -0,0 +1,28 @@
+#include "skeleton.dtsi"
+
+/ {
+ soc {
+ compatible = "simple-bus";
+ model = "TI TMS320DM365";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x01c00000 0x400000>;
+
+ serial0: serial@1c20000 {
+ compatible = "ns16550a";
+ reg = <0x20000 0x400>;
+ reg-shift = <2>;
+ clock-frequency = <24000000>;
+ status = "disabled";
+ };
+
+ gpio: gpio@1c67000 {
+ compatible = "ti,dm6441-gpio";
+ gpio-controller;
+ reg = <0x67000 0x800>;
+ #gpio-cells = <2>;
+ ti,ngpio = <107>;
+ status = "disabled";
+ };
+ };
+};