[PATCH 3/5] MIPS: ar9331.dtsi: add SPI master
Antony Pavlov
antonynpavlov at gmail.com
Sat Apr 5 11:35:32 PDT 2014
Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
arch/mips/dts/ar9331.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/mips/dts/ar9331.dtsi b/arch/mips/dts/ar9331.dtsi
index 890fda8..9485fbf 100644
--- a/arch/mips/dts/ar9331.dtsi
+++ b/arch/mips/dts/ar9331.dtsi
@@ -22,5 +22,11 @@
reg = <0xb8050000 0x48>;
#clock-cells = <1>;
};
+
+ spi: spi at bf000000{
+ compatible = "qca,ath79-spi";
+ reg = <0xbf000000 0x01000000>;
+ status = "disabled";
+ };
};
};
--
1.9.0
More information about the barebox
mailing list