dt-bindings: rockchip-scr: add rockchip SOC smart card reader controller.
authorAiyoujun <ayj@rock-chips.com>
Fri, 18 Mar 2016 09:06:34 +0000 (17:06 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 21 Mar 2016 03:08:45 +0000 (11:08 +0800)
Change-Id: I735c86c164eef2ea119818abe8afa0dd8ee5647a
Signed-off-by: Aiyoujun <ayj@rock-chips.com>
Documentation/devicetree/bindings/misc/rockchip-scr.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/misc/rockchip-scr.txt b/Documentation/devicetree/bindings/misc/rockchip-scr.txt
new file mode 100644 (file)
index 0000000..d3b4159
--- /dev/null
@@ -0,0 +1,15 @@
+* Rockchip Smartcard Reader Controller driver.
+
+Required properties:
+- compatible: should be "rockchip-scr"
+       support smart card reader controller for SoC
+       such as RK3128, RK322x, RK3288, RK3368, RK3366 and etc.
+- reg: Should contain SCR registers location and length
+- interrupts: Should contain SCR interrupt
+
+Example:
+scr: rkscr@20048000 {
+       compatible = "rockchip-scr";
+       reg = <0x20048000 0x4000>;
+       interrupts = <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
+};