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

mt8167-pumpkin.dts (376B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * Copyright (c) 2020 BayLibre, SAS.
      4 * Author: Fabien Parent <fparent@baylibre.com>
      5 */
      6
      7/dts-v1/;
      8
      9#include "mt8167.dtsi"
     10#include "pumpkin-common.dtsi"
     11
     12/ {
     13	model = "Pumpkin MT8167";
     14	compatible = "mediatek,mt8167-pumpkin", "mediatek,mt8167";
     15
     16	memory@40000000 {
     17		device_type = "memory";
     18		reg = <0 0x40000000 0 0x80000000>;
     19	};
     20};