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) * AMD Cryptographic Coprocessor driver (ccp)
^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 be "amd,ccp-seattle-v1a"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) - reg: Address and length of the register set for the device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) - interrupts: Should contain the CCP interrupt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) - dma-coherent: Present if dma operations are coherent
^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) 	ccp@e0100000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 		compatible = "amd,ccp-seattle-v1a";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 		reg = <0 0xe0100000 0 0x10000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 		interrupt-parent = <&gic>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 		interrupts = <0 3 4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	};