2022-04-08 00:15:01 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
/*
|
|
|
|
* Copyright 2021-2022 Marek Vasut <marex@denx.de>
|
|
|
|
*/
|
2022-07-21 13:41:23 +00:00
|
|
|
#include "imx8mm-verdin-wifi-dev-u-boot.dtsi"
|
2022-04-08 00:15:01 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
chosen {
|
2022-09-19 19:35:56 +00:00
|
|
|
stdout-path = &uart1;
|
2022-04-08 00:15:01 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
/delete-property/ eeprom1;
|
|
|
|
/delete-property/ eeprom2;
|
|
|
|
usbphy0 = &usbphynop1;
|
|
|
|
usbphy1 = &usbphynop2;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2022-09-19 19:41:18 +00:00
|
|
|
&aips4 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
2022-04-08 00:15:01 +00:00
|
|
|
&i2c4 {
|
|
|
|
/delete-node/ codec@1a;
|
|
|
|
};
|
2022-09-19 19:41:18 +00:00
|
|
|
|
|
|
|
®_usb_otg1_vbus {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbmisc1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbphynop1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|
|
|
|
|
|
|
|
&usbotg1 {
|
|
|
|
u-boot,dm-spl;
|
|
|
|
};
|