blob: ddfcae8d190b12a6f6aa8e5d6be09a27da3ac7e9 [file] [log] [blame]
Oliver Gaskell2ac51a22024-09-12 16:50:42 +01001// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * (C) Copyright 2024 - Analog Devices, Inc.
4 */
5
6#include "sc5xx.dtsi"
7
8/ {
9 gic: interrupt-controller@310b2000 {
10 compatible = "arm,cortex-a5-gic";
11 #interrupt-cells = <3>;
12 #address-cells = <0>;
13 interrupt-controller;
14 reg = <0x310B2000 0x1000>,
15 <0x310B4000 0x100>;
16 };
17};
18
19&timer0 {
20 clocks = <&clk ADSP_SC57X_CLK_CGU0_SCLK0>;
21};