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

meson-g12b-odroid-n2-plus.dts (663B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2019 BayLibre, SAS
      4 * Author: Neil Armstrong <narmstrong@baylibre.com>
      5 */
      6
      7/dts-v1/;
      8
      9/* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
     10#include "meson-g12b-a311d.dtsi"
     11#include "meson-g12b-odroid-n2.dtsi"
     12
     13/ {
     14	compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
     15	model = "Hardkernel ODROID-N2Plus";
     16};
     17
     18&vddcpu_a {
     19	regulator-min-microvolt = <680000>;
     20	regulator-max-microvolt = <1040000>;
     21
     22	pwms = <&pwm_ab 0 1500 0>;
     23};
     24
     25&vddcpu_b {
     26	regulator-min-microvolt = <680000>;
     27	regulator-max-microvolt = <1040000>;
     28
     29	pwms = <&pwm_AO_cd 1 1500 0>;
     30};
     31