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) KEYMILE qrio Board Control CPLD
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) The qrio is a multifunction device that controls the KEYMILE boards based on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) the kmp204x design.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) GPIO blocks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - compatible: "keymile,qriox"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - reg: access on the parent local bus (chip select, offset in chip select, size)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	board-control@1,0 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		compatible = "keymile,qriox";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		reg = <1 0 0x80>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	};