mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
arm64: dts: rockchip: add rktimer device node for rk3366
Select rktimer0 as broadcast timer. Change-Id: I1f9d80d920b063135c3b220b4df995eb5fcefa44 Signed-off-by: Tony Xie <tony.xie@rock-chips.com>
This commit is contained in:
@@ -828,6 +828,14 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rktimer: rktimer@ff810000 {
|
||||
compatible = "rockchip,rk3288-timer";
|
||||
reg = <0x0 0xff810000 0x0 0x1000>;
|
||||
interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
clocks = <&cru PCLK_TIMER0>, <&cru SCLK_TIMER0>;
|
||||
clock-names = "pclk", "timer";
|
||||
};
|
||||
|
||||
spdif: spdif@ff880000 {
|
||||
compatible = "rockchip,rk3366-spdif";
|
||||
reg = <0x0 0xff880000 0x0 0x1000>;
|
||||
|
||||
Reference in New Issue
Block a user