You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
492 B
32 lines
492 B
/* |
|
* 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>; |
|
};
|
|
|