blob: 2bbc4a49418de409e96e3a1beaa785c20af5d6a1 [file] [log] [blame]
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -03001// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright 2021 Collabora Ltd.
4 */
5
Adam Ford42eb9ef2022-10-21 19:58:36 -05006#include "imx8mn-u-boot.dtsi"
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -03007
8&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b} {
Simon Glass8c103c32023-02-13 08:56:33 -07009 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030010};
11
12&{/soc@0/bus@30800000/i2c@30a20000/pmic@4b/regulators} {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030014};
15
Hugo Villeneuve2ae12672023-05-25 17:02:28 -040016&eeprom_som {
17 #address-cells = <1>;
18 #size-cells = <1>;
19 eth_mac_address: eth-mac-address@19 {
20 reg = <0x19 0x06>;
21 };
22};
23
24&fec1 {
25 nvmem-cells = <&eth_mac_address>;
26 nvmem-cell-names = "mac-address";
27};
28
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030029&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030031};
32
33&gpio2 {
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030035};
36
37&gpio4 {
Simon Glass8c103c32023-02-13 08:56:33 -070038 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030039};
40
41&i2c1 {
Hugo Villeneuve3d91bc92023-10-17 16:58:15 -040042 bootph-all;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030043};
44
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030045&pinctrl_i2c1 {
Hugo Villeneuve3d91bc92023-10-17 16:58:15 -040046 bootph-all;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030047};
48
49&pinctrl_pmic {
Simon Glass8c103c32023-02-13 08:56:33 -070050 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030051};
52
53&pinctrl_reg_usdhc2_vmmc {
Simon Glass8c103c32023-02-13 08:56:33 -070054 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030055};
56
57&pinctrl_uart4 {
Simon Glass8c103c32023-02-13 08:56:33 -070058 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030059};
60
61&pinctrl_usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070062 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030063};
64
65&pinctrl_usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070066 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030067};
68
69&pinctrl_wdog {
Simon Glass8c103c32023-02-13 08:56:33 -070070 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030071};
72
73&uart4 {
Simon Glass8c103c32023-02-13 08:56:33 -070074 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030075};
76
77&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070078 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030079};
80
81&usdhc3 {
Simon Glass8c103c32023-02-13 08:56:33 -070082 bootph-pre-ram;
Ariel D'Alessandroc4c1ed62021-11-23 13:33:30 -030083};
Hugo Villeneuvefc1b8e12023-05-25 17:02:25 -040084
85&eeprom_som {
Hugo Villeneuve3d91bc92023-10-17 16:58:15 -040086 bootph-all;
Hugo Villeneuvefc1b8e12023-05-25 17:02:25 -040087};