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

rtl838x.dtsi (349B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
      2
      3/ {
      4	cpus {
      5		#address-cells = <1>;
      6		#size-cells = <0>;
      7
      8		cpu@0 {
      9			compatible = "mips,mips4KEc";
     10			reg = <0>;
     11			clocks = <&baseclk 0>;
     12			clock-names = "cpu";
     13		};
     14	};
     15
     16	baseclk: baseclk {
     17		compatible = "fixed-clock";
     18		#clock-cells = <0>;
     19		clock-frequency = <500000000>;
     20	};
     21};