Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (C) 2020 Linumiz | ||||
4 | * Author: Parthiban Nallathambi <parthiban@linumiz.com> | ||||
5 | */ | ||||
6 | |||||
7 | /dts-v1/; | ||||
8 | #include "imx6ull.dtsi" | ||||
9 | #include "imx6ull-myir-mys-6ulx.dtsi" | ||||
10 | |||||
11 | / { | ||||
12 | model = "MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND"; | ||||
13 | compatible = "myir,imx6ull-mys-6ulx-eval", "fsl,imx6ull"; | ||||
14 | }; | ||||
15 | |||||
16 | &gpmi { | ||||
17 | fsl,use-minimum-ecc; | ||||
18 | status = "okay"; | ||||
19 | }; |