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

armada-ap806.dtsi (557B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (C) 2016 Marvell Technology Group Ltd.
      4 *
      5 * Device Tree file for Marvell Armada AP806.
      6 */
      7
      8#define AP_NAME		ap806
      9#include "armada-ap80x.dtsi"
     10
     11/ {
     12	model = "Marvell Armada AP806";
     13	compatible = "marvell,armada-ap806";
     14};
     15
     16&ap_syscon0 {
     17	ap_clk: clock {
     18		compatible = "marvell,ap806-clock";
     19		#clock-cells = <1>;
     20	};
     21};
     22
     23&ap_syscon1 {
     24	cpu_clk: clock-cpu@278 {
     25		compatible = "marvell,ap806-cpu-clock";
     26		clocks = <&ap_clk 0>, <&ap_clk 1>;
     27		#clock-cells = <1>;
     28		reg = <0x278 0xa30>;
     29	};
     30};