blob: c758fabd8422ec7a7fedb5ea0160eba3434913f9 [file] [log] [blame]
/*
* Copyright (c) 2017, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/dts-v1/;
#include <nxp/nxp_imx7d_m4.dtsi>
/ {
model = "TORADEX Colibri IMX7D board";
compatible = "nxp,mcimx7d_m4";
aliases {
gpio-1 = &gpio1;
gpio-2 = &gpio2;
uart-2 = &uart2;
led0 = &green_led;
sw0 = &user_switch_1;
};
chosen {
#if defined(CONFIG_XIP)
zephyr,flash = &tcml_code;
#endif
zephyr,sram = &tcmu_sys;
zephyr,console = &uart2;
};
leds {
compatible = "gpio-leds";
green_led: led@0 {
gpios = <&gpio1 2 GPIO_INT_ACTIVE_LOW>;
label = "User LED1";
};
};
gpio_keys {
compatible = "gpio-keys";
user_switch_1: sw@0 {
gpios = <&gpio2 26 GPIO_INT_ACTIVE_LOW>;
label = "User SW1";
};
};
};
&uart2 {
status = "ok";
current-speed = <115200>;
modem-mode = <1>;
};
&gpio1 {
status = "ok";
};
&gpio2 {
status = "ok";
};