This commit is contained in:
captroy 2026-02-20 00:45:53 -08:00 committed by GitHub
commit 81dbaf924e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@
#elif (RASPI)==4 #elif (RASPI)==4
#define PERIPH_VIRT_BASE 0xfe000000 #define PERIPH_VIRT_BASE 0xfe000000
#define PERIPH_PHYS_BASE 0x7e000000 #define PERIPH_PHYS_BASE 0x7e000000
#define DRAM_PHYS_BASE 0xc0000000 #define DRAM_PHYS_BASE 0x40000000
#define MEM_FLAG 0x04 #define MEM_FLAG 0x0c
#define PLLFREQ 750000000. #define PLLFREQ 750000000.
#else #else
#error Unknown Raspberry Pi version (variable RASPI) #error Unknown Raspberry Pi version (variable RASPI)