mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
87d1cac49d
Add initial support for sama5d29_curiosity board. Hardware: SoC: SAMA5D29 500 MHz DRAM: LPDDR2 512 MiB PMIC: MCP16502 Debug: UART0 Flash: QSPI NOR 8 MiB RGB LCD connector Mikrobus connectors x 2 SD-Card connectors x 2 USB 2.0 x 2 Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
55 lines
623 B
Text
55 lines
623 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
/*
|
|
* at91-sama5d29_curiosity-u-boot.dtsi - Device Tree file for SAMA5D2 SoC u-boot properties.
|
|
*
|
|
* Copyright (c) 2023, Microchip Technology Inc. and its subsidiaries
|
|
*
|
|
* Author: Mihai Sain <mihai.sain@microchip.com>
|
|
*
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&pinctrl_qspi1_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_sdmmc1_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&hlcdc {
|
|
bootph-all;
|
|
};
|
|
|
|
&pioA {
|
|
bootph-all;
|
|
};
|
|
|
|
&qspi1 {
|
|
bootph-all;
|
|
|
|
flash@0 {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&sdmmc0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&sdmmc1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart0 {
|
|
bootph-all;
|
|
};
|