Files
zephyr/boards/nxp/imx943_evk/imx943_evk_mimx94398_m7_1.dts
Kyle Bonnici bbff45f1c4 DTS: format files using dts-linter 0.3.7-hotfix2
- Ensure that properties have 2 new lines when node is above it.
- Enures that 1 new line is required between a node and #if/#ifdef...
- Enures that 2 new line are required between #endif and node.
- Wraps property values that exceed 100 characters in length.

Signed-off-by: Kyle Bonnici <kylebonnici@hotmail.com>
2025-12-12 15:38:31 -05:00

54 lines
862 B
Plaintext

/*
* Copyright 2025 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_imx943_m7_1.dtsi>
#include "imx943_evk-pinctrl.dtsi"
/ {
model = "NXP i.MX943 EVK board";
compatible = "nxp,imx943_evk";
chosen {
zephyr,flash = &itcm;
zephyr,sram = &dtcm;
zephyr,console = &lpuart12;
zephyr,shell-uart = &lpuart12;
};
};
&flexio1 {
status = "okay";
/* Signal can be checked by the connector J44 Pin10(M1_LED_TP1) via logic analyzer */
flexio1_pwm: flexio1_pwm {
compatible = "nxp,flexio-pwm";
#pwm-cells = <3>;
pinctrl-0 = <&flexio1_io5_default>;
pinctrl-names = "default";
pwm_1 {
pin-id = <5>;
prescaler = <1>;
};
status = "okay";
};
};
&lpuart12 {
status = "okay";
current-speed = <115200>;
pinctrl-0 = <&lpuart12_default>;
pinctrl-names = "default";
};
&gpt_hw_timer3 {
status = "okay";
};