summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/misc/tegra-fuse.txt
blob: aa1ad4f9d7bcddae00fcedac9653f9715e6e1ac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NVIDIA tegra efuse driver interface.

Required properties:
-compatible: the driver is compatible with
	"nvidia, tegra114-efuse"
	"nvidia, tegra124-efuse"
-reg: Should contain tegra-fuse registers location and length.

Example:

	efuse@7000f800 {
		compatible = "nvidia,tegra114-efuse";
		reg = <0x7000f800 0x400>;
	};