Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

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