[PATCH v3 4/5] ARM: dts: AM43xx: DT entries added for ti-usim
Satish Patel
satish.patel at ti.com
Wed May 28 01:57:16 PDT 2014
SoC specific DT entries added for TI's USIM - smart card controller of AM43xx
platfrom.
Signed-off-by: Satish Patel <satish.patel at ti.com>
---
arch/arm/boot/dts/am4372.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi
index d1f8707..fe830dd 100644
--- a/arch/arm/boot/dts/am4372.dtsi
+++ b/arch/arm/boot/dts/am4372.dtsi
@@ -735,6 +735,18 @@
#size-cells = <1>;
status = "disabled";
};
+
+ usim0: usim at 48034000 {
+ compatible = "ti,usim";
+ reg = <0x48034000 0x1000>;
+ interrupts = <GIC_SPI 84 IRQ_TYPE_LEVEL_HIGH>;
+ ti,hwmods = "usim0";
+ clocks = <&usim0_opt_fck>, <&usim0_opt_fck32>,
+ <&dpll_per_m2_div4_ck>;
+ clock-names = "opt_fck", "opt_fck32", "fck";
+ status = "disabled";
+ };
+
};
};
--
1.7.9.5
More information about the linux-arm-kernel
mailing list