mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
4a500e4337
Add node for hlcld for u-boot logo display at boot. This is compatible with the Precision Design Associates (PDA) TM5000 screen. Timings are compatible with simple panel from Linux, panel name is pda_91_00156_a0 Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
54 lines
743 B
Text
54 lines
743 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* at91-sama5d27_wlsom1_ek-u-boot.dts - Device Tree file for SAMA5D27 WLSOM1 EK
|
|
*
|
|
* Copyright (C) 2019 Microchip Technology Inc. and its subsidiaries
|
|
*
|
|
* Author: Eugen Hristev <eugen.hristev@microchip.com>
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&hlcdc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&qspi1 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&qspi1_flash {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdmmc0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&uart0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sfr {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_cmd_dat_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_ck_cd_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_uart0_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&pinctrl_qspi1_default {
|
|
u-boot,dm-pre-reloc;
|
|
};
|