Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Device Tree file for HPE DL360Gen10
0004  */
0005 
0006 /include/ "hpe-gxp.dtsi"
0007 
0008 / {
0009         #address-cells = <1>;
0010         #size-cells = <1>;
0011         compatible = "hpe,gxp-dl360gen10", "hpe,gxp";
0012         model = "Hewlett Packard Enterprise ProLiant dl360 Gen10";
0013 
0014         aliases {
0015                 serial0 = &uartc;
0016         };
0017 
0018         chosen {
0019                 stdout-path = "serial0:115200n8";
0020         };
0021 
0022         memory@40000000 {
0023                 device_type = "memory";
0024                 reg = <0x40000000 0x20000000>;
0025         };
0026 };