1* Rockchip Smartcard Reader Controller driver. 2 3Required properties: 4- compatible: should be "rockchip-scr" 5 support smart card reader controller for SoC 6 such as RK3128, RK322x, RK3288, RK3368, RK3366 and etc. 7- reg: Should contain SCR registers location and length 8- interrupts: Should contain SCR interrupt 9 10Example: 11scr: rkscr@20048000 { 12 compatible = "rockchip-scr"; 13 reg = <0x20048000 0x4000>; 14 interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>; 15}; 16