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) Andestech(nds32) AE3XX Platform
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) -----------------------------------------------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) The AE3XX prototype demonstrates the AE3XX example platform on the FPGA. It
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) is composed of one Andestech(nds32) processor and AE3XX.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) Required properties (in root node):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) - compatible = "andestech,ae3xx";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) /dts-v1/;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) / {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	compatible = "andestech,ae3xx";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	#address-cells = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 	#size-cells = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	interrupt-parent = <&intc>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Andestech(nds32) AG101P Platform
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) -----------------------------------------------------------------------------
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) AG101P is a generic SoC Platform IP that works with any of Andestech(nds32)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) processors to provide a cost-effective and high performance solution for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) majority of embedded systems in variety of application domains. Users may
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) simply attach their IP on one of the system buses together with certain glue
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) logics to complete a SoC solution for a specific application. With
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) comprehensive simulation and design environments, users may evaluate the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) system performance of their applications and track bugs of their designs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) efficiently. The optional hardware development platform further provides real
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) system environment for early prototyping and software/hardware co-development.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) Required properties (in root node):
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	compatible = "andestech,ag101p";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) /dts-v1/;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) / {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 	compatible = "andestech,ag101p";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 	#address-cells = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 	#size-cells = <1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 	interrupt-parent = <&intc>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) };