blob: a94e48ecb67817625c1f5b5f132cd9dbabf9a17c [file] [log] [blame]
Vitor Soares987c7362025-04-07 14:04:36 +01001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/* Copyright (C) 2024 Toradex */
3
4#include "imx8mp-u-boot.dtsi"
5
6/ {
7 sysinfo {
8 compatible = "toradex,sysinfo";
9 };
10};
11
12&gpio1 {
13 bootph-pre-ram;
14};
15
16&gpio2 {
17 bt_uart_gpio {
18 gpio-hog;
19 gpios = <9 GPIO_ACTIVE_HIGH>;
20 input;
21 line-name = "BT_UART_RXD_GPIO";
22 };
23};
24
25&gpio3 {
26 wifi_en_gpio {
27 gpio-hog;
28 gpios = <14 GPIO_ACTIVE_HIGH>;
29 output-high;
30 line-name = "CTRL_EN_WIFI";
31 };
32};
33
34&gpio5 {
35 bootph-pre-ram;
36};
37
38&i2c1 {
39 bootph-pre-ram;
40};
41
42&pca9450 {
43 bootph-pre-ram;
44
45 regulators {
46 bootph-pre-ram;
47 };
48};
49
50&pinctrl_i2c1 {
51 bootph-pre-ram;
52};
53
54&pinctrl_i2c1_gpio {
55 bootph-pre-ram;
56};
57
58&pinctrl_pmic {
59 bootph-pre-ram;
60};
61
62&pinctrl_uart4 {
63 bootph-pre-ram;
64};
65
66&uart3 {
67 status = "disabled";
68};
69
70&uart4 {
71 bootph-pre-ram;
72};
73
74&usdhc1 {
75 status = "disabled";
76};
77
78&usdhc3 {
79 bootph-pre-ram;
80};