8000 device-tree: firmware updates for Pi5 - reset_reason · peterharperuk/documentation@b01457b · GitHub
[go: up one dir, main page]

Skip to content

Commit b01457b

Browse files
committed
device-tree: firmware updates for Pi5 - reset_reason
Describe the PMIC reset reason
1 parent ecb9086 commit b01457b

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

documentation/asciidoc/computers/configuration/device-tree.adoc

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,31 @@ Raspberry Pi 5 only.
847847
The maximum current in mA that the power supply can supply. The firmware reports the value indicated by the USB-C, USB-PD or PoE interfaces.
848848
For bench power supplies (e.g. connected to the GPIO header) define `PSU_MAX_CURRENT` in the bootloader configuration to indicate the power supply current capability.
849849

850+
`power_reset` - 32-bit integer
851+
852+
Raspberry Pi 5 only.
853+
854+
A bit field indicating the reason why the PMIC was reset.
855+
856+
|===
857+
| Bit | Reason
858+
859+
| 0
860+
| Over voltage
861+
862+
| 1
863+
| Under voltage
864+
865+
| 2
866+
| Over temperature
867+
868+
| 3
869+
| Enable signal
870+
871+
| 4
872+
| Watchdog
873+
|===
874+
850875
`rpi_power_supply` - 2 32-bit integers
851876

852877
The USB VID and Product VDO of the official Raspberry Pi 5A power supply (if connected).
@@ -868,7 +893,7 @@ To capture this for a bug report run `hexdump -C /proc/device-tree/chosen/power/
868893
The format is defined by the https://usb.org/document-library/usb-power-delivery[USB Power Delivery] specification.
869894

870895

871-
==== BCM2711 specific bootloader properties `/chosen/bootloader`
896+
==== BCM2711 & BCM2712 specific bootloader properties `/chosen/bootloader`
872897
The following properties are specific to BCM2711 SPI EEPROM bootloader.
873898

874899
`build_timestamp` - 32-bit integer
@@ -938,7 +963,7 @@ If secure-boot is enabled then this bit-field will be non-zero. The individual b
938963

939964
The Git version string for the bootloader.
940965

941-
==== BCM2711 USB boot properties `/chosen/bootloader/usb`
966+
==== BCM2711 & BCM2712 USB boot properties `/chosen/bootloader/usb`
942967
The following properties are defined if the system was booted from USB. These may be used to uniquely identify the USB boot device.
943968

944969
`usb-version` - 32-bit integer

0 commit comments

Comments
 (0)
0