1// SPDX-License-Identifier: GPL-2.0+ OR MIT 2/* 3 * Apple MacBook Air (M1, 2020) 4 * 5 * target-type: J313 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,j313", "apple,t8103", "apple,arm-platform"; 17 model = "Apple MacBook Air (M1, 2020)"; 18}; 19 20&bluetooth0 { 21 brcm,board-type = "apple,shikoku"; 22}; 23 24&wifi0 { 25 brcm,board-type = "apple,shikoku"; 26}; 27 28/* 29 * Remove unused PCIe ports and disable the associated DARTs. 30 */ 31 32&pcie0_dart_1 { 33 status = "disabled"; 34}; 35 36&pcie0_dart_2 { 37 status = "disabled"; 38}; 39 40/delete-node/ &port01; 41/delete-node/ &port02; 42