summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/misc/tegra-fuse.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/tegra-fuse.txt b/Documentation/devicetree/bindings/misc/tegra-fuse.txt
new file mode 100644
index 000000000000..aa1ad4f9d7bc
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/tegra-fuse.txt
@@ -0,0 +1,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>;
+ };