arch/arm/boot/dts/bcm2711-rpi-4-b.dts
0 → 100644
+123
−0
arch/arm/boot/dts/bcm2711.dtsi
0 → 100644
+844
−0
+7
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
This adds minimal support for the new Raspberry Pi 4 without the fancy stuff like GENET, PCIe, xHCI, 40 bit DMA and V3D. The RPi 4 is available in 3 different variants (1, 2 and 4 GB RAM), so leave the memory size to zero and let the bootloader take care of it. The DWC2 is still usable as peripheral via the USB-C port. Other differences to the Raspberry Pi 3: - additional GIC 400 Interrupt controller - new thermal IP and HWRNG - additional MMC interface (emmc2) - additional UART, I2C, SPI and PWM interfaces - clock stretching bug in I2C IP has been fixed Signed-off-by:Stefan Wahren <wahrenst@gmx.net> Acked-by:
Eric Anholt <eric@anholt.net> Acked-by:
Florian Fanelli <f.fainelli@gmail.com>
CRA Git | Maintained and supported by SUSTech CRA and CCSE