Skip to content

Commit

Permalink
Merge branch 'u-boot-2024.07-trunk/at91/dt' into u-boot-2024.07-mchp
Browse files Browse the repository at this point in the history
  • Loading branch information
varshini-rajendran committed Sep 19, 2024
2 parents e99d407 + 5e1ccd0 commit 74d324e
Show file tree
Hide file tree
Showing 10 changed files with 2,504 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/dts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,9 @@ dtb-$(CONFIG_TARGET_SAMA7G5EK) += \
dtb-$(CONFIG_TARGET_SAMA7G54_CURIOSITY) += \
at91-sama7g54_curiosity.dtb

dtb-$(CONFIG_TARGET_SAMA7D65_CURIOSITY) += \
at91-sama7d65_curiosity.dtb

dtb-$(CONFIG_TARGET_SAMA5D2_PTC_EK) += \
at91-sama5d2_ptc_ek.dtb

Expand Down
55 changes: 55 additions & 0 deletions arch/arm/dts/at91-sama7d65_curiosity-u-boot.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* at91-sama7d65_curiosity-u-boot.dtsi - Device Tree Include file for
* SAMA7D65 CURIOSITY.
*
* Copyright (c) 2023 Microchip Technology Inc. and its subsidiaries
*
* Author: Ryan Wanner <[email protected]>
*/

/{
chosen {
bootph-all;
};

soc {
bootph-all;
};
};

&main_rc {
bootph-all;
};

&main_xtal {
bootph-all;
};

&pioA {
bootph-all;
};

&pinctrl_uart6_default {
bootph-all;
};

&pit64b0 {
bootph-all;
};

&pmc {
bootph-all;
};

&slow_rc_osc {
bootph-all;
};

&slow_xtal {
bootph-all;
};

&uart6 {
bootph-all;
};
Loading

0 comments on commit 74d324e

Please sign in to comment.