mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588: add otp device node
Change-Id: I316f21efae865b819839180a4dc6c9f90afb2fc4 Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
This commit is contained in:
@@ -928,6 +928,19 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
otp: otp@fecc0000 {
|
||||
compatible = "rockchip,rk3588-otp";
|
||||
reg = <0x0 0xfecc0000 0x0 0x400>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
clocks = <&cru CLK_OTPC_NS>, <&cru PCLK_OTPC_NS>,
|
||||
<&cru CLK_OTPC_ARB>, <&cru CLK_OTP_PHY_G>;
|
||||
clock-names = "otpc", "apb", "arb", "phy";
|
||||
resets = <&cru SRST_OTPC_NS>, <&cru SRST_P_OTPC_NS>,
|
||||
<&cru SRST_OTPC_ARB>;
|
||||
reset-names = "otpc", "apb", "arb";
|
||||
};
|
||||
|
||||
dmac2: dma-controller@fed10000 {
|
||||
compatible = "arm,pl330", "arm,primecell";
|
||||
reg = <0x0 0xfed10000 0x0 0x4000>;
|
||||
|
||||
Reference in New Issue
Block a user