= Realtek RTS-EC-EFUSE device tree bindings =

This binding is intended to represent RTS-EC-EFUSE which is found in Realtek RTS3915 SOCs.

Required properties:
- compatible: should be "realtek,rts-ec-efuse"
- reg: Should contain registers location and length
- ecc_en: set bit0-bit6 to enable ecc function for group0-group6

= Data cells =
Are child nodes of RTS-EC-EFUSE, bindings of which as described in
bindings/nvmem/nvmem.txt

Example:

	efuse: efuse@188a0300 {
		compatible = "realtek,rts-ec-efuse";
		reg = <0x188a0300 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;
		ecc_en = <0x7F>;
	};

= Data consumers =
Are device nodes which consume nvmem data cells.
