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

wpcm450.c (271B)


      1// SPDX-License-Identifier: GPL-2.0
      2// Copyright 2021 Jonathan Neuschäfer
      3
      4#include <asm/mach/arch.h>
      5
      6static const char *const wpcm450_dt_match[] = {
      7	"nuvoton,wpcm450",
      8	NULL
      9};
     10
     11DT_MACHINE_START(WPCM450_DT, "WPCM450 chip")
     12	.dt_compat	= wpcm450_dt_match,
     13MACHINE_END