]> Git Repo - u-boot.git/blob - arch/arm/dts/sc58x.dtsi
Merge tag 'xilinx-for-v2025.01-rc1-v2' of https://source.denx.de/u-boot/custodians...
[u-boot.git] / arch / arm / dts / sc58x.dtsi
1 // 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         reg = <0x31001004 0x100>,
21               <0x31001060 0x100>;
22         clocks = <&clk ADSP_SC58X_CLK_CGU0_SCLK0>;
23 };
This page took 0.03458 seconds and 4 git commands to generate.