mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3308 add rk-timer-rtc node
Change-Id: Icc2b598936b3daa2a2b8138315b0cc8f71c91733 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
@@ -825,6 +825,15 @@
|
||||
clock-names = "pclk", "timer";
|
||||
};
|
||||
|
||||
rk_timer_rtc: rk-timer-rtc@ff1a0020 {
|
||||
compatible = "rockchip,rk3308-timer-rtc";
|
||||
reg = <0x0 0xff1a0020 0x0 0x20>;
|
||||
interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&cru PCLK_TIMER>, <&cru SCLK_TIMER1>;
|
||||
clock-names = "pclk", "timer";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
saradc: saradc@ff1e0000 {
|
||||
compatible = "rockchip,rk3308-saradc", "rockchip,rk3399-saradc";
|
||||
reg = <0x0 0xff1e0000 0x0 0x100>;
|
||||
|
||||
Reference in New Issue
Block a user