Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: (GPL-2.0 OR MIT) |
| 2 | /* |
| 3 | * Copyright 2021 NXP |
| 4 | */ |
| 5 | |
Marcel Ziswiler | 4b61cbc | 2022-11-07 22:22:37 +0100 | [diff] [blame] | 6 | / { |
| 7 | mu@27020000 { |
| 8 | compatible = "fsl,imx8ulp-mu"; |
| 9 | reg = <0 0x27020000 0 0x10000>; |
| 10 | status = "okay"; |
| 11 | u-boot,dm-spl; |
| 12 | }; |
| 13 | }; |
| 14 | |
| 15 | &soc { |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 16 | u-boot,dm-spl; |
| 17 | }; |
| 18 | |
| 19 | &per_bridge3 { |
| 20 | u-boot,dm-spl; |
| 21 | }; |
| 22 | |
| 23 | &per_bridge4 { |
| 24 | u-boot,dm-spl; |
| 25 | }; |
| 26 | |
| 27 | &iomuxc1 { |
| 28 | u-boot,dm-spl; |
Ye Li | 60f062a | 2023-01-18 17:31:15 +0800 | [diff] [blame] | 29 | fsl,mux_mask = <0xf00>; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 30 | }; |
| 31 | |
| 32 | &pinctrl_lpuart5 { |
| 33 | u-boot,dm-spl; |
| 34 | }; |
| 35 | |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 36 | &lpuart5 { |
| 37 | u-boot,dm-spl; |
| 38 | }; |
| 39 | |
| 40 | &usdhc0 { |
| 41 | u-boot,dm-spl; |
| 42 | }; |
| 43 | |
| 44 | &pinctrl_usdhc0 { |
| 45 | u-boot,dm-spl; |
| 46 | }; |