mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -689,6 +689,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 = "otp", "apb_pclk", "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>;
|
||||
};
|
||||
};
|
||||
|
||||
vop: vop@ff2e0000 {
|
||||
compatible = "rockchip,rk3308-vop";
|
||||
reg = <0x0 0xff2e0000 0x0 0x1fc>, <0x0 0xff2e0a00 0x0 0x400>;
|
||||
|
||||
Reference in New Issue
Block a user