blob: 906d8f2e67e082a6fe9a93860ec2a32216d7c271 [file] [log] [blame]
Jon Nettleton14deee22018-06-21 12:35:49 +03001// SPDX-License-Identifier: GPL-2.0+
2
3&spi1 {
Simon Glass8c103c32023-02-13 08:56:33 -07004 bootph-pre-ram;
Jon Nettleton14deee22018-06-21 12:35:49 +03005
6 spi-flash@0 {
Simon Glass8c103c32023-02-13 08:56:33 -07007 bootph-pre-ram;
Jon Nettleton14deee22018-06-21 12:35:49 +03008 };
9};
Baruch Siach13cba822019-05-08 17:47:32 +030010
11&sdhci {
Simon Glass8c103c32023-02-13 08:56:33 -070012 bootph-pre-ram;
Martin Rowee3104d82023-03-25 10:02:43 +100013 non-removable; /* assume that the card is always present, required for eMMC variant */
Baruch Siach13cba822019-05-08 17:47:32 +030014};
Baruch Siach22c47f62019-05-16 13:04:01 +030015
Baruch Siach70bae022019-11-03 11:52:39 +020016&gpio0 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Baruch Siach70bae022019-11-03 11:52:39 +020018};
19
Baruch Siach22c47f62019-05-16 13:04:01 +030020&ahci0 {
Simon Glass8c103c32023-02-13 08:56:33 -070021 bootph-pre-ram;
Baruch Siach22c47f62019-05-16 13:04:01 +030022};
23
24&ahci1 {
Simon Glass8c103c32023-02-13 08:56:33 -070025 bootph-pre-ram;
Baruch Siach22c47f62019-05-16 13:04:01 +030026};
Baruch Siachae7ba522020-01-20 14:20:09 +020027
28&i2c0 {
Simon Glass8c103c32023-02-13 08:56:33 -070029 bootph-pre-ram;
Baruch Siachae7ba522020-01-20 14:20:09 +020030
31 eeprom@52 {
Simon Glass8c103c32023-02-13 08:56:33 -070032 bootph-pre-ram;
Baruch Siachae7ba522020-01-20 14:20:09 +020033 };
34
35 eeprom@53 {
Simon Glass8c103c32023-02-13 08:56:33 -070036 bootph-pre-ram;
Baruch Siachae7ba522020-01-20 14:20:09 +020037 };
38};
Pali Rohár5d4d1212022-08-03 13:00:51 +020039
40#include "mvebu-u-boot.dtsi"