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-ap807.dtsi (657B)


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