]> Git Repo - J-u-boot.git/blob - arch/arm/dts/hpe-gxp-u-boot.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / hpe-gxp-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree file for HPE GXP
4  */
5
6 /include/ "hpe-gxp.dtsi"
7
8 / {
9
10         axi {
11                 bootph-all;
12
13                 ahb@c0000000 {
14                         bootph-all;
15
16                         spi0: spi@200 {
17                                 compatible = "hpe,gxp-spi";
18                                 reg = <0x200 0x80>;
19                                 #address-cells = <1>;
20                                 #size-cells = <0>;
21                                 status = "okay";
22                         };
23                 };
24         };
25 };
This page took 0.029065 seconds and 4 git commands to generate.