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) * Device tree bindings for Atmel Bus Matrix
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) The Bus Matrix registers are used to configure Atmel SoCs internal bus
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) behavior (master/slave priorities, undefined burst length type, ...)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - compatible:		Should be one of the following
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 			"atmel,at91sam9260-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 			"atmel,at91sam9261-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 			"atmel,at91sam9263-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 			"atmel,at91sam9rl-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 			"atmel,at91sam9g45-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 			"atmel,at91sam9n12-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 			"atmel,at91sam9x5-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 			"atmel,sama5d3-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 			"microchip,sam9x60-matrix", "syscon"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) - reg:			Contains offset/length value of the Bus Matrix
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 			memory region.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) matrix: matrix@ffffec00 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	compatible = "atmel,sama5d3-matrix", "syscon";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	reg = <0xffffec00 0x200>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) };