summaryrefslogtreecommitdiff
path: root/Kernel
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-10-01 19:33:46 -0400
committerAndreas Kling <kling@serenityos.org>2021-10-02 02:01:07 +0200
commit6c4392bc50479f283b94d8e5b638f3c665ad7f41 (patch)
tree92c0582aa5876ababf273eac22ed6106b3d803fc /Kernel
parent6a8246cacc5e5a184ed89e4bb4669f787448cdaf (diff)
downloadserenity-6c4392bc50479f283b94d8e5b638f3c665ad7f41.zip
Prekernel: Better datasheet link for RPi3
Diffstat (limited to 'Kernel')
-rw-r--r--Kernel/Prekernel/Arch/aarch64/MMIO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Prekernel/Arch/aarch64/MMIO.h b/Kernel/Prekernel/Arch/aarch64/MMIO.h
index 46e28e8a55..a729ad6382 100644
--- a/Kernel/Prekernel/Arch/aarch64/MMIO.h
+++ b/Kernel/Prekernel/Arch/aarch64/MMIO.h
@@ -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: