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

r8a779g0-white-hawk.dts (493B)


      1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
      2/*
      3 * Device Tree Source for the White Hawk CPU and BreakOut boards
      4 *
      5 * Copyright (C) 2022 Renesas Electronics Corp.
      6 */
      7
      8/dts-v1/;
      9#include "r8a779g0-white-hawk-cpu.dtsi"
     10
     11/ {
     12	model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
     13	compatible = "renesas,white-hawk-breakout", "renesas,white-hawk-cpu", "renesas,r8a779g0";
     14
     15	aliases {
     16		serial0 = &hscif0;
     17	};
     18
     19	chosen {
     20		stdout-path = "serial0:921600n8";
     21	};
     22};