Skip to content

Commit

Permalink
fixup! arm64: dts: apple: Add AOP and subdevices
Browse files Browse the repository at this point in the history
Signed-off-by: Janne Grunau <[email protected]>
  • Loading branch information
jannau committed Jan 5, 2025
1 parent fe71b70 commit 3a9684e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/apple/t600x-die0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
interrupt-names = "send-empty", "send-not-empty",
"recv-empty", "recv-not-empty";
#mbox-cells = <0>;
status = "disabled";
};

aop_dart: iommu@293808000 {
Expand All @@ -201,6 +202,7 @@
#iommu-cells = <1>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 0 597 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

aop_admac: dma-controller@293980000 {
Expand All @@ -219,6 +221,7 @@
<&aic AIC_IRQ 0 600 IRQ_TYPE_LEVEL_HIGH>,
<0>;
iommus = <&aop_dart 7>;
status = "disabled";
};

aop: aop@293c00000 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/apple/t602x-die0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
interrupt-names = "send-empty", "send-not-empty",
"recv-empty", "recv-not-empty";
#mbox-cells = <0>;
status = "disabled";
};

aop_dart: iommu@2a6808000 {
Expand All @@ -204,6 +205,7 @@
#iommu-cells = <1>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 0 628 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

aop_admac: dma-controller@2a6980000 {
Expand All @@ -222,6 +224,7 @@
<&aic AIC_IRQ 0 631 IRQ_TYPE_LEVEL_HIGH>,
<0>;
iommus = <&aop_dart 10>;
status = "disabled";
};

aop: aop@2a6c00000 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/apple/t8103.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,7 @@
interrupt-names = "send-empty", "send-not-empty",
"recv-empty", "recv-not-empty";
#mbox-cells = <0>;
status = "disabled";
};

aop_dart: iommu@24a808000 {
Expand All @@ -1331,6 +1332,7 @@
#iommu-cells = <1>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 300 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

aop_admac: dma-controller@24a980000 {
Expand All @@ -1349,6 +1351,7 @@
<&aic AIC_IRQ 321 IRQ_TYPE_LEVEL_HIGH>,
<0>;
iommus = <&aop_dart 7>;
status = "disabled";
};

aop: aop@24ac00000 {
Expand Down
3 changes: 3 additions & 0 deletions arch/arm64/boot/dts/apple/t8112.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,7 @@
interrupt-names = "send-empty", "send-not-empty",
"recv-empty", "recv-not-empty";
#mbox-cells = <0>;
status = "disabled";
};

aop_dart: iommu@24a808000 {
Expand All @@ -1417,6 +1418,7 @@
#iommu-cells = <1>;
interrupt-parent = <&aic>;
interrupts = <AIC_IRQ 338 IRQ_TYPE_LEVEL_HIGH>;
status = "disabled";
};

aop_admac: dma-controller@24a980000 {
Expand All @@ -1435,6 +1437,7 @@
<&aic AIC_IRQ 359 IRQ_TYPE_LEVEL_HIGH>,
<0>;
iommus = <&aop_dart 10>;
status = "disabled";
};

aop: aop@24ac00000 {
Expand Down

0 comments on commit 3a9684e

Please sign in to comment.