13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
/*
|
||
|
* Copyright 2019 Toradex AG
|
||
|
*/
|
||
|
|
||
|
&pinctrl_uart1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|
||
|
|
||
|
&pinctrl_uart1_ctrl1 {
|
||
|
u-boot,dm-pre-reloc;
|
||
|
};
|