Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6030-j514s.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j514s.bin";
};

&wifi0 {
brcm,board-type = "apple,texa";
};

&bluetooth0 {
brcm,board-type = "apple,texa";
};
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6030-j516s.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j516s.bin";
};

&wifi0 {
brcm,board-type = "apple,jura";
};

&bluetooth0 {
brcm,board-type = "apple,jura";
};
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6031-j514c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j514c.bin";
};

&wifi0 {
brcm,board-type = "apple,texa";
};

&bluetooth0 {
brcm,board-type = "apple,texa";
};
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6031-j516c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j516c.bin";
};

&wifi0 {
brcm,board-type = "apple,jura";
};

&bluetooth0 {
brcm,board-type = "apple,jura";
};
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6034-j514m.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j514m.bin";
};

&wifi0 {
brcm,board-type = "apple,texa";
};

&bluetooth0 {
brcm,board-type = "apple,texa";
};
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/apple/t6034-j516m.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@
&mtp_mt {
firmware-name = "apple/tpmtfw-j516m.bin";
};

&wifi0 {
brcm,board-type = "apple,jura";
};

&bluetooth0 {
brcm,board-type = "apple,jura";
};
46 changes: 46 additions & 0 deletions arch/arm64/boot/dts/apple/t603x-j514-j516.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
chassis-type = "laptop";

aliases {
bluetooth0 = &bluetooth0;
serial0 = &serial0;
wifi0 = &wifi0;
};

chosen {
Expand Down Expand Up @@ -103,3 +105,47 @@
tp_accel {
};
};

/* PCIe devices */

/*
* Force the bus number assignments so that we can declare some of the
* on-board devices and properties that are populated by the bootloader
* (such as MAC addresses).
*/
&port00 {
/* WLAN */
bus-range = <1 1>;
pwren-gpios = <&smc_gpio 19 GPIO_ACTIVE_HIGH>;
wifi0: wifi@0,0 {
compatible = "pci14e4,4433";
reg = <0x10000 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-mac-address = [00 10 18 00 00 10];
apple,antenna-sku = "XX";
};

bluetooth0: bluetooth@0,1 {
Comment thread
jannau marked this conversation as resolved.
compatible = "pci14e4,5f71";
reg = <0x10100 0x0 0x0 0x0 0x0>;
/* To be filled by the loader */
local-bd-address = [00 00 00 00 00 00];
};
};

&port01 {
/* SD card reader */
bus-range = <2 2>;
pwren-gpios = <&smc_gpio 25 GPIO_ACTIVE_HIGH>;
status = "okay";
sdhci0: mmc@0,0 {
compatible = "pci17a0,9755";
reg = <0x20000 0x0 0x0 0x0 0x0>;
cd-inverted;
wp-inverted;
};
};

&pcie0_dart_1 {
status = "okay";
};