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