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

Commit 6f8c5393 authored by Romain Perier's avatar Romain Perier Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: add efuse for RK3368 SoCs



This adds the definition for eFuse that is found on RK3368 SoCs with the
corresponding data cells.

Signed-off-by: default avatarRomain Perier <romain.perier@collabora.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent c1cf6e1a
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -854,6 +854,22 @@
		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;