Skip to content

Commit

Permalink
arm64: dts: imx8mq: Add system counter node
Browse files Browse the repository at this point in the history
Add i.MX8MQ system counter node to enable timer-imx-sysctr
broadcast timer driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
  • Loading branch information
Anson Huang authored and Daniel Lezcano committed Aug 26, 2019
1 parent 5b0221b commit 24e8a5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/freescale/imx8mq.dtsi
Original file line number Diff line number Diff line change
@@ -635,6 +635,14 @@
#pwm-cells = <2>;
status = "disabled";
};

system_counter: timer@306a0000 {
compatible = "nxp,sysctr-timer";
reg = <0x306a0000 0x20000>;
interrupts = <GIC_SPI 47 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&osc_25m>;
clock-names = "per";
};
};

bus@30800000 { /* AIPS3 */

0 comments on commit 24e8a5d

Please sign in to comment.