[PATCH v2 10/10] MIPS: dts: ar9344: add APB bus
Oleksij Rempel
linux at rempel-privat.de
Wed Sep 13 07:16:06 PDT 2017
and move nodes which belong to APB.
Signed-off-by: Oleksij Rempel <linux at rempel-privat.de>
---
arch/mips/dts/ar9344.dtsi | 42 +++++++++++++++++++++++++-----------------
1 file changed, 25 insertions(+), 17 deletions(-)
diff --git a/arch/mips/dts/ar9344.dtsi b/arch/mips/dts/ar9344.dtsi
index 858751112..3e105174d 100644
--- a/arch/mips/dts/ar9344.dtsi
+++ b/arch/mips/dts/ar9344.dtsi
@@ -29,15 +29,33 @@
#address-cells = <1>;
#size-cells = <1>;
- uart0: uart at 18020000 {
- compatible = "ns16550a", "qca,ar9344-uart0";
- reg = <0x18020000 0x20>;
+ apb {
+ compatible = "simple-bus";
+ ranges;
- reg-shift = <2>;
- reg-io-width = <4>;
- big-endian;
+ #address-cells = <1>;
+ #size-cells = <1>;
- status = "disabled";
+ uart0: uart at 18020000 {
+ compatible = "ns16550a", "qca,ar9344-uart0";
+ reg = <0x18020000 0x20>;
+
+ reg-shift = <2>;
+ reg-io-width = <4>;
+ big-endian;
+
+ status = "disabled";
+ };
+
+ spi: spi at 1f000000 {
+ compatible = "qca,ar7100-spi", "qca,ar9344-spi";
+ reg = <0x1f000000 0x1c>;
+
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ status = "disabled";
+ };
};
mac0: mac at 19000000 {
@@ -49,15 +67,5 @@
status = "disabled";
};
-
- spi: spi at 1f000000 {
- compatible = "qca,ar7100-spi", "qca,ar9344-spi";
- reg = <0x1f000000 0x1c>;
-
- #address-cells = <1>;
- #size-cells = <0>;
-
- status = "disabled";
- };
};
};
--
2.11.0
More information about the barebox
mailing list