[PATCH 3/4] ARM: dts: rockchip: add eFuse node for rk3066a SoCs
Caesar Wang
wxt at rock-chips.com
Tue Nov 10 23:34:30 PST 2015
This patch add the eFuse dt node for rk3066a SoCs.
Signed-off-by: Caesar Wang <wxt at rock-chips.com>
---
arch/arm/boot/dts/rk3066a.dtsi | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi
index 946f187..f61bb8a 100644
--- a/arch/arm/boot/dts/rk3066a.dtsi
+++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -153,6 +153,19 @@
clock-names = "timer", "pclk";
};
+ efuse: efuse at 20010000 {
+ compatible = "rockchip,rockchip-efuse";
+ reg = <0x20010000 0x4000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ clocks = <&cru PCLK_EFUSE>;
+ clock-names = "pclk_efuse";
+
+ cpu_leakage: cpu_leakage {
+ reg = <0x17 0x1>;
+ };
+ };
+
timer at 20038000 {
compatible = "snps,dw-apb-timer-osc";
reg = <0x20038000 0x100>;
--
1.9.1
More information about the linux-arm-kernel
mailing list