mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-13 21:46:00 +01:00
This reverts commit b8072ae848b73e89a73ba5b535324e4dc2793f37. Signed-off-by: Stefano Babic <sbabic@denx.de> Reported-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
137 lines
1.3 KiB
Plaintext
137 lines
1.3 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
/*
|
|
* Copyright 2019 Toradex AG
|
|
*/
|
|
|
|
&mu {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&clk {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&iomuxc {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio0 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio2 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio3 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio4 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio5 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio6 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_lsio_gpio7 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_dma {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_dma_lpuart1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_conn {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_conn_sdch0 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_conn_sdch1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&pd_conn_sdch2 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio0 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio2 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio3 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio4 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio5 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio6 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&gpio7 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&lpuart0 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&lpuart1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&lpuart2 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&lpuart3 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&usdhc1 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&usdhc2 {
|
|
u-boot,dm-pre-proper;
|
|
};
|
|
|
|
&usdhc3 {
|
|
u-boot,dm-pre-proper;
|
|
};
|