mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
27347893f0
Introduce support for Conclusive KSTR-SAMA5D27 Single Board Computer. Co-developed-by: Jakub Klama <jakub@conclusive.pl> Signed-off-by: Jakub Klama <jakub@conclusive.pl> Co-developed-by: Marcin Jabrzyk <marcin@conclusive.pl> Signed-off-by: Marcin Jabrzyk <marcin@conclusive.pl> Signed-off-by: Artur Rojek <artur@conclusive.pl>
42 lines
556 B
Text
42 lines
556 B
Text
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
/*
|
|
* at91-kstr-sama5d27-u-boot.dtsi - Device Tree Include file w/ U-Boot specific
|
|
* properties for Conclusive KSTR-SAMA5D27 board
|
|
*
|
|
* Copyright (C) 2023 Conclusive Engineering Sp. z o. o.
|
|
*
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&sdmmc0 {
|
|
bootph-all;
|
|
};
|
|
|
|
&uart1 {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_uart1_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_macb0_phy_irq {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_macb0_rmii {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_cmd_dat_default {
|
|
bootph-all;
|
|
};
|
|
|
|
&pinctrl_sdmmc0_ck_cd_default {
|
|
bootph-all;
|
|
};
|