summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi
diff options
context:
space:
mode:
authorParthiban Nallathambi <parthiban@linumiz.com>2020-07-27 16:48:41 +0200
committerStefano Babic <sbabic@denx.de>2020-08-03 17:03:57 +0200
commit10e959a1ca85c66d877cc2fcab6e1fe49b478b1b (patch)
tree7371867e3b6d434374e91e04540adfc7167fa427 /arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi
parentae28d33cdefec879c5dc44d7cad70d99279f67c2 (diff)
imx: Add MYiR Tech MYS-6ULX support
MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based on imx6ULL SoC from NXP and provision for expansion board. This commit adds support only for SBC with NAND. CPU: Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz) CPU: Commercial temperature grade (0C to 95C) at 45C Reset cause: WDOG Model: MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND Board: MYiR MYS-6ULX 6ULL Single Board Computer DRAM: 256 MiB NAND: 256 MiB MMC: FSL_SDHC: 0 In: serial@2020000 Out: serial@2020000 Err: serial@2020000 Net: FEC0 Working: - Eth0 - MMC/SD - NAND - UART 1 - USB host Signed-off-by: Parthiban Nallathambi <parthiban@linumiz.com>
Diffstat (limited to 'arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi b/arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi
new file mode 100644
index 0000000000..cd15d9ba86
--- /dev/null
+++ b/arch/arm/dts/imx6ull-mys-6ulx-u-boot.dtsi
@@ -0,0 +1,24 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2020 Linumiz
+ * Author: Parthiban Nallathambi <parthiban@linumiz.com>
+ */
+
+&pinctrl_uart1 {
+ u-boot,dm-pre-reloc;
+};
+
+&gpmi {
+ u-boot,dm-spl;
+ u-boot,dm-pre-reloc;
+};
+
+&usdhc1 {
+ u-boot,dm-spl;
+ u-boot,dm-pre-reloc;
+};
+
+&usdhc2 {
+ u-boot,dm-spl;
+ u-boot,dm-pre-reloc;
+};