@@ -130,6 +130,23 @@ Name: <The base DTB>
130130Info: Configures the base Raspberry Pi hardware
131131Load: <loaded automatically>
132132Params:
133+ act_led_trigger Choose which activity the LED tracks.
134+ Use "heartbeat" for a nice load indicator.
135+ (default "mmc")
136+
137+ act_led_activelow Set to "on" to invert the sense of the LED
138+ (default "off")
139+ N.B. For Pi 3B, 3B+, 3A+ and 4B, use the act-led
140+ overlay.
141+
142+ act_led_gpio Set which GPIO to use for the activity LED
143+ (in case you want to connect it to an external
144+ device)
145+ (default "16" on a non-Plus board, "47" on a
146+ Plus or Pi 2)
147+ N.B. For Pi 3B, 3B+, 3A+ and 4B, use the act-led
148+ overlay.
149+
133150 ant1 Select antenna 1 (default). CM4/5 only.
134151
135152 ant2 Select antenna 2. CM4/5 only.
@@ -340,12 +357,11 @@ Params:
340357 pciex1_tperst_clk_ms Alias for pcie_tperst_clk_ms
341358 (2712 only, default "0")
342359
343- spi Set to "on" to enable the spi interfaces
344- (default "off")
345-
346- spi_dma4 Use to enable 40-bit DMA on spi interfaces
347- (the assigned value doesn't matter)
348- (2711 only)
360+ pwr_led_trigger
361+ pwr_led_activelow
362+ pwr_led_gpio
363+ As for act_led_*, but using the PWR LED.
364+ Not available on Model A/B boards.
349365
350366 random Set to "on" to enable the hardware random
351367 number generator (default "on")
@@ -386,6 +402,13 @@ Params:
386402 sdio_overclock Clock (in MHz) to use when the MMC framework
387403 requests 50MHz for the SDIO/WLAN interface.
388404
405+ spi Set to "on" to enable the spi interfaces
406+ (default "off")
407+
408+ spi_dma4 Use to enable 40-bit DMA on spi interfaces
409+ (the assigned value doesn't matter)
410+ (2711 only)
411+
389412 suspend Make the power button trigger a suspend rather
390413 than a power-off (2712 only, default "off")
391414
@@ -410,29 +433,6 @@ Params:
410433 with or without colon separators, written in the
411434 natural (big-endian) order.
412435
413- act_led_trigger Choose which activity the LED tracks.
414- Use "heartbeat" for a nice load indicator.
415- (default "mmc")
416-
417- act_led_activelow Set to "on" to invert the sense of the LED
418- (default "off")
419- N.B. For Pi 3B, 3B+, 3A+ and 4B, use the act-led
420- overlay.
421-
422- act_led_gpio Set which GPIO to use for the activity LED
423- (in case you want to connect it to an external
424- device)
425- (default "16" on a non-Plus board, "47" on a
426- Plus or Pi 2)
427- N.B. For Pi 3B, 3B+, 3A+ and 4B, use the act-led
428- overlay.
429-
430- pwr_led_trigger
431- pwr_led_activelow
432- pwr_led_gpio
433- As for act_led_*, but using the PWR LED.
434- Not available on Model A/B boards.
435-
436436 N.B. It is recommended to only enable those interfaces that are needed.
437437 Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
438438 interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
0 commit comments