diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi')
-rw-r--r-- | roms/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi new file mode 100644 index 000000000..3f351ef0c --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx6ul-opos6uldev-u-boot.dtsi @@ -0,0 +1,34 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Device Tree Source extras for U-Boot for the OPOS6ULDev board + * + * Copyright (C) 2018 Armadeus Systems <support@armadeus.com> + */ + +#include "imx6ul-opos6ul-u-boot.dtsi" + +/ { + aliases { + display0 = &lcdif; + }; +}; + +&aips1 { + u-boot,dm-spl; + + spba-bus@02000000 { + u-boot,dm-spl; + }; +}; + +&lcdif { + u-boot,dm-pre-proper; +}; + +&pinctrl_uart1 { + u-boot,dm-spl; +}; + +&uart1 { + u-boot,dm-spl; +}; |