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) ST SPEAr SoC USB controllers:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) -----------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) EHCI:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) -----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) - compatible: "st,spear600-ehci"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - interrupts: Should contain the EHCI interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	ehci@e1800000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		compatible = "st,spear600-ehci", "usb-ehci";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		reg = <0xe1800000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		interrupt-parent = <&vic1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 		interrupts = <27>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) OHCI:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) -----
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) - compatible: "st,spear600-ohci"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) - interrupts: Should contain the OHCI interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	ohci@e1900000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 		compatible = "st,spear600-ohci", "usb-ohci";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 		reg = <0xe1800000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 		interrupt-parent = <&vic1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 		interrupts = <26>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 	};