Navin Sankar Velliangiri | a3a0bc8 | 2021-05-18 09:03:20 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Copyright (c) 2021 Linumiz | ||||
4 | * Author: Navin Sankar Velliangiri <navin@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 | }; |