Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9098be63 authored by Finley Xiao's avatar Finley Xiao Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: add efuse device node for rk3228



Add a efuse node in the device tree for the rk3228 SoC.

Signed-off-by: default avatarFinley Xiao <finley.xiao@rock-chips.com>
Signed-off-by: default avatarFrank Wang <frank.wang@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent dea19ca2
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -336,6 +336,23 @@
		status = "disabled";
	};

	efuse: efuse@11040000 {
		compatible = "rockchip,rk3228-efuse";
		reg = <0x11040000 0x20>;
		clocks = <&cru PCLK_EFUSE_256>;
		clock-names = "pclk_efuse";
		#address-cells = <1>;
		#size-cells = <1>;

		/* 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>;