dts: arm: nxp: Change audio-PLL clock settings on rt11xx
- change SAI clock to 24,576 MHz to be compatible with 48kHz sample rate and its derivatives Signed-off-by: Tomas Barak <tomas.barak@nxp.com>
This commit is contained in:
parent
7a3ebc9d19
commit
31fff0801a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2021,2023-2024 NXP
|
||||
* Copyright 2021,2023-2025 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@ -1124,12 +1124,12 @@
|
||||
/* Source from audio PLL */
|
||||
clock-mux = <4>;
|
||||
pre-div = <0>;
|
||||
podf = <4>;
|
||||
podf = <16>;
|
||||
pll-clocks = <&anatop 0 0 0>,
|
||||
<&anatop 0 0 30>,
|
||||
<&anatop 0 0 32>,
|
||||
<&anatop 0 0 1>,
|
||||
<&anatop 0 0 77>,
|
||||
<&anatop 0 0 100>;
|
||||
<&anatop 0 0 768>,
|
||||
<&anatop 0 0 1000>;
|
||||
pll-clock-names = "src", "lp", "pd", "num", "den";
|
||||
pinmuxes = <&iomuxcgpr 0x0 0x100>;
|
||||
interrupts = <76 0>;
|
||||
@ -1147,12 +1147,12 @@
|
||||
/* Source from audio PLL */
|
||||
clock-mux = <4>;
|
||||
pre-div = <0>;
|
||||
podf = <63>;
|
||||
podf = <16>;
|
||||
pll-clocks = <&anatop 0 0 0>,
|
||||
<&anatop 0 0 30>,
|
||||
<&anatop 0 0 32>,
|
||||
<&anatop 0 0 1>,
|
||||
<&anatop 0 0 77>,
|
||||
<&anatop 0 0 100>;
|
||||
<&anatop 0 0 768>,
|
||||
<&anatop 0 0 1000>;
|
||||
pll-clock-names = "src", "lp", "pd", "num", "den";
|
||||
pinmuxes = <&iomuxcgpr 0x4 0x100>;
|
||||
interrupts = <77 0>;
|
||||
@ -1170,12 +1170,12 @@
|
||||
/* Source from audio PLL */
|
||||
clock-mux = <4>;
|
||||
pre-div = <0>;
|
||||
podf = <63>;
|
||||
podf = <16>;
|
||||
pll-clocks = <&anatop 0 0 0>,
|
||||
<&anatop 0 0 30>,
|
||||
<&anatop 0 0 32>,
|
||||
<&anatop 0 0 1>,
|
||||
<&anatop 0 0 77>,
|
||||
<&anatop 0 0 100>;
|
||||
<&anatop 0 0 768>,
|
||||
<&anatop 0 0 1000>;
|
||||
pll-clock-names = "src", "lp", "pd", "num", "den";
|
||||
pinmuxes = <&iomuxcgpr 0x8 0x100>;
|
||||
interrupts = <78 0>, <79 0>;
|
||||
@ -1193,12 +1193,12 @@
|
||||
/* Source from audio PLL */
|
||||
clock-mux = <6>;
|
||||
pre-div = <0>;
|
||||
podf = <63>;
|
||||
podf = <16>;
|
||||
pll-clocks = <&anatop 0 0 0>,
|
||||
<&anatop 0 0 30>,
|
||||
<&anatop 0 0 32>,
|
||||
<&anatop 0 0 1>,
|
||||
<&anatop 0 0 77>,
|
||||
<&anatop 0 0 100>;
|
||||
<&anatop 0 0 768>,
|
||||
<&anatop 0 0 1000>;
|
||||
pll-clock-names = "src", "lp", "pd", "num", "den";
|
||||
pinmuxes = <&iomuxcgpr 0x8 0x200>;
|
||||
interrupts = <80 0>, <81 0>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user