mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588s: add saradc node
Change-Id: I0e8e972fc867cc8dd65b33244e68442b8d043b5d Signed-off-by: Simon Xue <xxm@rock-chips.com>
This commit is contained in:
@@ -1551,6 +1551,18 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
saradc: saradc@fec10000 {
|
||||
compatible = "rockchip,rk3588-saradc";
|
||||
reg = <0x0 0xfec10000 0x0 0x10000>;
|
||||
interrupts = <GIC_SPI 398 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#io-channel-cells = <1>;
|
||||
clocks = <&cru CLK_SARADC>, <&cru PCLK_SARADC>;
|
||||
clock-names = "saradc", "apb_pclk";
|
||||
resets = <&cru SRST_P_SARADC>;
|
||||
reset-names = "saradc-apb";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
otp: otp@fecc0000 {
|
||||
compatible = "rockchip,rk3588-otp";
|
||||
reg = <0x0 0xfecc0000 0x0 0x400>;
|
||||
|
||||
Reference in New Issue
Block a user