mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
arm64: dts: rockchip: add efuse device node for rk3368
Add a efuse node in the device tree for the ARM64 rk3368 SoC. Change-Id: I7d13febf73e336d5b9d1046ffe6ed69d99ea9dd6 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -986,6 +986,23 @@
|
||||
interrupt-names = "rogue-g6110-irq";
|
||||
};
|
||||
|
||||
efuse: 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";
|
||||
|
||||
/* Data cells */
|
||||
cpu_leakage: cpu-leakage@17 {
|
||||
reg = <0x17 0x1>;
|
||||
};
|
||||
temp_adjust: temp-adjust@1f {
|
||||
reg = <0x1f 0x1>;
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl: pinctrl {
|
||||
compatible = "rockchip,rk3368-pinctrl";
|
||||
rockchip,grf = <&grf>;
|
||||
|
||||
Reference in New Issue
Block a user