Sébastien Szymanski | 2f90c62 | 2018-09-06 09:51:53 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | ||||
3 | * Device Tree Source extras for U-Boot for the OPOS6ULDev board | ||||
4 | * | ||||
5 | * Copyright (C) 2018 Armadeus Systems <support@armadeus.com> | ||||
6 | */ | ||||
7 | |||||
8 | #include "imx6ul-opos6ul-u-boot.dtsi" | ||||
9 | |||||
10 | &aips1 { | ||||
11 | u-boot,dm-spl; | ||||
12 | |||||
13 | spba-bus@02000000 { | ||||
14 | u-boot,dm-spl; | ||||
15 | }; | ||||
16 | }; | ||||
17 | |||||
18 | &pinctrl_uart1 { | ||||
19 | u-boot,dm-spl; | ||||
20 | }; | ||||
21 | |||||
22 | &uart1 { | ||||
23 | u-boot,dm-spl; | ||||
24 | }; |