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 { | ||||
11 | u-boot,dm-pre-reloc; | ||||
12 | |||||
13 | ahb@c0000000 { | ||||
14 | u-boot,dm-pre-reloc; | ||||
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 | }; |