1 // SPDX-License-Identifier: GPL-2.0 2 /* 3 * Device Tree file for HPE DL360Gen10 4 */ 5 6 /include/ "hpe-gxp.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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.