1/*
2 * Copyright (c) 2023-2024 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/dts-v1/;
8
9#include <nxp/nxp_imx8ulp.dtsi>
10#include "imx8ulp_evk_mimx8ud7_adsp-pinctrl.dtsi"
11
12/ {
13	model = "NXP i.MX 8ULP Audio DSP";
14	compatible = "nxp";
15
16	chosen {
17		zephyr,sram = &sram0;
18		zephyr,console = &lpuart7;
19		zephyr,shell-uart = &lpuart7;
20	};
21};
22
23&lpuart7 {
24	status = "okay";
25	current-speed = <115200>;
26	pinctrl-0 = <&lpuart7_default>;
27	pinctrl-names = "default";
28};
29
30&sai5 {
31	rx-dataline = <3>;
32};
33