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

owl-s500-labrador-v2.dtsi (354B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Caninos Labrador SoM V2
      4 *
      5 * Copyright (c) 2019-2020 Matheus Castello
      6 */
      7
      8#include "owl-s500.dtsi"
      9
     10/ {
     11	model = "Caninos Labrador Core V2.1";
     12	compatible = "caninos,labrador-v2", "actions,s500";
     13
     14	memory@0 {
     15		device_type = "memory";
     16		reg = <0x0 0x80000000>;
     17	};
     18};
     19
     20&timer {
     21	clocks = <&hosc>;
     22};