diff options
| author | Tom Rini <[email protected]> | 2026-05-05 08:16:52 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-05 08:16:52 -0600 |
| commit | 70434636c3dad96c22622c52112c2560c8e1c201 (patch) | |
| tree | c0444111e269d1c42727def0ff8cccd3f83a268d /include | |
| parent | 57460fde4ba84d67de4066ee1141e89e8139ed23 (diff) | |
| parent | 20b124d1bc6617249956b6b5e703af5579e8492f (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
DT clean ups, Kconfig clean up, R-Car Gen5 remoteproc and watchdog
driver, and R-Car Gen5 CM33 initial build support.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rcar-gen5-common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/rcar-gen5-common.h b/include/configs/rcar-gen5-common.h index dc28d07c7f9..81b5e2aa5bb 100644 --- a/include/configs/rcar-gen5-common.h +++ b/include/configs/rcar-gen5-common.h @@ -17,6 +17,12 @@ #define CFG_SYS_SDRAM_SIZE (0x80000000u - DRAM_RSV_SIZE) #define CFG_MAX_MEM_MAPPED (0x80000000u - DRAM_RSV_SIZE) +/* Timer */ +#if defined(CONFIG_RCAR_64_RSIP) +#define CFG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */ +#define CFG_SYS_TIMER_RATE (133333333 / 4) +#endif + /* Environment setting */ #define CFG_EXTRA_ENV_SETTINGS \ "bootm_size=0x10000000\0" |
