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

mstar-infinity2m-ssd201-som2d01.dtsi (432B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2/*
      3 * Copyright (c) 2021 thingy.jp.
      4 * Author: Daniel Palmer <daniel@thingy.jp>
      5 * Author: Romain Perier <romain.perier@gmail.com>
      6 */
      7
      8/ {
      9	reg_vcc_dram: regulator-vcc-dram {
     10		compatible = "regulator-fixed";
     11		regulator-name = "vcc_dram";
     12		regulator-min-microvolt = <1800000>;
     13		regulator-max-microvolt = <1800000>;
     14		regulator-boot-on;
     15	};
     16};
     17
     18&pm_uart {
     19	status = "okay";
     20};