Nick Hawkins | 2b7a89b | 2022-06-08 16:21:39 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Device Tree file for HPE DL360Gen10 |
| 4 | */ |
| 5 | |
| 6 | /include/ "hpe-gxp-u-boot.dtsi" |
| 7 | |
| 8 | / { |
| 9 | #address-cells = <1>; |
| 10 | #size-cells = <1>; |
| 11 | compatible = "hpe,gxp-dl360gen10", "hpe,gxp"; |
| 12 | model = "Hewlett Packard Enterprise ProLiant dl360 Gen10"; |
| 13 | |
| 14 | aliases { |
| 15 | serial0 = &uartc; |
| 16 | }; |
| 17 | |
| 18 | chosen { |
| 19 | stdout-path = "serial0:115200n8"; |
| 20 | }; |
| 21 | |
| 22 | memory@40000000 { |
| 23 | device_type = "memory"; |
| 24 | reg = <0x40000000 0x20000000>; |
| 25 | }; |
| 26 | }; |