mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 09:21:57 +00:00
Add DTS nodes for the IPs used in audio processing. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
33 lines
492 B
Plaintext
33 lines
492 B
Plaintext
/*
|
|
* Copyright (c) 2023-2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <nxp/nxp_imx8ulp.dtsi>
|
|
#include "imx8ulp_evk_mimx8ud7_adsp-pinctrl.dtsi"
|
|
|
|
/ {
|
|
model = "NXP i.MX 8ULP Audio DSP";
|
|
compatible = "nxp";
|
|
|
|
chosen {
|
|
zephyr,sram = &sram0;
|
|
zephyr,console = &lpuart7;
|
|
zephyr,shell-uart = &lpuart7;
|
|
};
|
|
};
|
|
|
|
&lpuart7 {
|
|
status = "okay";
|
|
current-speed = <115200>;
|
|
pinctrl-0 = <&lpuart7_default>;
|
|
pinctrl-names = "default";
|
|
};
|
|
|
|
&sai5 {
|
|
rx-dataline = <3>;
|
|
};
|