mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:17:46 +00:00
Prekernel: Better datasheet link for RPi3
This commit is contained in:
parent
6a8246cacc
commit
6c4392bc50
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Prekernel {
|
|||
|
||||
// Knows about memory-mapped IO addresses on the Broadcom family of SOCs used in Raspberry Pis.
|
||||
// RPi3 is the first Raspberry Pi that supports aarch64.
|
||||
// https://datasheets.raspberrypi.org/bcm2836/bcm2836-peripherals.pdf (RPi3)
|
||||
// https://github.com/raspberrypi/documentation/files/1888662/BCM2837-ARM-Peripherals.-.Revised.-.V2-1.pdf (RPi3)
|
||||
// https://datasheets.raspberrypi.org/bcm2711/bcm2711-peripherals.pdf (RPi4 Model B)
|
||||
class MMIO {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue