Path: blob/main/sys/contrib/device-tree/Bindings/fuse/renesas,rcar-otp.yaml
48377 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/fuse/renesas,rcar-otp.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: R-Car E-FUSE connected to OTP_MEM78maintainers:9- Geert Uytterhoeven <geert+renesas@glider.be>1011description:12The E-FUSE is a type of non-volatile memory, which is accessible through the13One-Time Programmable Memory (OTP_MEM) module on some R-Car Gen4 SoCs.1415properties:16compatible:17enum:18- renesas,r8a779g0-otp # R-CarV4H19- renesas,r8a779h0-otp # R-CarV4M2021reg:22items:23- description: OTP_MEM_024- description: OTP_MEM_12526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34otp: otp@e61be000 {35compatible = "renesas,r8a779g0-otp";36reg = <0xe61be000 0x1000>, <0xe61bf000 0x1000>;37};383940