arm64: dts: rockchip: add efuse for RK3368 SoCs
authorRomain Perier <romain.perier@collabora.com>
Mon, 4 Sep 2017 08:51:19 +0000 (10:51 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 24 Oct 2017 13:25:27 +0000 (15:25 +0200)
This adds the definition for eFuse that is found on RK3368 SoCs with the
corresponding data cells.

Signed-off-by: Romain Perier <romain.perier@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3368.dtsi

index e0518b4..fffcc61 100644 (file)
                status = "disabled";
        };
 
+       efuse256: efuse@ffb00000 {
+               compatible = "rockchip,rk3368-efuse";
+               reg = <0x0 0xffb00000 0x0 0x20>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&cru PCLK_EFUSE256>;
+               clock-names = "pclk_efuse";
+
+               cpu_leakage: cpu-leakage@17 {
+                       reg = <0x17 0x1>;
+               };
+               temp_adjust: temp-adjust@1f {
+                       reg = <0x1f 0x1>;
+               };
+       };
+
        gic: interrupt-controller@ffb71000 {
                compatible = "arm,gic-400";
                interrupt-controller;