You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/computers/configuration/device-tree.adoc
+27-2Lines changed: 27 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -847,6 +847,31 @@ Raspberry Pi 5 only.
847
847
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.
848
848
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.
849
849
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
+
850
875
`rpi_power_supply` - 2 32-bit integers
851
876
852
877
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/
868
893
The format is defined by the https://usb.org/document-library/usb-power-delivery[USB Power Delivery] specification.
869
894
870
895
871
-
==== BCM2711 specific bootloader properties `/chosen/bootloader`
896
+
==== BCM2711 & BCM2712 specific bootloader properties `/chosen/bootloader`
872
897
The following properties are specific to BCM2711 SPI EEPROM bootloader.
873
898
874
899
`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
938
963
939
964
The Git version string for the bootloader.
940
965
941
-
==== BCM2711 USB boot properties `/chosen/bootloader/usb`
966
+
==== BCM2711 & BCM2712 USB boot properties `/chosen/bootloader/usb`
942
967
The following properties are defined if the system was booted from USB. These may be used to uniquely identify the USB boot device.
0 commit comments