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) OMAP HS USB OHCI controller (OMAP3 and later)
^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) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) - compatible: should be "ti,ohci-omap3"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) - reg: should contain one register range i.e. start and length
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - interrupts: description of the interrupt line
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) Example for OMAP4:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) usbhsohci: ohci@4a064800 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	compatible = "ti,ohci-omap3";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	reg = <0x4a064800 0x400>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	interrupts = <0 76 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) };