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) TI CPSW Phy mode Selection Device Tree Bindings (DEPRECATED)
^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 "ti,am3352-cpsw-phy-sel" for am335x platform and
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 			  "ti,dra7xx-cpsw-phy-sel" for dra7xx platform
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 			  "ti,am43xx-cpsw-phy-sel" for am43xx platform
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) - reg			: physical base address and size of the cpsw
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 			  registers map
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) - reg-names		: names of the register map given in "reg" node
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) -rmii-clock-ext		: If present, the driver will configure the RMII
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 			  interface to external clock usage
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 	phy_sel: cpsw-phy-sel@44e10650 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		compatible = "ti,am3352-cpsw-phy-sel";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		reg= <0x44e10650 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 		reg-names = "gmii-sel";
^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) (or)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	phy_sel: cpsw-phy-sel@44e10650 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 		compatible = "ti,am3352-cpsw-phy-sel";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) 		reg= <0x44e10650 0x4>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 		reg-names = "gmii-sel";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 		rmii-clock-ext;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	};