xref: /linux/scripts/dtc/include-prefixes/arm64/apple/t6021-j475c.dts (revision 0f048c878ee32a4259dbf28e0ad8fd0b71ee0085)
1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Mac Studio (M2 Max, 2023)
4 *
5 * target-type: J475c
6 *
7 * Copyright The Asahi Linux Contributors
8 */
9
10/dts-v1/;
11
12#include "t6021.dtsi"
13#include "t602x-j474-j475.dtsi"
14
15/ {
16	compatible = "apple,j475c", "apple,t6021", "apple,arm-platform";
17	model = "Apple Mac Studio (M2 Max, 2023)";
18};
19
20&wifi0 {
21	compatible = "pci14e4,4434";
22	brcm,board-type = "apple,canary";
23};
24
25&bluetooth0 {
26	compatible = "pci14e4,5f72";
27	brcm,board-type = "apple,canary";
28};
29
30/* enable PCIe port01 with SDHCI */
31&port01 {
32	status = "okay";
33};
34
35&pcie0_dart_1 {
36	status = "okay";
37};
38