12 lines
587 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
What: /sys/devices/*/<our-device>/fuse
Date: February 2014
Contact: Peter De Schrijver <pdeschrijver@nvidia.com>
Description: read-only access to the efuses on Tegra20, Tegra30, Tegra114
and Tegra124 SoC's from NVIDIA. The efuses contain write once
2026-01-29 22:25:33 +08:00
data programmed at the factory. The data is laid out in 32bit
2026-01-21 18:59:54 +08:00
words in LSB first format. Each bit represents a single value
as decoded from the fuse registers. Bits order/assignment
exactly matches the HW registers, including any unused bits.
Users: any user space application which wants to read the efuses on
Tegra SoC's