blob: 363056a705941f2ed9dcef6439072d53862add87 [file] [log] [blame]
Aditya Prayoga8ad11ac2018-12-05 00:57:21 +08001// SPDX-License-Identifier: GPL-2.0+
2
Aditya Prayoga24e13eb2018-12-05 00:57:25 +08003&eth0 {
4 phy-reset-gpios = <&gpio0 19 GPIO_ACTIVE_LOW>;
5};
6
Aditya Prayogacc650662018-12-05 00:57:24 +08007&spi1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -07008 bootph-pre-ram;
Dennis Gilmoref08364f2020-06-27 15:00:16 -05009 spi-flash@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-pre-ram;
Dennis Gilmoref08364f2020-06-27 15:00:16 -050011 };
Aditya Prayogacc650662018-12-05 00:57:24 +080012};
13
14&w25q32 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070015 bootph-pre-ram;
Aditya Prayogacc650662018-12-05 00:57:24 +080016};
Dennis Gilmore4d91f7e2019-05-29 09:36:13 -050017
Dennis Gilmoref08364f2020-06-27 15:00:16 -050018&gpio0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070019 bootph-pre-ram;
Dennis Gilmoref08364f2020-06-27 15:00:16 -050020};
21
22&ahci0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070023 bootph-pre-ram;
Dennis Gilmoref08364f2020-06-27 15:00:16 -050024};
25
26&ahci1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070027 bootph-pre-ram;
Dennis Gilmoref08364f2020-06-27 15:00:16 -050028};
29
Dennis Gilmore4d91f7e2019-05-29 09:36:13 -050030&sdhci {
Simon Glassd3a98cb2023-02-13 08:56:33 -070031 bootph-pre-ram;
Dennis Gilmore3505dbd2020-12-08 21:07:37 -060032};
33
34&i2c0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070035 bootph-pre-ram;
Dennis Gilmore3505dbd2020-12-08 21:07:37 -060036
37 eeprom@52 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-pre-ram;
Dennis Gilmore3505dbd2020-12-08 21:07:37 -060039 };
40
41 eeprom@53 {
Simon Glassd3a98cb2023-02-13 08:56:33 -070042 bootph-pre-ram;
Dennis Gilmore3505dbd2020-12-08 21:07:37 -060043 };
Dennis Gilmore4d91f7e2019-05-29 09:36:13 -050044};
Pali Rohár75c36582022-08-03 13:00:51 +020045
46#include "mvebu-u-boot.dtsi"