ARM: dts: rockchip: add efuse device node for rk322x
authorFinley Xiao <finley.xiao@rock-chips.com>
Thu, 11 May 2017 08:05:10 +0000 (16:05 +0800)
committerFinley Xiao <finley.xiao@rock-chips.com>
Fri, 12 May 2017 01:21:44 +0000 (09:21 +0800)
Add a efuse node in the device tree for the rk322x SoC.

Change-Id: I9a771c2065bb222b754f5a37b193edd4abb3f3a7
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
arch/arm/boot/dts/rk322x.dtsi

index 34337c19e5fca25e808437209dc0842023efadd9..8977ae75f66fb21585ad91d62c3751c48aa89ce7 100644 (file)
                status = "disabled";
        };
 
+       efuse: efuse@11040000 {
+               compatible = "rockchip,rk322x-efuse";
+               reg = <0x11040000 0x20>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&cru PCLK_EFUSE_256>;
+               clock-names = "pclk_efuse";
+
+               /* Data cells */
+               efuse_id: id@7 {
+                       reg = <0x7 0x10>;
+               };
+               cpu_leakage: cpu_leakage@17 {
+                       reg = <0x17 0x1>;
+               };
+       };
+
        i2c0: i2c@11050000 {
                compatible = "rockchip,rk3228-i2c";
                reg = <0x11050000 0x1000>;