We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd494f commit 7a3ebc9Copy full SHA for 7a3ebc9
boards/nxp/mimxrt1170_evk/mimxrt1170_evk_mimxrt1176_cm7_B.overlay
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2023 NXP
+ * Copyright 2023, 2025 NXP
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
@@ -16,6 +16,8 @@
16
aliases {
17
/delete-property/ magn0;
18
/delete-property/ accel0;
19
+ i2s-codec-tx = &sai1;
20
+ i2s-tx = &sai1;
21
};
22
23
@@ -102,3 +104,19 @@ m2_hci_uart: &lpuart2 {
102
104
status = "okay";
103
105
current-speed = <115200>;
106
107
+
108
+&lpi2c5 {
109
+ pinctrl-0 = <&pinmux_lpi2c5>;
110
+ pinctrl-names = "default";
111
+ #address-cells = <1>;
112
+ #size-cells = <0>;
113
114
+ audio_codec: wm8962@1a {
115
+ compatible = "wolfson,wm8962";
116
+ reg = <0x1a>;
117
+ clock-source = "MCLK";
118
+ clocks = <&ccm IMX_CCM_SAI1_CLK 0x2004 4>;
119
+ clock-names = "mclk";
120
+ };
121
122
+};
0 commit comments