Commit 7a73b976 authored by Sven Peter's avatar Sven Peter Committed by Luiz Augusto von Dentz
Browse files

arm64: dts: apple: t8103: Add Bluetooth controller



Add bluetooth controller nodes and the required brcm,board-type
properties to be able to select the correct firmware to all board
device trees.

Signed-off-by: default avatarSven Peter <sven@svenpeter.dev>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent c9176e10
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ aliases {
	};
};

&bluetooth0 {
	brcm,board-type = "apple,atlantisb";
};

&wifi0 {
	brcm,board-type = "apple,atlantisb";
};
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ / {
	model = "Apple MacBook Pro (13-inch, M1, 2020)";
};

&bluetooth0 {
	brcm,board-type = "apple,honshu";
};

&wifi0 {
	brcm,board-type = "apple,honshu";
};
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ / {
	model = "Apple MacBook Air (M1, 2020)";
};

&bluetooth0 {
	brcm,board-type = "apple,shikoku";
};

&wifi0 {
	brcm,board-type = "apple,shikoku";
};
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ aliases {
	};
};

&bluetooth0 {
	brcm,board-type = "apple,capri";
};

&wifi0 {
	brcm,board-type = "apple,capri";
};
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ aliases {
	};
};

&bluetooth0 {
	brcm,board-type = "apple,santorini";
};

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