cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

hpe-bmc-dl360gen10.dts (436B)


      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};