blob: 63a1a11fed200e20d8fb0a9406fe2ae73de874e4 [file] [log] [blame]
Nick Hawkins2b7a89b2022-06-08 16:21:39 -05001// 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 {
Simon Glass8c103c32023-02-13 08:56:33 -070011 bootph-all;
Nick Hawkins2b7a89b2022-06-08 16:21:39 -050012
13 ahb@c0000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070014 bootph-all;
Nick Hawkins2b7a89b2022-06-08 16:21:39 -050015
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};