Oliver Gaskell | 3e9acca | 2024-09-12 16:50:48 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 2 | /* |
| 3 | * (C) Copyright 2024 - Analog Devices, Inc. |
| 4 | */ |
| 5 | |
| 6 | /dts-v1/; |
| 7 | |
| 8 | #include "sc5xx.dtsi" |
| 9 | |
| 10 | / { |
| 11 | gic: interrupt-controller@31200000 { |
| 12 | compatible = "arm,gic-v3"; |
| 13 | #interrupt-cells = <3>; |
| 14 | interrupt-controller; |
| 15 | reg = <0x31200000 0x40000>, /* GIC Dist */ |
| 16 | <0x31240000 0x40000>; /* GICR */ |
| 17 | }; |
| 18 | }; |
| 19 | |
| 20 | &clk { |
| 21 | compatible = "adi,sc598-clocks"; |
| 22 | reg = <0x3108d000 0x1000>, |
| 23 | <0x3108e000 0x1000>, |
| 24 | <0x3108f000 0x1000>, |
| 25 | <0x310a9000 0x1000>; |
| 26 | reg-names = "cgu0", "cgu1", "cdu", "pll3"; |
| 27 | }; |
| 28 | |
| 29 | &timer0 { |
| 30 | clocks = <&clk ADSP_SC598_CLK_CGU0_SCLK0>; |
| 31 | }; |