ARM: dts: rockchip: add grf and init rtc clk rate for rv1106

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I48c2f7b386e7dff3eed185b666beaec660c2866c
This commit is contained in:
Elaine Zhang
2022-03-22 16:10:30 +08:00
committed by Tao Huang
parent 1c34c4852f
commit cdb6f0757e

View File

@@ -252,9 +252,12 @@
rtc: rtc@ff1c0000 {
compatible = "rockchip,rtc-1.0";
reg = <0xff1c0000 0x1000>;
rockchip,grf = <&grf>;
interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru PCLK_VI_RTC_PHY>;
clock-names = "pclk";
clocks = <&cru PCLK_VI_RTC_PHY>, <&cru PCLK_VI_RTC_TEST>;
clock-names = "pclk_phy", "pclk_test";
assigned-clocks = <&cru PCLK_VI_RTC_PHY>;
assigned-clock-rates = <24000000>;
status = "disabled";
};