= XUANTIE TH1520 dcd smart card which complies with ISO7816 protocol msic device tree bindings =

This binding is intended to represent TH1520-ISO7816 DCD SMART CARD which is found in XUANTIE SoCs

Required properties:
- compatible:	should be
		"xuantie,th1520-fm-efuse": for th1520 fullmask
- reg:	should contain registers location and length
- interrupts:	the interrupt number for this device
- interrupt-parent:	the interrupt controller to manage this device interrupt

Example:

	iso7816: iso7816-card@fff7f30000 {
		compatible = "xuantie,th1520-iso7816-card";
		reg = <0xff 0xf7f30000 0x0 0x4000>;
		interrupts = <69 IRQ_TYPE_LEVEL_HIGH>;
		status = "disabled";
	};
