Nick Hawkins | 22eefd9 | 2022-06-08 16:21:39 -0500 | [diff] [blame] | 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 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 11 | bootph-all; |
Nick Hawkins | 22eefd9 | 2022-06-08 16:21:39 -0500 | [diff] [blame] | 12 | |
| 13 | ahb@c0000000 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 14 | bootph-all; |
Nick Hawkins | 22eefd9 | 2022-06-08 16:21:39 -0500 | [diff] [blame] | 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 | }; |