Skip to content

Commit 9bcb631

Browse files
Peter UjfalusiTero Kristo
authored andcommitted
arm64: dts: ti: k3-am654-main: Add McASP nodes
Add the nodes for McASP 0-2 and keep them disabled because several required properties are not present as they are board specific. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent 6f73c1e commit 9bcb631

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,4 +663,61 @@
663663
dma-coherent;
664664
interrupts = <GIC_SPI 355 IRQ_TYPE_EDGE_RISING>;
665665
};
666+
667+
mcasp0: mcasp@2b00000 {
668+
compatible = "ti,am33xx-mcasp-audio";
669+
reg = <0x0 0x02b00000 0x0 0x2000>,
670+
<0x0 0x02b08000 0x0 0x1000>;
671+
reg-names = "mpu","dat";
672+
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
673+
<GIC_SPI 209 IRQ_TYPE_LEVEL_HIGH>;
674+
interrupt-names = "tx", "rx";
675+
676+
dmas = <&main_udmap 0xc400>, <&main_udmap 0x4400>;
677+
dma-names = "tx", "rx";
678+
679+
clocks = <&k3_clks 104 0>;
680+
clock-names = "fck";
681+
power-domains = <&k3_pds 104 TI_SCI_PD_EXCLUSIVE>;
682+
683+
status = "disabled";
684+
};
685+
686+
mcasp1: mcasp@2b10000 {
687+
compatible = "ti,am33xx-mcasp-audio";
688+
reg = <0x0 0x02b10000 0x0 0x2000>,
689+
<0x0 0x02b18000 0x0 0x1000>;
690+
reg-names = "mpu","dat";
691+
interrupts = <GIC_SPI 210 IRQ_TYPE_LEVEL_HIGH>,
692+
<GIC_SPI 211 IRQ_TYPE_LEVEL_HIGH>;
693+
interrupt-names = "tx", "rx";
694+
695+
dmas = <&main_udmap 0xc401>, <&main_udmap 0x4401>;
696+
dma-names = "tx", "rx";
697+
698+
clocks = <&k3_clks 105 0>;
699+
clock-names = "fck";
700+
power-domains = <&k3_pds 105 TI_SCI_PD_EXCLUSIVE>;
701+
702+
status = "disabled";
703+
};
704+
705+
mcasp2: mcasp@2b20000 {
706+
compatible = "ti,am33xx-mcasp-audio";
707+
reg = <0x0 0x02b20000 0x0 0x2000>,
708+
<0x0 0x02b28000 0x0 0x1000>;
709+
reg-names = "mpu","dat";
710+
interrupts = <GIC_SPI 212 IRQ_TYPE_LEVEL_HIGH>,
711+
<GIC_SPI 213 IRQ_TYPE_LEVEL_HIGH>;
712+
interrupt-names = "tx", "rx";
713+
714+
dmas = <&main_udmap 0xc402>, <&main_udmap 0x4402>;
715+
dma-names = "tx", "rx";
716+
717+
clocks = <&k3_clks 106 0>;
718+
clock-names = "fck";
719+
power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>;
720+
721+
status = "disabled";
722+
};
666723
};

0 commit comments

Comments
 (0)