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 { | ||||
8 | u-boot,dm-pre-reloc; | ||||
9 | }; | ||||
10 | |||||
11 | &gpmi { | ||||
12 | u-boot,dm-spl; | ||||
13 | u-boot,dm-pre-reloc; | ||||
14 | }; | ||||
15 | |||||
16 | &usdhc1 { | ||||
17 | u-boot,dm-spl; | ||||
18 | u-boot,dm-pre-reloc; | ||||
19 | }; | ||||
20 | |||||
21 | &usdhc2 { | ||||
22 | u-boot,dm-spl; | ||||
23 | u-boot,dm-pre-reloc; | ||||
24 | }; |