[PATCH 07/15] arm: dts: am335x-evm-u-boot: Add chosen tick-timer
Markus Schneider-Pargmann (TI.com)
msp at baylibre.com
Tue Nov 18 11:40:27 CET 2025
The upstream DTS is currently lacking this information which is
required in u-boot.
Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp at baylibre.com>
---
arch/arm/dts/am335x-evm-u-boot.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/dts/am335x-evm-u-boot.dtsi b/arch/arm/dts/am335x-evm-u-boot.dtsi
index 72402c82928a72abe3847bfcc0771dabc571d8e6..2ebf60bf7d6ce007e033b75a25a10c60a83e218e 100644
--- a/arch/arm/dts/am335x-evm-u-boot.dtsi
+++ b/arch/arm/dts/am335x-evm-u-boot.dtsi
@@ -5,6 +5,12 @@
#include "am33xx-u-boot.dtsi"
+/ {
+ chosen {
+ tick-timer = &timer2;
+ };
+};
+
&l4_per {
bootph-all;
segment at 300000 {
--
2.51.0
More information about the U-Boot
mailing list