Skip to content

Commit

Permalink
dts: xtensa: nxp_imx8m: add SAI3 and SDMA3 bus clocks
Browse files Browse the repository at this point in the history
Add SAI3 and SDMA3 bus clocks.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
  • Loading branch information
LaurentiuM1234 committed Feb 5, 2025
1 parent e69a7d4 commit 598e81e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dts/xtensa/nxp/nxp_imx8m.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
sdma3: dma@30e00000 {
compatible = "nxp,sdma";
reg = <0x30e00000 DT_SIZE_K(64)>;
clocks = <&ccm IMX_CCM_SDMA3_CLK 0x0 0x0>;
interrupt-parent = <&master1>;
interrupts = <2 0 0>;
#dma-cells = <2>;
Expand All @@ -101,8 +102,8 @@
reg = <0x30c30000 DT_SIZE_K(64)>;

mclk-is-output;
clocks = <&mclk1>;
clock-names = "mclk1";
clocks = <&ccm IMX_CCM_SAI3_CLK 0x0 0x0>, <&mclk1>;
clock-names = "bus", "mclk1";

interrupt-parent = <&master1>;
interrupts = <18>;
Expand Down

0 comments on commit 598e81e

Please sign in to comment.