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) Xilinx Zynq QSPI controller Device Tree Bindings
^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) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) - compatible		: Should be "xlnx,zynq-qspi-1.0".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) - reg			: Physical base address and size of QSPI registers map.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - interrupts		: Property with a value describing the interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 			  number.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - clock-names		: List of input clock names - "ref_clk", "pclk"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 			  (See clock bindings for details).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - clocks		: Clock phandles (see clock bindings for details).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - num-cs		: Number of chip selects used.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	qspi: spi@e000d000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		compatible = "xlnx,zynq-qspi-1.0";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		reg = <0xe000d000 0x1000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		interrupt-parent = <&intc>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		interrupts = <0 19 4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 		clock-names = "ref_clk", "pclk";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 		clocks = <&clkc 10>, <&clkc 43>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 		num-cs = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	};