mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
38 lines
355 B
Text
38 lines
355 B
Text
|
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||
|
/*
|
||
|
* Copyright 2019 Foundries.io
|
||
|
*/
|
||
|
|
||
|
&iomuxc1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&ahbbridge0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&ahbbridge1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&lpuart4 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usbotg1 {
|
||
|
extcon = <&usbphy1>;
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usbphy1 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&usdhc0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|
||
|
|
||
|
&gpio0 {
|
||
|
u-boot,dm-spl;
|
||
|
};
|