diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2021-06-06 14:16:16 +0200 |
---|---|---|
committer | Nicolas Saenz Julienne <nsaenz@kernel.org> | 2021-06-08 23:06:34 +0200 |
commit | 1c701accecf21932ebcbd8acacb4557af3797e77 (patch) | |
tree | fb638f0c5c6d258b6568ae2b2940c882fd30ba2c /arch/arm/boot/dts/Makefile | |
parent | 5f30dacf37bc93308e91e4d0fc94681ca73f0f91 (diff) | |
download | lwn-1c701accecf21932ebcbd8acacb4557af3797e77.tar.gz lwn-1c701accecf21932ebcbd8acacb4557af3797e77.zip |
ARM: dts: Add Raspberry Pi 400 support
The Raspberry Pi 400 is like a Pi 4 B designed into a keyboard. But there
are some minor differences:
- higher CPU clock rate (1.8 GHz)
- different Wifi chip (BCM43456)
- power off is now handled via GPIO
- no ACT LED
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1622981777-5023-7-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index f8f09c5066e7..ec00dba84f36 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -88,6 +88,7 @@ dtb-$(CONFIG_ARCH_BCM2835) += \ bcm2837-rpi-3-b.dtb \ bcm2837-rpi-3-b-plus.dtb \ bcm2837-rpi-cm3-io3.dtb \ + bcm2711-rpi-400.dtb \ bcm2711-rpi-4-b.dtb \ bcm2835-rpi-zero.dtb \ bcm2835-rpi-zero-w.dtb |