diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-11-11 10:34:30 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-14 16:14:54 +0300 |
commit | d3369b1ebad02e81ecf02e2a4837b576d19b3b21 (patch) | |
tree | 7876d70431e9396486036e152a1a12729caf31f5 /arch/arm/boot/dts | |
parent | 8818555964eed0010044c4d85f096452b14eb8b5 (diff) | |
download | linux-d3369b1ebad02e81ecf02e2a4837b576d19b3b21.tar.xz |
ARM: dts: rockchip: add eFuse node for rk3066a SoCs
This patch add the eFuse dt node for rk3066a SoCs.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 1003f9c1ca8a..58bac5053858 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -159,6 +159,19 @@ clock-names = "timer", "pclk"; }; + efuse: efuse@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@20038000 { compatible = "snps,dw-apb-timer-osc"; reg = <0x20038000 0x100>; |