arm64: dts: rockchip: rk3308: Add otp device node

Change-Id: Ieceb70736c174410869180e6cf6307715619e8c9
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-06-12 19:55:45 +08:00
committed by Tao Huang
parent f5577b7361
commit 46e31d30f5

View File

@@ -676,6 +676,29 @@
status = "disabled";
};
otp: otp@ff210000 {
compatible = "rockchip,rk3308-otp";
reg = <0x0 0xff210000 0x0 0x4000>;
#address-cells = <1>;
#size-cells = <1>;
clocks = <&cru SCLK_OTP_USR>, <&cru PCLK_OTP_NS>,
<&cru PCLK_OTP_PHY>;
clock-names = "clk_otp", "pclk_otp", "pclk_otp_phy";
resets = <&cru SRST_OTP_PHY>;
reset-names = "otp_phy";
/* 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>;
};
};
amba {
compatible = "arm,amba-bus";
#address-cells = <2>;