arm64: dts: rockchip: px30: Add otp node

Change-Id: I5a1ed87e9fef7346e2f268fc9a2a33cd6d192c69
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
Finley Xiao
2018-01-25 20:00:14 +08:00
committed by Tao Huang
parent 52298dfe38
commit faf7b4d7a9

View File

@@ -768,6 +768,24 @@
status = "disabled";
};
otp: otp@ff290000 {
compatible = "rockchip,px30-otp";
reg = <0x0 0xff290000 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";
/* Data cells */
otp_id: id@7 {
reg = <0x07 0x10>;
};
cpu_leakage: cpu-leakage@17 {
reg = <0x17 0x1>;
};
};
cru: clock-controller@ff2b0000 {
compatible = "rockchip,px30-cru";
reg = <0x0 0xff2b0000 0x0 0x9000>;