Parthiban Nallathambi | 10e959a | 2020-07-27 16:48:41 +0200 | [diff] [blame] | 1 | // 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 Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 8 | bootph-all; |
Parthiban Nallathambi | 10e959a | 2020-07-27 16:48:41 +0200 | [diff] [blame] | 9 | }; |
10 | |||||
11 | &gpmi { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-pre-ram; |
13 | bootph-all; | ||||
Parthiban Nallathambi | 10e959a | 2020-07-27 16:48:41 +0200 | [diff] [blame] | 14 | }; |
15 | |||||
16 | &usdhc1 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 17 | bootph-pre-ram; |
18 | bootph-all; | ||||
Parthiban Nallathambi | 10e959a | 2020-07-27 16:48:41 +0200 | [diff] [blame] | 19 | }; |
20 | |||||
21 | &usdhc2 { | ||||
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-pre-ram; |
23 | bootph-all; | ||||
Parthiban Nallathambi | 10e959a | 2020-07-27 16:48:41 +0200 | [diff] [blame] | 24 | }; |