dts: bindings: add audio related dts bindings for imx-rt

add anatop, i2s and pinmux dts

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
Hake Huang 2021-07-30 21:39:56 +08:00 committed by Carles Cufí
commit f417678e6d
4 changed files with 131 additions and 1 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, NXP
* Copyright (c) 2017-2021, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
@ -19,5 +19,8 @@
#define IMX_CCM_UART_CLK 9
#define IMX_CCM_CAN_CLK 10
#define IMX_CCM_GPT_CLK 11
#define IMX_CCM_SAI1_CLK 12
#define IMX_CCM_SAI2_CLK 13
#define IMX_CCM_SAI3_CLK 14
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX_CCM_H_ */