mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 13:16:25 +00:00
Add support for the PHYTEC phyGATE-Tauri-S with i.MX 6ULL with eMMC or
NAND.
Supported features:
* eMMC/NAND
* i2c RTC
* i2c TEMP
* PMIC
* PWM
* debug UART
* CAN
* SD card
* 2x 1Gbit Ethernet
* RS232/RS485
* USB 2.0 Host
* TPM
* SPI-NOR
Signed-off-by: Alexander Bauer <a.bauer@phytec.de>
Signed-off-by: Jens Lang <j.lang@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
21 lines
437 B
Plaintext
21 lines
437 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2021 PHYTEC Messtechnik GmbH
|
|
* Author: Alexander Bauer <a.bauer@phytec.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull-phytec-tauri.dtsi"
|
|
|
|
/ {
|
|
model = "PHYTEC phyGate-Tauri i.MX6 UltraLite";
|
|
compatible = "phytec,imx6ull-phygate-tauri",
|
|
"phytec,imx6ull-phygate-tauri-nand",
|
|
"phytec,imx6ull-pcl063", "fsl,imx6ull";
|
|
};
|
|
|
|
/* NAND-Version */
|
|
&gpmi {
|
|
status = "okay";
|
|
};
|