Skip to content

Commit

Permalink
board-rockpis-0012-arm64-dts-rk3308-Add-rk-timer-rtc(:1)
Browse files Browse the repository at this point in the history
Original-Subject: arm64: dts: rk3308: Add rk-timer-rtc
None
X-Armbian: Patch-File: board-rockpis-0012-arm64-dts-rk3308-Add-rk-timer-rtc
X-Armbian: Patch-File-Counter: 1
X-Armbian: Patch-Rel-Directory: patch/kernel/archive/rockchip64-6.1
X-Armbian: Patch-Type: kernel
X-Armbian: Patch-Root-Type: core
X-Armbian: Patch-Sub-Type: common
X-Armbian: Original-Subject: arm64: dts: rk3308: Add rk-timer-rtc
  • Loading branch information
ashthespy authored and Armbian AutoPatcher committed Jan 17, 2020
1 parent 75e6aab commit 9b8b6c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3308.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,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>;
Expand Down Expand Up @@ -738,7 +747,7 @@
rockchip,mclk-calibrate;
status = "disabled";
};

i2s_2ch_0: i2s@ff350000 {
compatible = "rockchip,rk3308-i2s", "rockchip,rk3066-i2s";
reg = <0x0 0xff350000 0x0 0x1000>;
Expand Down

0 comments on commit 9b8b6c4

Please sign in to comment.