freebsd-nq/sys/dts/arm64/overlays/sun50i-a64-timer.dtso
Emmanuel Vadot a9e5047fa6 arm64: Add DTS overlays for A64
- sun50i-a64-sid.dtso registers the Security ID node, needed for thermal
 - sun50i-a64-ths.dtso registers the thermal node, for which we already have a
driver
 - sun50i-a64-timer.dtso registers the timer node, needed as the generic timer
 glitch on A64 SoC.

Approved by:    re (gjb)
2018-08-24 15:00:36 +00:00

18 lines
335 B
Plaintext

/dts-v1/;
/plugin/;
#include <dt-bindings/interrupt-controller/arm-gic.h>
/ {
compatible = "allwinner,sun50i-a64";
};
&{/soc} {
timer@1c20c00 {
compatible = "allwinner,sun8i-a23-timer";
reg = <0x1c20c00 0x2C>;
interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
status = "okay";
};
};