Re: [PATCH v2 19/22] thunderbolt: Add Apple Silicon support
From: Sven Peter
Date: Tue Sep 08 2026 - 15:11:31 EST
ugh, Thunderbird messed that up quite a bit. let me try again and see if it keeps the indentation this time:
&dwc3_0 {
ports {
#address-cells = <1>;
#size-cells = <0>;
port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
dwc3_0_ss: endpoint@0 {
reg = <0>;
remote-endpoint = <&atcphy0_usb3>;
};
dwc3_0_usb4: endpoint@1 {
reg = <1>;
remote-endpoint = <&usb4_0_acio_usb3>;
};
};
};
};
&usb4_0_acio {
ports {
#address-cells = <1>;
#size-cells = <0>;
port@4 {
reg = <4>;
usb4_0_acio_usb3: endpoint {
remote-endpoint = <&dwc3_0_usb4>;
};
};
};
};
&dwc3_0 {
ports {
#address-cells = <1>;
#size-cells = <0>;
port@1 {
#address-cells = <1>;
#size-cells = <0>;
reg = <1>;
dwc3_0_ss: endpoint@0 {
reg = <0>;
remote-endpoint = <&atcphy0_usb3>;
};
dwc3_0_usb4: endpoint@1 {
reg = <1>;
remote-endpoint = <&usb4_0_acio_usb3>;
};
};
};
};
&usb4_0_acio {
ports {
#address-cells = <1>;
#size-cells = <0>;
port@4 {
reg = <4>;
usb4_0_acio_usb3: endpoint {
remote-endpoint = <&dwc3_0_usb4>;
};
};
};
};