ARM: dts: rockchip: add eFuse config of rk3288 SoC
authorZhengShunQian <zhengsq@rock-chips.com>
Tue, 11 Aug 2015 10:13:44 +0000 (18:13 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 12 Dec 2015 19:15:23 +0000 (20:15 +0100)
This patch add the eFuse dt config of rk3288 SoC.

Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi

index c4e085bba76214863c28cde7d8d9b766ac17fe71..6fb0e1764594c0ce9e776f076aba880aa90208d2 100644 (file)
                interrupts = <GIC_PPI 9 0xf04>;
        };
 
+       efuse: efuse@ffb40000 {
+               compatible = "rockchip,rockchip-efuse";
+               reg = <0xffb40000 0x20>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&cru PCLK_EFUSE256>;
+               clock-names = "pclk_efuse";
+
+               cpu_leakage: cpu_leakage@17 {
+                       reg = <0x17 0x1>;
+               };
+       };
+
        usbphy: phy {
                compatible = "rockchip,rk3288-usb-phy";
                rockchip,grf = <&grf>;
This page took 0.026483 seconds and 5 git commands to generate.