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) Altera FPGA To SDRAM Bridge 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 contain "altr,socfpga-fpga2sdram-bridge"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) See Documentation/devicetree/bindings/fpga/fpga-bridge.txt for generic bindings.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	fpga_bridge3: fpga-bridge@ffc25080 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 		compatible = "altr,socfpga-fpga2sdram-bridge";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 		reg = <0xffc25080 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 		bridge-enable = <0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	};