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 | |||||
Gary Bisson | 4ed03c5 | 2024-08-05 23:25:11 +0200 | [diff] [blame] | 6 | #include "imx8ulp-u-boot.dtsi" |
7 | |||||
Marcel Ziswiler | 4b61cbc | 2022-11-07 22:22:37 +0100 | [diff] [blame] | 8 | / { |
9 | mu@27020000 { | ||||
10 | compatible = "fsl,imx8ulp-mu"; | ||||
11 | reg = <0 0x27020000 0 0x10000>; | ||||
12 | status = "okay"; | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 13 | bootph-pre-ram; |
Marcel Ziswiler | 4b61cbc | 2022-11-07 22:22:37 +0100 | [diff] [blame] | 14 | }; |
15 | }; | ||||
16 | |||||
17 | &soc { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 18 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 19 | }; |
20 | |||||
21 | &per_bridge3 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 23 | }; |
24 | |||||
25 | &per_bridge4 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 26 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 27 | }; |
28 | |||||
29 | &iomuxc1 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 30 | bootph-pre-ram; |
Ye Li | 60f062a | 2023-01-18 17:31:15 +0800 | [diff] [blame] | 31 | fsl,mux_mask = <0xf00>; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 32 | }; |
33 | |||||
34 | &pinctrl_lpuart5 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 35 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 36 | }; |
37 | |||||
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 38 | &lpuart5 { |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 39 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 40 | }; |
41 | |||||
42 | &usdhc0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 43 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 44 | }; |
45 | |||||
46 | &pinctrl_usdhc0 { | ||||
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 47 | bootph-pre-ram; |
Peng Fan | cbe5d38 | 2021-08-07 16:01:13 +0800 | [diff] [blame] | 48 | }; |