Oliver Gaskell | d3ed043 | 2024-09-12 16:50:46 +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 | &timer0 { | ||||
11 | clocks = <&clk ADSP_SC594_CLK_CGU0_SCLK0>; | ||||
12 | }; | ||||
13 | |||||
14 | &clk { | ||||
15 | compatible = "adi,sc594-clocks"; | ||||
16 | reg = <0x3108d000 0x1000>, | ||||
17 | <0x3108e000 0x1000>, | ||||
18 | <0x3108f000 0x1000>; | ||||
19 | }; |