]> Git Repo - J-u-boot.git/blob - arch/arm/dts/sc57x.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / sc57x.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         clocks = <&clk ADSP_SC57X_CLK_CGU0_SCLK0>;
21 };
This page took 0.027328 seconds and 4 git commands to generate.