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: Sven Peter <sven@svenpeter.dev> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
This commit is contained in:
parent
c9176e10b2
commit
7a73b976ed
|
@ -21,6 +21,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bluetooth0 {
|
||||||
|
brcm,board-type = "apple,atlantisb";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
brcm,board-type = "apple,atlantisb";
|
brcm,board-type = "apple,atlantisb";
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,6 +17,10 @@
|
||||||
model = "Apple MacBook Pro (13-inch, M1, 2020)";
|
model = "Apple MacBook Pro (13-inch, M1, 2020)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bluetooth0 {
|
||||||
|
brcm,board-type = "apple,honshu";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
brcm,board-type = "apple,honshu";
|
brcm,board-type = "apple,honshu";
|
||||||
};
|
};
|
||||||
|
|
|
@ -17,6 +17,10 @@
|
||||||
model = "Apple MacBook Air (M1, 2020)";
|
model = "Apple MacBook Air (M1, 2020)";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bluetooth0 {
|
||||||
|
brcm,board-type = "apple,shikoku";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
brcm,board-type = "apple,shikoku";
|
brcm,board-type = "apple,shikoku";
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bluetooth0 {
|
||||||
|
brcm,board-type = "apple,capri";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
brcm,board-type = "apple,capri";
|
brcm,board-type = "apple,capri";
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bluetooth0 {
|
||||||
|
brcm,board-type = "apple,santorini";
|
||||||
|
};
|
||||||
|
|
||||||
&wifi0 {
|
&wifi0 {
|
||||||
brcm,board-type = "apple,santorini";
|
brcm,board-type = "apple,santorini";
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
aliases {
|
aliases {
|
||||||
|
bluetooth0 = &bluetooth0;
|
||||||
serial0 = &serial0;
|
serial0 = &serial0;
|
||||||
serial2 = &serial2;
|
serial2 = &serial2;
|
||||||
wifi0 = &wifi0;
|
wifi0 = &wifi0;
|
||||||
|
@ -77,4 +78,11 @@
|
||||||
local-mac-address = [00 00 00 00 00 00];
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
apple,antenna-sku = "XX";
|
apple,antenna-sku = "XX";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bluetooth0: bluetooth@0,1 {
|
||||||
|
compatible = "pci14e4,5f69";
|
||||||
|
reg = <0x10100 0x0 0x0 0x0 0x0>;
|
||||||
|
/* To be filled by the loader */
|
||||||
|
local-bd-address = [00 00 00 00 00 00];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue