[linux-yocto] [PATCH 5/8] ARM: dts: axxia: Added memory controllers

Charlie Paul cpaul.windriver at gmail.com
Tue Jun 3 18:14:27 PDT 2014


From: Anders Berg <anders.berg at avagotech.com>

Signed-off-by: Anders Berg <anders.berg at avagotech.com>
---
 arch/arm/boot/dts/axm5516-amarillo.dts |    8 ++++++++
 arch/arm/boot/dts/axm55xx.dtsi         |   14 ++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/arch/arm/boot/dts/axm5516-amarillo.dts b/arch/arm/boot/dts/axm5516-amarillo.dts
index 8d4ea09..c07de15 100644
--- a/arch/arm/boot/dts/axm5516-amarillo.dts
+++ b/arch/arm/boot/dts/axm5516-amarillo.dts
@@ -32,6 +32,14 @@
 	mdio-clock-period = <0xf0>;
 };
 
+&sm0 {
+	status = "okay";
+};
+
+&sm1 {
+	status = "okay";
+};
+
 &pcie0 {
 	status = "okay";
 };
diff --git a/arch/arm/boot/dts/axm55xx.dtsi b/arch/arm/boot/dts/axm55xx.dtsi
index 6a43139..90eebe3 100644
--- a/arch/arm/boot/dts/axm55xx.dtsi
+++ b/arch/arm/boot/dts/axm55xx.dtsi
@@ -65,6 +65,20 @@
 			     <1 10 0xf08>;
 	};
 
+	sm0: sm0 at 00220000 {
+		compatible = "lsi,smmon";
+		reg = <0 0x00220000 0 0x1000>;
+		interrupts = <0 161 4>;
+		status = "disabled";
+	};
+
+	sm1: sm1 at 00220000 {
+		compatible = "lsi,smmon";
+		reg = <0 0x000f0000 0 0x1000>;
+		interrupts = <0 160 4>;
+		status = "disabled";
+	};
+
 	femac: femac at 0x2010120000 {
 		compatible = "lsi,acp-femac";
 		device_type = "network";
-- 
1.7.9.5



More information about the linux-yocto mailing list