raspberrypi.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. SPDX-License-Identifier: GPL-2.0+
  2. .. Copyright (C) 2022 Matthias Brugger <mbrugger@suse.com>
  3. Raspberry Pi
  4. ============
  5. About this
  6. ----------
  7. This document describes the information about Raspberry Pi boards
  8. and it's usage steps.
  9. Raspberry Pi boards
  10. -------------------
  11. List of the supported Rasbperry Pi boards and the corresponding defconfig files:
  12. 32 bit
  13. ^^^^^^
  14. * rpi_defconfig
  15. - Raspberry Pi
  16. * rpi_0_w_defconfig
  17. - Raspberry Pi 1
  18. - Raspberry Pi zero
  19. * rpi_2_defconfig
  20. - Raspberry Pi 2
  21. * rpi_3_32b_defconfig
  22. - Raspberry Pi 3b
  23. * rpi_4_32b_defconfig
  24. - Raspberry Pi 4b
  25. 64 bit
  26. ^^^^^^
  27. * rpi_3_defconfig
  28. - Raspberry Pi 3b
  29. * rpi_3_b_plus_defconfig
  30. - Raspberry Pi 3b+
  31. * rpi_4_defconfig
  32. - Raspberry Pi 4b
  33. * rpi_arm64_defconfig
  34. - Raspberry Pi 3b
  35. - Raspberry Pi 3b+
  36. - Raspberry Pi 4b
  37. - Raspberry Pi 400
  38. - Raspberry Pi CM 3
  39. - Raspberry Pi CM 3+
  40. - Raspberry Pi CM 4
  41. - Raspberry Pi zero 2 w
  42. rpi_arm64_defconfig uses the device-tree provided by the firmware instead of
  43. the embedded one. It allows to use the same U-Boot binary to boot different
  44. boards.