summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-04-07 11:38:47 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-04-08 08:03:45 +0200
commitd7f3922a3998d391f4b537353ffed8d1da746b15 (patch)
tree3541ce6aa85da712ef8c8b938684a53b63816d83 /arch
parent824d32f7d449871fba16a2a9e52ab070601bd4b4 (diff)
downloadbarebox-d7f3922a3998d391f4b537353ffed8d1da746b15.tar.gz
barebox-d7f3922a3998d391f4b537353ffed8d1da746b15.tar.xz
MIPS: add Longson LS1B SoC dtsi 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/mips/dts/ls1b.dtsi43
1 files changed, 43 insertions, 0 deletions
diff --git a/arch/mips/dts/ls1b.dtsi b/arch/mips/dts/ls1b.dtsi
new file mode 100644
index 0000000000..f4ff8b6edd
--- /dev/null
+++ b/arch/mips/dts/ls1b.dtsi
@@ -0,0 +1,43 @@
+#include "skeleton.dtsi"
+
+/ {
+ soc {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "simple-bus";
+ device_type = "soc";
+ ranges;
+
+ serial0: serial@bfe40000 {
+ compatible = "ns16550a";
+ reg = <0xbfe40000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial1: serial@bfe44000 {
+ compatible = "ns16550a";
+ reg = <0xbfe44000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial2: serial@bfe48000 {
+ compatible = "ns16550a";
+ reg = <0xbfe48000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial3: serial@bfe4c000 {
+ compatible = "ns16550a";
+ reg = <0xbfe4c000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+ };
+};