18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0+
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright 2020 NXP
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci/dts-v1/;
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#include "imx8mm-evk.dtsi"
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci/ {
118c2ecf20Sopenharmony_ci	model = "FSL i.MX8MM DDR4 EVK with CYW43455 WIFI/BT board";
128c2ecf20Sopenharmony_ci	compatible = "fsl,imx8mm-ddr4-evk", "fsl,imx8mm";
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	leds {
158c2ecf20Sopenharmony_ci		pinctrl-0 = <&pinctrl_gpio_led_2>;
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci		status {
188c2ecf20Sopenharmony_ci			gpios = <&gpio3 4 GPIO_ACTIVE_LOW>;
198c2ecf20Sopenharmony_ci		};
208c2ecf20Sopenharmony_ci	};
218c2ecf20Sopenharmony_ci};
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci&gpmi {
248c2ecf20Sopenharmony_ci	pinctrl-names = "default";
258c2ecf20Sopenharmony_ci	pinctrl-0 = <&pinctrl_gpmi_nand>;
268c2ecf20Sopenharmony_ci	nand-on-flash-bbt;
278c2ecf20Sopenharmony_ci	status = "okay";
288c2ecf20Sopenharmony_ci};
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci&iomuxc {
318c2ecf20Sopenharmony_ci	pinctrl_gpmi_nand: gpmi-nand {
328c2ecf20Sopenharmony_ci		fsl,pins = <
338c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_ALE_RAWNAND_ALE		0x00000096
348c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_CE0_B_RAWNAND_CE0_B		0x00000096
358c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_CE1_B_RAWNAND_CE1_B		0x00000096
368c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_CLE_RAWNAND_CLE		0x00000096
378c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA00_RAWNAND_DATA00		0x00000096
388c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA01_RAWNAND_DATA01		0x00000096
398c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA02_RAWNAND_DATA02		0x00000096
408c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA03_RAWNAND_DATA03		0x00000096
418c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA04_RAWNAND_DATA04		0x00000096
428c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA05_RAWNAND_DATA05		0x00000096
438c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA06_RAWNAND_DATA06		0x00000096
448c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_DATA07_RAWNAND_DATA07		0x00000096
458c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_RE_B_RAWNAND_RE_B		0x00000096
468c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_READY_B_RAWNAND_READY_B	0x00000056
478c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_WE_B_RAWNAND_WE_B		0x00000096
488c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_WP_B_RAWNAND_WP_B		0x00000096
498c2ecf20Sopenharmony_ci		>;
508c2ecf20Sopenharmony_ci	};
518c2ecf20Sopenharmony_ci
528c2ecf20Sopenharmony_ci	pinctrl_gpio_led_2: gpioled2grp {
538c2ecf20Sopenharmony_ci		fsl,pins = <
548c2ecf20Sopenharmony_ci			MX8MM_IOMUXC_NAND_CE3_B_GPIO3_IO4	0x19
558c2ecf20Sopenharmony_ci		>;
568c2ecf20Sopenharmony_ci	};
578c2ecf20Sopenharmony_ci};
58