]> Git Repo - J-u-boot.git/blob - arch/arm/dts/imx6ul-isiot-u-boot.dtsi
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / arch / arm / dts / imx6ul-isiot-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2018 Jagan Teki <[email protected]>
4  */
5
6 #include "imx6ul-u-boot.dtsi"
7
8 &soc {
9         bootph-all;
10 };
11
12 &aips1 {
13         bootph-all;
14 };
15
16 &pinctrl_uart1 {
17         bootph-all;
18 };
19
20 &uart1 {
21         bootph-all;
22 };
23
24 &usdhc1 {
25         bootph-pre-ram;
26 };
27
28 &pinctrl_usdhc1 {
29         bootph-pre-ram;
30 };
31
32 &pinctrl_usdhc2 {
33         bootph-pre-ram;
34 };
This page took 0.028027 seconds and 4 git commands to generate.