13 lines
174 B
Devicetree
13 lines
174 B
Devicetree
// 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;
|
|
};
|