mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
e6ad8070a7
Synchronise device tree with linux v5.19-rc5. Please note that this also means that instead of the previous "generic" U-Boot specific carrier board agnostic device tree we are now using the regular one for the Verdin Development (carrier) board (e.g. imx8mp-verdin-wifi-dev.dtb rather than the previous imx8mp-verdin.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
129 lines
1.4 KiB
Text
129 lines
1.4 KiB
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/*
|
|
* Copyright 2022 Toradex
|
|
*/
|
|
|
|
/* TODO: Audio Codec */
|
|
|
|
&backlight {
|
|
power-supply = <®_3p3v>;
|
|
};
|
|
|
|
/* Verdin SPI_1 */
|
|
&ecspi1 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* EEPROM on display adapter boards */
|
|
&eeprom_display_adapter {
|
|
status = "okay";
|
|
};
|
|
|
|
/* EEPROM on Verdin Development board */
|
|
&eeprom_carrier_board {
|
|
status = "okay";
|
|
};
|
|
|
|
&eqos {
|
|
status = "okay";
|
|
};
|
|
|
|
&flexcan1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&flexcan2 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin QSPI_1 */
|
|
&flexspi {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Current measurement into module VCC */
|
|
&hwmon {
|
|
status = "okay";
|
|
};
|
|
|
|
&hwmon_temp {
|
|
vs-supply = <®_1p8v>;
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin I2C_2_DSI */
|
|
&i2c2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c3 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin I2C_1 */
|
|
&i2c4 {
|
|
status = "okay";
|
|
|
|
/* TODO: Audio Codec */
|
|
};
|
|
|
|
/* TODO: Verdin PCIE_1 */
|
|
|
|
/* Verdin PWM_1 */
|
|
&pwm1 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin PWM_2 */
|
|
&pwm2 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin PWM_3_DSI */
|
|
&pwm3 {
|
|
status = "okay";
|
|
};
|
|
|
|
®_usdhc2_vmmc {
|
|
vin-supply = <®_3p3v>;
|
|
};
|
|
|
|
/* TODO: Verdin I2S_1 */
|
|
|
|
/* Verdin UART_1 */
|
|
&uart1 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin UART_2 */
|
|
&uart2 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin UART_3, used as the Linux Console */
|
|
&uart3 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin USB_1 */
|
|
&usb3_0 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb3_phy0 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin USB_2 */
|
|
&usb3_1 {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb3_phy1 {
|
|
status = "okay";
|
|
};
|
|
|
|
/* Verdin SD_1 */
|
|
&usdhc2 {
|
|
status = "okay";
|
|
};
|