summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8mq-ddr4-arm2-gpmi-nand.dts
blob: bc6c8b7c2ce1477468546b1d9f87cdcccda60a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*
 * Copyright 2017 NXP
 *
 *
 * This file is dual-licensed: you can use it either under the terms
 * of the GPL or the X11 license, at your option. Note that this dual
 * licensing only applies to this file, and not this project as a
 * whole.
 *
 *  a) This library is free software; you can redistribute it and/or
 *     modify it under the terms of the GNU General Public License as
 *     published by the Free Software Foundation; either version 2 of the
 *     License, or (at your option) any later version.
 *
 *     This library is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 */

#include "fsl-imx8mq-ddr4-arm2.dts"

&iomuxc {
	imx8mq-arm2 {
		pinctrl_gpmi_nand_1: gpmi-nand-1 {
			fsl,pins = <
				MX8MQ_IOMUXC_NAND_ALE_RAWNAND_ALE		0x00000096
				MX8MQ_IOMUXC_NAND_CE0_B_RAWNAND_CE0_B		0x00000096
				MX8MQ_IOMUXC_NAND_CLE_RAWNAND_CLE		0x00000096
				MX8MQ_IOMUXC_NAND_DATA00_RAWNAND_DATA00		0x00000096
				MX8MQ_IOMUXC_NAND_DATA01_RAWNAND_DATA01		0x00000096
				MX8MQ_IOMUXC_NAND_DATA02_RAWNAND_DATA02		0x00000096
				MX8MQ_IOMUXC_NAND_DATA03_RAWNAND_DATA03		0x00000096
				MX8MQ_IOMUXC_NAND_DATA04_RAWNAND_DATA04		0x00000096
				MX8MQ_IOMUXC_NAND_DATA05_RAWNAND_DATA05		0x00000096
				MX8MQ_IOMUXC_NAND_DATA06_RAWNAND_DATA06		0x00000096
				MX8MQ_IOMUXC_NAND_DATA07_RAWNAND_DATA07		0x00000096
				MX8MQ_IOMUXC_NAND_RE_B_RAWNAND_RE_B		0x00000096
				MX8MQ_IOMUXC_NAND_READY_B_RAWNAND_READY_B	0x00000056
				MX8MQ_IOMUXC_NAND_WE_B_RAWNAND_WE_B		0x00000096
				MX8MQ_IOMUXC_NAND_WP_B_RAWNAND_WP_B		0x00000096
			>;
		};
	};
};

&gpmi {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_gpmi_nand_1>;
	status = "okay";
	nand-on-flash-bbt;
};