Marek Vasut | e762875 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR MIT |
| 2 | /* |
| 3 | * Copyright 2021-2022 Marek Vasut <marex@denx.de> |
| 4 | */ |
Marcel Ziswiler | 2712c78 | 2022-07-21 15:41:23 +0200 | [diff] [blame] | 5 | #include "imx8mm-verdin-wifi-dev-u-boot.dtsi" |
Marek Vasut | e762875 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 6 | |
| 7 | / { |
| 8 | chosen { |
| 9 | stdout-path = &uart2; |
| 10 | }; |
| 11 | |
| 12 | aliases { |
| 13 | /delete-property/ eeprom1; |
| 14 | /delete-property/ eeprom2; |
| 15 | usbphy0 = &usbphynop1; |
| 16 | usbphy1 = &usbphynop2; |
| 17 | }; |
| 18 | }; |
| 19 | |
| 20 | &i2c4 { |
| 21 | /delete-node/ codec@1a; |
| 22 | }; |
| 23 | |
| 24 | &pinctrl_uart1 { |
| 25 | /delete-property/ u-boot,dm-spl; |
| 26 | }; |
| 27 | |
| 28 | &pinctrl_uart2 { |
| 29 | u-boot,dm-spl; |
| 30 | }; |
| 31 | |
| 32 | &uart1 { |
| 33 | /delete-property/ u-boot,dm-spl; |
| 34 | }; |
| 35 | |
| 36 | &uart2 { |
| 37 | u-boot,dm-spl; |
| 38 | }; |