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

salvator-x.dtsi (505B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * Device Tree Source for the Salvator-X board
      4 *
      5 * Copyright (C) 2015-2016 Renesas Electronics Corp.
      6 */
      7
      8#include "salvator-common.dtsi"
      9
     10/ {
     11	model = "Renesas Salvator-X board";
     12	compatible = "renesas,salvator-x";
     13};
     14
     15&extal_clk {
     16	clock-frequency = <16666666>;
     17};
     18
     19&i2c4 {
     20	clock-frequency = <400000>;
     21
     22	versaclock5: clock-generator@6a {
     23		compatible = "idt,5p49v5923";
     24		reg = <0x6a>;
     25		#clock-cells = <1>;
     26		clocks = <&x23_clk>;
     27		clock-names = "xin";
     28	};
     29};