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) // SPDX-License-Identifier: GPL-2.0-or-later
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3)  * arch/c6x/boot/dts/evmc6474.dts
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4)  *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5)  * EVMC6474 Evaluation Platform For TMS320C6474
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6)  *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7)  * Copyright (C) 2011 Texas Instruments Incorporated
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)  *
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)  * Author: Mark Salter <msalter@redhat.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) /dts-v1/;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) /include/ "tms320c6474.dtsi"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) / {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	model = "Spectrum Digital EVMC6474";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	compatible = "spectrum-digital,evmc6474";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	chosen {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	memory {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 		device_type = "memory";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 		reg = <0x80000000 0x08000000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	soc {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 		megamod_pic: interrupt-controller@1800000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 		       interrupts = < 12 13 14 15 >;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) 		timer3: timer@2940000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) 			interrupt-parent = <&megamod_pic>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) 			interrupts = < 39 >;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) 		timer4: timer@2950000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) 			interrupt-parent = <&megamod_pic>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41) 			interrupts = < 41 >;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44) 		timer5: timer@2960000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45) 			interrupt-parent = <&megamod_pic>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46) 			interrupts = < 43 >;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49) 		clock-controller@29a0000 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50) 			clock-frequency = <50000000>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51) 		};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52) 	};
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53) };