|
@@ -149,6 +149,14 @@
|
|
|
clock-frequency = <24000000>;
|
|
|
};
|
|
|
|
|
|
+ timer: timer@ff810000 {
|
|
|
+ compatible = "rockchip,rk3288-timer";
|
|
|
+ reg = <0xff810000 0x20>;
|
|
|
+ interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
|
|
+ clocks = <&xin24m>, <&cru PCLK_TIMER>;
|
|
|
+ clock-names = "timer", "pclk";
|
|
|
+ };
|
|
|
+
|
|
|
display-subsystem {
|
|
|
compatible = "rockchip,display-subsystem";
|
|
|
ports = <&vopl_out>, <&vopb_out>;
|