ARM: dts: rv1126: Add otp device node

Change-Id: Iaaf59c06924e9f6e86665523b63d0e6e9bd81768
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2020-02-28 11:18:26 +08:00
committed by Tao Huang
parent 0fef0147bb
commit 881f3296b3

View File

@@ -789,6 +789,30 @@
status = "disabled";
};
otp: otp@ff5c0000 {
compatible = "rockchip,rv1126-otp";
reg = <0xff5c0000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
clocks = <&cru CLK_OTP>, <&cru PCLK_OTP>;
clock-names = "otp", "apb_pclk";
status = "disabled";
/* Data cells */
otp_id: id@7 {
reg = <0x07 0x10>;
};
cpu_leakage: cpu-leakage@17 {
reg = <0x17 0x1>;
};
logic_leakage: logic-leakage@18 {
reg = <0x18 0x1>;
};
npu_leakage: npu-leakage@19 {
reg = <0x19 0x1>;
};
};
saradc: saradc@ff5e0000 {
compatible = "rockchip,rk3399-saradc";
reg = <0xff5e0000 0x100>;