mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:58:21 +07:00
f4411786b3
In addition to the PHYTEC phyCORE-i.MX 6UL the PHYTEC phyBOARD-Segin is also available with the PHYTEC phyCORE-i.MX 6ULL. So this adds support for this SOM and its baseboards. It comes in a full featured option with either NAND flash or eMMC and in a low cost option only available with NAND flash. The hardware specs are: - Full featured with NAND or eMMC: * i.MX 6ULL Y2 * 512MB DDR3 memory * 512MB NAND flash or 4GB/8GB eMMC * Dual 10/100 Ethernet * USB Host and USB OTG * RS232 * MicroSD external storage * Audio, RS232, I2C, SPI, CAN headers * Further I/O options via A/V and Expansion headers - Low cost with NAND: * i.MX 6ULL Y0 * 256MB DDR3 memory * 128MB NAND flash * Single 10/100 Ethernet * USB OTG * RS232 * MicroSD external storage * I2C * Further I/O options via Expansion headers Signed-off-by: Stefan Riedmueller <s.riedmueller@phytec.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
94 lines
1.1 KiB
Plaintext
94 lines
1.1 KiB
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (C) 2019 PHYTEC Messtechnik GmbH
|
|
* Author: Stefan Riedmueller <s.riedmueller@phytec.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6ull.dtsi"
|
|
#include "imx6ull-phytec-phycore-som.dtsi"
|
|
#include "imx6ull-phytec-segin.dtsi"
|
|
#include "imx6ull-phytec-segin-peb-eval-01.dtsi"
|
|
|
|
/ {
|
|
model = "PHYTEC phyBOARD-Segin i.MX6 ULL Full Featured with eMMC";
|
|
compatible = "phytec,imx6ull-pbacd10-emmc", "phytec,imx6ull-pbacd10",
|
|
"phytec,imx6ull-pcl063","fsl,imx6ull";
|
|
};
|
|
|
|
&adc1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&can1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&tlv320 {
|
|
status = "okay";
|
|
};
|
|
|
|
&ecspi3 {
|
|
status = "okay";
|
|
};
|
|
|
|
ðphy1 {
|
|
status = "okay";
|
|
};
|
|
|
|
ðphy2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&fec1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&fec2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c_rtc {
|
|
status = "okay";
|
|
};
|
|
|
|
®_can1_en {
|
|
status = "okay";
|
|
};
|
|
|
|
®_sound_1v8 {
|
|
status = "okay";
|
|
};
|
|
|
|
®_sound_3v3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sai2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&sound {
|
|
status = "okay";
|
|
};
|
|
|
|
&uart5 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usbotg1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usbotg2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usdhc1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usdhc2 {
|
|
status = "okay";
|
|
};
|