blob: cab9b6cfc58eae441de847600007dd5e311766cc [file] [log] [blame]
Tom Rini855ff8e2018-05-18 17:54:39 -04001// SPDX-License-Identifier: GPL-2.0+
Jagan Teki21756372018-04-11 18:02:20 +05302/*
3 * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki21756372018-04-11 18:02:20 +05304 */
5
6/ {
Sjoerd Simonsbf219a32019-06-04 15:49:58 +02007 aliases {
8 usb0 = &usbotg;
Peng Fan7932b1c2019-08-14 09:27:06 +00009 video0 = &ipu1;
Sjoerd Simonsbf219a32019-06-04 15:49:58 +020010 };
11
Jagan Teki21756372018-04-11 18:02:20 +053012 soc {
Simon Glass8c103c32023-02-13 08:56:33 -070013 bootph-pre-ram;
14 bootph-all;
Jagan Teki21756372018-04-11 18:02:20 +053015
Oleksandr Suvorovcdb18042021-09-23 23:14:37 +030016 bus@2000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
Adam Ford8d037092019-02-20 08:53:56 -060018 spba-bus@2000000 {
Simon Glass8c103c32023-02-13 08:56:33 -070019 bootph-pre-ram;
Adam Ford8d037092019-02-20 08:53:56 -060020 };
Jagan Teki21756372018-04-11 18:02:20 +053021 };
22
Oleksandr Suvorovcdb18042021-09-23 23:14:37 +030023 bus@2100000 {
Simon Glass8c103c32023-02-13 08:56:33 -070024 bootph-pre-ram;
Jagan Teki21756372018-04-11 18:02:20 +053025 };
26 };
27};
28
29&gpio1 {
Simon Glass8c103c32023-02-13 08:56:33 -070030 bootph-pre-ram;
Jagan Teki21756372018-04-11 18:02:20 +053031};
32
33&iomuxc {
Simon Glass8c103c32023-02-13 08:56:33 -070034 bootph-pre-ram;
Jagan Teki21756372018-04-11 18:02:20 +053035};
Peng Fan7932b1c2019-08-14 09:27:06 +000036
37&ipu1 {
Simon Glass8c103c32023-02-13 08:56:33 -070038 bootph-all;
Peng Fan7932b1c2019-08-14 09:27:06 +000039};