1/dts-v1/;
2/plugin/;
3
4#include <dt-bindings/interrupt-controller/arm-gic.h>
5/ {
6	compatible = "allwinner,sun50i-a64";
7};
8
9&{/soc} {
10	timer@1c20c00 {
11		compatible = "allwinner,sun8i-a23-timer";
12		reg = <0x1c20c00 0x2C>;
13		interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
14			     <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
15		status = "okay";
16	};
17};
18