[PATCH 1/3] MIPS: add Longson LS1B SoC dtsi file
Antony Pavlov
antonynpavlov at gmail.com
Mon Apr 7 00:38:47 PDT 2014
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
arch/mips/dts/ls1b.dtsi | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/arch/mips/dts/ls1b.dtsi b/arch/mips/dts/ls1b.dtsi
new file mode 100644
index 0000000..f4ff8b6
--- /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 at bfe40000 {
+ compatible = "ns16550a";
+ reg = <0xbfe40000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial1: serial at bfe44000 {
+ compatible = "ns16550a";
+ reg = <0xbfe44000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial2: serial at bfe48000 {
+ compatible = "ns16550a";
+ reg = <0xbfe48000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+
+ serial3: serial at bfe4c000 {
+ compatible = "ns16550a";
+ reg = <0xbfe4c000 0x8>;
+ reg-shift = <0>;
+ clock-frequency = <83000000>;
+ status = "disabled";
+ };
+ };
+};
--
1.9.0
More information about the barebox
mailing list