blob: 05004a74e0cc4852f468b07d6b7ff8dc1934380c [file] [log] [blame]
Parthiban Nallathambi10e959a2020-07-27 16:48:41 +02001// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2020 Linumiz
4 * Author: Parthiban Nallathambi <parthiban@linumiz.com>
5 */
6
7&pinctrl_uart1 {
Simon Glass8c103c32023-02-13 08:56:33 -07008 bootph-all;
Parthiban Nallathambi10e959a2020-07-27 16:48:41 +02009};
10
11&gpmi {
Simon Glass8c103c32023-02-13 08:56:33 -070012 bootph-pre-ram;
13 bootph-all;
Parthiban Nallathambi10e959a2020-07-27 16:48:41 +020014};
15
16&usdhc1 {
Simon Glass8c103c32023-02-13 08:56:33 -070017 bootph-pre-ram;
18 bootph-all;
Parthiban Nallathambi10e959a2020-07-27 16:48:41 +020019};
20
21&usdhc2 {
Simon Glass8c103c32023-02-13 08:56:33 -070022 bootph-pre-ram;
23 bootph-all;
Parthiban Nallathambi10e959a2020-07-27 16:48:41 +020024};