Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0+ OR MIT
0002 /*
0003  * Apple MacBook Air (M1, 2020)
0004  *
0005  * target-type: J313
0006  *
0007  * Copyright The Asahi Linux Contributors
0008  */
0009 
0010 /dts-v1/;
0011 
0012 #include "t8103.dtsi"
0013 #include "t8103-jxxx.dtsi"
0014 
0015 / {
0016         compatible = "apple,j313", "apple,t8103", "apple,arm-platform";
0017         model = "Apple MacBook Air (M1, 2020)";
0018 };
0019 
0020 /*
0021  * Remove unused PCIe ports and disable the associated DARTs.
0022  */
0023 
0024 &pcie0_dart_1 {
0025         status = "disabled";
0026 };
0027 
0028 &pcie0_dart_2 {
0029         status = "disabled";
0030 };
0031 
0032 /delete-node/ &port01;
0033 /delete-node/ &port02;