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

t8103-j293.dts (606B)


      1// SPDX-License-Identifier: GPL-2.0+ OR MIT
      2/*
      3 * Apple MacBook Pro (13-inch, M1, 2020)
      4 *
      5 * target-type: J293
      6 *
      7 * Copyright The Asahi Linux Contributors
      8 */
      9
     10/dts-v1/;
     11
     12#include "t8103.dtsi"
     13#include "t8103-jxxx.dtsi"
     14
     15/ {
     16	compatible = "apple,j293", "apple,t8103", "apple,arm-platform";
     17	model = "Apple MacBook Pro (13-inch, M1, 2020)";
     18};
     19
     20/*
     21 * Remove unused PCIe ports and disable the associated DARTs.
     22 */
     23
     24&pcie0_dart_1 {
     25	status = "disabled";
     26};
     27
     28&pcie0_dart_2 {
     29	status = "disabled";
     30};
     31
     32/delete-node/ &port01;
     33/delete-node/ &port02;
     34
     35&i2c2 {
     36	status = "okay";
     37};
     38
     39&i2c4 {
     40	status = "okay";
     41};