TDA4VM: Using TDA4's CPSW9G, 5-8 serdes connecting to phy chip link up but can't ping

Part Number: TDA4VM

Tool/software:

hi:

Using TDA4's CPSW9G, connecting to phy chip, link up successfully but we can't ping other devices

SDK-10.01

1. uboot

2.linux dts  k3-j721e-common-proc-board.dts

&usb_serdes_mux {
	idle-states = <1>, <0>; /* USB0 to SERDES3, USB1 to SERDES1 */
};
/*
&serdes_ln_ctrl {
	idle-states = <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_PCIE0_LANE1>,
		      <J721E_SERDES1_LANE0_PCIE1_LANE0>, <J721E_SERDES1_LANE1_PCIE1_LANE1>,
		      <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>,
		      <J721E_SERDES3_LANE0_USB3_0_SWAP>, <J721E_SERDES3_LANE1_USB3_0>,
		      <J721E_SERDES4_LANE0_EDP_LANE0>, <J721E_SERDES4_LANE1_EDP_LANE1>,
		      <J721E_SERDES4_LANE2_EDP_LANE2>, <J721E_SERDES4_LANE3_EDP_LANE3>;
};
*/
&serdes_ln_ctrl {
	idle-states = //<J721E_SERDES0_LANE0_QSGMII_LANE1>, <J721E_SERDES0_LANE1_QSGMII_LANE2>,
              <J721E_SERDES0_LANE0_PCIE0_LANE0>, <J721E_SERDES0_LANE1_QSGMII_LANE2>,
		      <J721E_SERDES1_LANE0_USB3_1_SWAP>, <J721E_SERDES1_LANE1_USB3_1>,
		      <J721E_SERDES2_LANE0_PCIE2_LANE0>, <J721E_SERDES2_LANE1_PCIE2_LANE1>,
		      <J721E_SERDES3_LANE0_IP1_UNUSED>, <J721E_SERDES3_LANE1_USB3_0>,
		      <J721E_SERDES4_LANE0_QSGMII_LANE5>, <J721E_SERDES4_LANE1_QSGMII_LANE6>,
		      <J721E_SERDES4_LANE2_QSGMII_LANE7>, <J721E_SERDES4_LANE3_QSGMII_LANE8>;
}; 

&serdes_wiz3 {
	typec-dir-gpios = <&main_gpio1 3 GPIO_ACTIVE_HIGH>;
	typec-dir-debounce-ms = <700>;	/* TUSB321, tCCB_DEFAULT 133 ms */
};

&serdes3 {
	serdes3_usb_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <2>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_USB3>;
		resets = <&serdes_wiz3 1>, <&serdes_wiz3 2>;
	};
};

&usbss0 {
	pinctrl-names = "default";
	pinctrl-0 = <&main_usbss0_pins_default>;
	ti,vbus-divider;
};

&usb0 {
	dr_mode = "otg";
	maximum-speed = "super-speed";
	phys = <&serdes3_usb_link>;
	phy-names = "cdns3,usb3-phy";
};

&usbss1 {
	pinctrl-names = "default";
	pinctrl-0 = <&main_usbss1_pins_default>;
	ti,usb2-only;
};

&usb1 {
	dr_mode = "host";
	maximum-speed = "high-speed";
};

&ospi1 {
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;

	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0x0>;
		spi-tx-bus-width = <1>;
		spi-rx-bus-width = <4>;
		spi-max-frequency = <40000000>;
		cdns,tshsl-ns = <60>;
		cdns,tsd2d-ns = <60>;
		cdns,tchsh-ns = <60>;
		cdns,tslch-ns = <60>;
		cdns,read-delay = <2>;

		partitions {
			compatible = "fixed-partitions";
			#address-cells = <1>;
			#size-cells = <1>;

			partition@0 {
				label = "qspi.tiboot3";
				reg = <0x0 0x80000>;
			};

			partition@80000 {
				label = "qspi.tispl";
				reg = <0x80000 0x200000>;
			};

			partition@280000 {
				label = "qspi.u-boot";
				reg = <0x280000 0x400000>;
			};

			partition@680000 {
				label = "qspi.env";
				reg = <0x680000 0x20000>;
			};

			partition@6a0000 {
				label = "qspi.env.backup";
				reg = <0x6a0000 0x20000>;
			};

			partition@6c0000 {
				label = "qspi.sysfw";
				reg = <0x6c0000 0x100000>;
			};

			partition@800000 {
				label = "qspi.rootfs";
				reg = <0x800000 0x37c0000>;
			};

			partition@3fe0000 {
				label = "qspi.phypattern";
				reg = <0x3fe0000 0x20000>;
			};
		};
	};
};

&tscadc0 {
	status = "okay";
	adc {
		ti,adc-channels = <0 1 2 3 4 5 6 7>;
	};
};

&tscadc1 {
	status = "okay";
	adc {
		ti,adc-channels = <0 1 2 3 4 5 6 7>;
	};
};

&main_i2c0 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c0_pins_default>;
	clock-frequency = <400000>;

	exp1: gpio@20 {
		compatible = "ti,tca6416";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <2>;
	};

	exp2: gpio@22 {
		compatible = "ti,tca6424";
		reg = <0x22>;
		gpio-controller;
		#gpio-cells = <2>;

		p09-hog {
			/* P11 - MCASP/TRACE_MUX_S0 */
			gpio-hog;
			gpios = <9 GPIO_ACTIVE_HIGH>;
			output-low;
			line-name = "MCASP/TRACE_MUX_S0";
		};

		p10-hog {
			/* P12 - MCASP/TRACE_MUX_S1 */
			gpio-hog;
			gpios = <10 GPIO_ACTIVE_HIGH>;
			output-high;
			line-name = "MCASP/TRACE_MUX_S1";
		};
	};
};

&main_i2c1 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c1_pins_default>;
	clock-frequency = <400000>;

	exp4: gpio@20 {
		compatible = "ti,tca6408";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <2>;
		pinctrl-names = "default";
		pinctrl-0 = <&main_i2c1_exp4_pins_default>;
		interrupt-parent = <&main_gpio1>;
		interrupts = <11 IRQ_TYPE_EDGE_FALLING>;
		interrupt-controller;
		#interrupt-cells = <2>;
	};
};

//&k3_clks {
//	/* Confiure AUDIO_EXT_REFCLK2 pin as output */
//	pinctrl-names = "default";
//	pinctrl-0 = <&audi_ext_refclk2_pins_default>;
//};

&main_i2c3 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c3_pins_default>;
	clock-frequency = <400000>;

	exp3: gpio@20 {
		compatible = "ti,tca6408";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <2>;
	};

	pcm3168a_1: audio-codec@44 {
		compatible = "ti,pcm3168a";
		reg = <0x44>;

		#sound-dai-cells = <1>;

		reset-gpios = <&exp3 0 GPIO_ACTIVE_LOW>;

		/* C_AUDIO_REFCLK2 -> RGMII6_RXC (W26) */
		clocks = <&k3_clks 157 371>;
		clock-names = "scki";

		/* HSDIV3_16FFT_MAIN_4_HSDIVOUT2_CLK -> REFCLK2 */
		assigned-clocks = <&k3_clks 157 371>;
		assigned-clock-parents = <&k3_clks 157 400>;
		assigned-clock-rates = <24576000>; /* for 48KHz */

		VDD1-supply = <&vsys_3v3>;
		VDD2-supply = <&vsys_3v3>;
		VCCAD1-supply = <&vsys_5v0>;
		VCCAD2-supply = <&vsys_5v0>;
		VCCDA1-supply = <&vsys_5v0>;
		VCCDA2-supply = <&vsys_5v0>;
	};
};

&main_i2c6 {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&main_i2c6_pins_default>;
	clock-frequency = <400000>;

	exp5: gpio@20 {
		compatible = "ti,tca6408";
		reg = <0x20>;
		gpio-controller;
		#gpio-cells = <2>;
	};
};

&mcu_cpsw {
	pinctrl-names = "default";
	pinctrl-0 = <&mcu_cpsw_pins_default>, <&mcu_mdio_pins_default>;

	cpts@3d000 {
		/* Map HW4_TS_PUSH to GENF1 */
		ti,pps = <3 1>;
	};
};

&davinci_mdio {
	phy0: ethernet-phy@0 {
		reg = <0>;
		ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
		ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
	};
};

&cpsw_port1 {
	phy-mode = "rgmii-rxid";
	phy-handle = <&phy0>;
};

//&dss {
//	/*
//	 * These clock assignments are chosen to enable the following outputs:
//	 *
//	 * VP0 - DisplayPort SST
//	 * VP1 - DPI0
//	 * VP2 - DSI
//	 * VP3 - DPI1
//	 */
//
//	assigned-clocks = <&k3_clks 152 1>,
//			  <&k3_clks 152 4>,
//			  <&k3_clks 152 9>,
//			  <&k3_clks 152 13>;
//	assigned-clock-parents = <&k3_clks 152 2>,	/* PLL16_HSDIV0 */
//				 <&k3_clks 152 6>,	/* PLL19_HSDIV0 */
//				 <&k3_clks 152 11>,	/* PLL18_HSDIV0 */
//				 <&k3_clks 152 18>;	/* PLL23_HSDIV0 */
//};
//
//&dss_ports {
//	port {
//		dpi0_out: endpoint {
//			remote-endpoint = <&dp0_in>;
//		};
//	};
//};
//
//&dp0_ports {
//	#address-cells = <1>;
//	#size-cells = <0>;
//
//	port@0 {
//		reg = <0>;
//		dp0_in: endpoint {
//			remote-endpoint = <&dpi0_out>;
//		};
//	};
//
//	port@4 {
//		reg = <4>;
//		dp0_out: endpoint {
//			remote-endpoint = <&dp_connector_in>;
//		};
//	};
//};
//
//&mcasp10 {
//	status = "okay";
//	#sound-dai-cells = <0>;
//
//	pinctrl-names = "default";
//	pinctrl-0 = <&mcasp10_pins_default>;
//
//	op-mode = <0>;          /* MCASP_IIS_MODE */
//	tdm-slots = <2>;
//	auxclk-fs-ratio = <256>;
//
//	serial-dir = <	/* 0: INACTIVE, 1: TX, 2: RX */
//		1 1 1 1
//		2 2 2 0
//	>;
//	tx-num-evt = <0>;
//	rx-num-evt = <0>;
//};
//
&cpsw0 {
	status = "okay";
	pinctrl-names = "default";
    pinctrl-0 = <&rgmii3_default_pins>;
};
&cpsw0_port1 {
	status = "disabled";
};

&cpsw0_port2 {
	status = "okay";
	phy-handle = <&cpsw9g_phy4>;
	phy-mode = "sgmii";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 2>,<&serdes0_sgmii_link>;
	phy-names = "portmode", "serdes-phy";
};

&cpsw0_port3 {
	status = "okay";
	phy-handle = <&cpsw9g_phy13>;
	phy-mode = "rgmii-rxid";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 3>;
};

&cpsw0_port4 {
	status = "disabled";
};

&cpsw0_port5 {
	status = "okay";
	phy-handle = <&cpsw9g_phy0>;
	phy-mode = "sgmii";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 5>,<&serdes4_sgmii_link>;
     phy-names = "portmode", "serdes-phy";
	 
};

&cpsw0_port6 {
	status = "okay";
	phy-handle = <&cpsw9g_phy1>;
	phy-mode = "sgmii";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 6>;
	phy-names = "portmode", "serdes-phy";
	
};

&cpsw0_port7 {
	status = "okay";
	phy-handle = <&cpsw9g_phy2>;
	phy-mode = "sgmii";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 7>;
	phy-names = "portmode", "serdes-phy";
	
};

&cpsw0_port8 {
	status = "okay";
	phy-handle = <&cpsw9g_phy3>;
	phy-mode = "sgmii";
	mac-address = [00 00 00 00 00 00];
	phys = <&cpsw0_phy_gmii_sel 8>;
	phy-names = "portmode", "serdes-phy";
	
};

&cpsw9g_mdio {
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&mdio0_pins_default>;
	//reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
	reset-post-delay-us = <120000>;
	//bus_freq = <1000000>;
	#address-cells = <1>;
	#size-cells = <0>;

	cpsw9g_phy0: ethernet-phy@4 {
		reg = <4>;
	};
	cpsw9g_phy1: ethernet-phy@5 {
		reg = <5>;
	};
	cpsw9g_phy2: ethernet-phy@8 {
		reg = <8>;
	};
	cpsw9g_phy3: ethernet-phy@10 {
		reg = <10>;
	};
	cpsw9g_phy4: ethernet-phy@12 {
	reg = <12>;
	};
	cpsw9g_phy13: ethernet-phy@13 {
    reg = <13>;
	ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
    ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
    };
};

&main_pmx0 {
	mdio0_pins_default: mdio0-default-pins {
		pinctrl-single,pins = <
			J721E_IOPAD(0x1bc, PIN_OUTPUT, 0) /* (V24) MDIO0_MDC */
			J721E_IOPAD(0x1b8, PIN_INPUT, 0) /* (V26) MDIO0_MDIO */
		>;
	};
};

&serdes_wiz0 {
	status = "okay";
};

&wiz0_pll1_refclk {
	assigned-clocks = <&wiz0_pll1_refclk>;
	assigned-clock-parents = <&k3_clks 292 0>;
};
&serdes_wiz1 {
	status = "disabled";
};

&serdes_wiz2 {
	status = "disabled";
};

&serdes0 {
	status = "okay";

	assigned-clocks = <&serdes0 CDNS_SIERRA_PLL_CMNLC>, <&serdes0 CDNS_SIERRA_PLL_CMNLC1>;
	assigned-clock-parents = <&wiz0_pll1_refclk>, <&wiz0_pll1_refclk>;
	//assigned-clocks = <&serdes0 CDNS_SIERRA_PLL_CMNLC1>;
    //assigned-clock-parents = <&wiz0_pll1_refclk>;
	#address-cells = <1>;
	#size-cells = <0>;
	/*
	serdes0_pcie_link: phy@0 {
		reg = <0>;
        cdns,num-lanes = <1>;
        #phy-cells = <0>;
        cdns,phy-type = <PHY_TYPE_PCIE>;
        resets = <&serdes_wiz0 1>;
	};
	*/
	serdes0_sgmii_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <2>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_SGMII>;
		resets = <&serdes_wiz0 1>,<&serdes_wiz0 2>;
	};
};


&serdes_wiz4 {
        status = "okay";
};

&wiz4_pll0_refclk {
	assigned-clocks = <&wiz0_pll0_refclk>;
	assigned-clock-parents = <&k3_clks 297 9>;
};

&serdes4 {
	assigned-clocks = <&serdes4 CDNS_SIERRA_PLL_CMNLC1>;
    assigned-clock-parents = <&wiz4_pll0_refclk>;
    #address-cells = <1>;
	#size-cells = <0>;
	status = "okay";
	serdes4_sgmii_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <4>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_SGMII>;
		resets = <&serdes_wiz4 1>, <&serdes_wiz4 2>, <&serdes_wiz4 3>, <&serdes_wiz4 4>;
	};
};


/*
&cmn_refclk1 {
	clock-frequency = <100000000>;
};

&wiz0_pll1_refclk {
	assigned-clocks = <&wiz0_pll1_refclk>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&wiz0_refclk_dig {
	assigned-clocks = <&wiz0_refclk_dig>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&wiz1_pll1_refclk {
	assigned-clocks = <&wiz1_pll1_refclk>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&wiz1_refclk_dig {
	assigned-clocks = <&wiz1_refclk_dig>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&wiz2_pll1_refclk {
	assigned-clocks = <&wiz2_pll1_refclk>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&wiz2_refclk_dig {
	assigned-clocks = <&wiz2_refclk_dig>;
	assigned-clock-parents = <&cmn_refclk1>;
};

&serdes0 {
	assigned-clocks = <&serdes0 CDNS_SIERRA_PLL_CMNLC>;
	assigned-clock-parents = <&wiz0_pll1_refclk>;

	serdes0_pcie_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <1>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_PCIE>;
		resets = <&serdes_wiz0 1>;
	};
};
*/
&serdes1 {
	assigned-clocks = <&serdes1 CDNS_SIERRA_PLL_CMNLC>;
	assigned-clock-parents = <&wiz1_pll1_refclk>;
    
	status = "disabled"; //kfl

	serdes1_pcie_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <2>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_PCIE>;
		resets = <&serdes_wiz1 1>, <&serdes_wiz1 2>;
	};
};

&serdes2 {
	assigned-clocks = <&serdes2 CDNS_SIERRA_PLL_CMNLC>;
	assigned-clock-parents = <&wiz2_pll0_refclk>;

	status = "disabled"; //kfl

	serdes2_pcie_link: phy@0 {
		reg = <0>;
		cdns,num-lanes = <2>;
		#phy-cells = <0>;
		cdns,phy-type = <PHY_TYPE_PCIE>;
		resets = <&serdes_wiz2 1>, <&serdes_wiz2 2>;
	};
};
/*
&serdes4 {
	torrent_phy_dp: phy@0 {
		reg = <0>;
		resets = <&serdes_wiz4 1>;
		cdns,phy-type = <PHY_TYPE_DP>;
		cdns,num-lanes = <4>;
		cdns,max-bit-rate = <2700>;
		#phy-cells = <0>;
	};
};

&mhdp {
	phys = <&torrent_phy_dp>;
	phy-names = "dpphy";
	pinctrl-names = "default";
	pinctrl-0 = <&dp0_pins_default>;
};

&pcie0_rc {
	status = "okay";
	reset-gpios = <&exp1 6 GPIO_ACTIVE_HIGH>;
	phys = <&serdes0_pcie_link>;
	phy-names = "pcie-phy";
	num-lanes = <1>;
};

&pcie1_rc {
	status = "okay";
	reset-gpios = <&exp1 2 GPIO_ACTIVE_HIGH>;
	phys = <&serdes1_pcie_link>;
	phy-names = "pcie-phy";
	num-lanes = <2>;
};

&pcie2_rc {
	status = "okay";
	reset-gpios = <&exp2 20 GPIO_ACTIVE_HIGH>;
	phys = <&serdes2_pcie_link>;
	phy-names = "pcie-phy";
	num-lanes = <2>;
};
*/

3. k3-j721e-main.dtsi

serdes_wiz4: wiz@5050000 {
	//compatible = "ti,am64-wiz-10g";
	compatible = "ti,j721e-wiz-10g";
	#address-cells = <1>;
	#size-cells = <1>;
	power-domains = <&k3_pds 297 TI_SCI_PD_EXCLUSIVE>;
	clocks = <&k3_clks 297 1>, <&k3_clks 297 9>, <&cmn_refclk>;
	clock-names = "fck", "core_ref_clk", "ext_ref_clk";
	assigned-clocks = <&k3_clks 297 9>;
	assigned-clock-parents = <&k3_clks 297 13>;//10
	//assigned-clock-rates = <19200000>;
	num-lanes = <4>;
	#reset-cells = <1>;
	#clock-cells = <1>;
	ranges = <0x05050000 0x00 0x05050000 0x010000>,
		<0x0a030a00 0x00 0x0a030a00 0x40>;
	
	wiz4_pll0_refclk: pll0-refclk {
		clocks = <&k3_clks 297 9>, <&cmn_refclk>;
		clock-output-names = "wiz4_pll0_refclk";
		#clock-cells = <0>;
		assigned-clocks = <&wiz4_pll0_refclk>;
		assigned-clock-parents = <&k3_clks 297 9>;
	};
	wiz4_pll1_refclk: pll1-refclk {
		clocks = <&k3_clks 297 9>, <&cmn_refclk>;
		clock-output-names = "wiz4_pll1_refclk";
		#clock-cells = <0>;
		assigned-clocks = <&wiz4_pll1_refclk>;
		assigned-clock-parents = <&k3_clks 297 9>;
	};
	wiz4_refclk_dig: refclk-dig {
		clocks = <&k3_clks 297 9>, <&cmn_refclk>;
		clock-output-names = "wiz4_refclk_dig";
		#clock-cells = <0>;
		assigned-clocks = <&wiz4_refclk_dig>;
		assigned-clock-parents = <&k3_clks 297 9>;
	};
	wiz4_cmn_refclk_dig_div: cmn-refclk-dig-div {
		clocks = <&wiz4_refclk_dig>;
		#clock-cells = <0>;
	};
	wiz4_cmn_refclk1_dig_div: cmn-refclk1-dig-div {
		clocks = <&wiz4_pll1_refclk>;
		#clock-cells = <0>;
	};
    
	serdes4: serdes@5050000 {
		/*
		 * Note: we also map DPTX PHY registers as the Torrent
		 * needs to manage those.
		 */
		compatible = "ti,j721e-serdes-10g";
		reg = <0x05050000 0x010000>,
		      <0x0a030a00 0x40>; /* DPTX PHY */
		reg-names = "torrent_phy", "dptx_phy";
		resets = <&serdes_wiz4 0>;
		reset-names = "torrent_reset";
	//	clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>;
	    clocks = <&wiz4_pll0_refclk>; //pll1
		clock-names = "refclk";
	/*	assigned-clocks = <&serdes_wiz4 TI_WIZ_PLL0_REFCLK>,
				  <&serdes_wiz4 TI_WIZ_PLL1_REFCLK>,
				  <&serdes_wiz4 TI_WIZ_REFCLK_DIG>;
		assigned-clock-parents = <&k3_clks 297 9>,
					 <&k3_clks 297 9>,
					 <&k3_clks 297 9>;
	*/
		#address-cells = <1>;
		#size-cells = <0>;
	};
};

4.remove j7-main-r5f0_0-fw   

5. remove uenv.txt  overlays

6. ethtool eth show link

root@j721e-evm:/home/weston/scripts# ethtool eth6
Settings for eth6:
        Supported ports: [ TP    MII ]
        Supported link modes:   1000baseT/Full
        Supported pause frame use: Symmetric
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  Not reported
        Advertised pause frame use: Symmetric
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: 1000Mb/s
        Duplex: Full
        Auto-negotiation: off
        Port: Twisted Pair
        PHYAD: 10
        Transceiver: external
        MDI-X: Unknown
        Supports Wake-on: d
        Wake-on: d
        Current message level: 0x000020f7 (8439)
                               drv probe link ifdown ifup rx_err tx_err hw
        Link detected: yes

7. k3conf dump clock 297

root@j721e-evm:~# k3conf dump clock 297
|------------------------------------------------------------------------------|
| VERSION INFO                                                                 |
|------------------------------------------------------------------------------|
| K3CONF | (version 0.3-nogit built Thu Jul 25 14:13:02 UTC 2024)              |
| SoC    | J721E SR1.1                                                         |
| SYSFW  | ABI: 4.0 (firmware version 0x000a '10.1.6--v10.01.06 (Fiery Fox))') |
|------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------------------------------------------------------------|
| Device ID | Clock ID | Clock Name                                                            | Status              | Clock Frequency |
|--------------------------------------------------------------------------------------------------------------------------------------|
|   297     |     0    | DEV_SERDES_10G0_IP1_LN3_TXCLK                                         | CLK_STATE_NOT_READY | 0               |
|   297     |     1    | DEV_SERDES_10G0_CLK                                                   | CLK_STATE_READY     | 125000000       |
|   297     |     2    | DEV_SERDES_10G0_IP3_LN2_TXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |     3    | DEV_SERDES_10G0_IP1_LN2_TXCLK                                         | CLK_STATE_NOT_READY | 0               |
|   297     |     4    | DEV_SERDES_10G0_IP1_LN0_TXCLK                                         | CLK_STATE_NOT_READY | 0               |
|   297     |     5    | DEV_SERDES_10G0_IP3_LN1_TXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |     6    | DEV_SERDES_10G0_IP3_LN3_TXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |     7    | DEV_SERDES_10G0_IP3_LN0_TXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |     8    | DEV_SERDES_10G0_IP1_LN1_TXCLK                                         | CLK_STATE_NOT_READY | 0               |
|   297     |     9    | DEV_SERDES_10G0_CORE_REF_CLK                                          | CLK_STATE_READY     | 100000000       |
|   297     |    10    | DEV_SERDES_10G0_CORE_REF_CLK_PARENT_GLUELOGIC_HFOSC0_CLKOUT           | CLK_STATE_READY     | 19200000        |
|   297     |    11    | DEV_SERDES_10G0_CORE_REF_CLK_PARENT_BOARD_0_HFOSC1_CLK_OUT            | CLK_STATE_READY     | 0               |
|   297     |    12    | DEV_SERDES_10G0_CORE_REF_CLK_PARENT_HSDIV4_16FFT_MAIN_3_HSDIVOUT4_CLK | CLK_STATE_READY     | 153846153       |
|   297     |    13    | DEV_SERDES_10G0_CORE_REF_CLK_PARENT_HSDIV4_16FFT_MAIN_2_HSDIVOUT4_CLK | CLK_STATE_READY     | 100000000       |
|   297     |    14    | DEV_SERDES_10G0_IP1_LN1_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    15    | DEV_SERDES_10G0_IP1_LN2_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    16    | DEV_SERDES_10G0_IP3_LN1_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    17    | DEV_SERDES_10G0_IP1_LN0_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    18    | DEV_SERDES_10G0_IP1_LN3_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    19    | DEV_SERDES_10G0_IP3_LN3_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    20    | DEV_SERDES_10G0_IP3_LN1_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    21    | DEV_SERDES_10G0_IP3_LN3_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    22    | DEV_SERDES_10G0_IP3_LN3_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    23    | DEV_SERDES_10G0_IP3_LN2_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    24    | DEV_SERDES_10G0_IP1_LN0_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    25    | DEV_SERDES_10G0_IP3_LN3_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    26    | DEV_SERDES_10G0_IP3_LN1_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    27    | DEV_SERDES_10G0_IP3_LN0_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    28    | DEV_SERDES_10G0_IP1_LN1_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    29    | DEV_SERDES_10G0_IP1_LN1_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    30    | DEV_SERDES_10G0_IP3_LN3_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    31    | DEV_SERDES_10G0_IP1_LN3_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    32    | DEV_SERDES_10G0_IP1_LN3_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    33    | DEV_SERDES_10G0_IP3_LN1_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    34    | DEV_SERDES_10G0_IP3_LN0_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    35    | DEV_SERDES_10G0_IP1_LN3_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    36    | DEV_SERDES_10G0_IP3_LN0_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    37    | DEV_SERDES_10G0_IP3_LN2_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    38    | DEV_SERDES_10G0_IP1_LN0_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    39    | DEV_SERDES_10G0_IP1_LN0_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    40    | DEV_SERDES_10G0_IP1_LN2_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    41    | DEV_SERDES_10G0_IP1_LN1_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    42    | DEV_SERDES_10G0_IP3_LN0_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    43    | DEV_SERDES_10G0_REF_OUT_CLK                                           | CLK_STATE_READY     | 0               |
|   297     |    44    | DEV_SERDES_10G0_IP3_LN1_RXCLK                                         | CLK_STATE_READY     | 0               |
|   297     |    45    | DEV_SERDES_10G0_IP1_LN2_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    46    | DEV_SERDES_10G0_IP1_LN0_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    47    | DEV_SERDES_10G0_IP3_LN2_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    48    | DEV_SERDES_10G0_IP1_LN2_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    49    | DEV_SERDES_10G0_IP3_LN2_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    50    | DEV_SERDES_10G0_IP1_LN2_REFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    51    | DEV_SERDES_10G0_IP3_LN2_TXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    52    | DEV_SERDES_10G0_IP3_LN0_TXMCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    53    | DEV_SERDES_10G0_IP1_LN3_RXFCLK                                        | CLK_STATE_READY     | 0               |
|   297     |    54    | DEV_SERDES_10G0_IP1_LN1_RXCLK                                         | CLK_STATE_READY     | 0               |
|--------------------------------------------------------------------------------------------------------------------------------------|

8. port5-port8  sgmii not link, and no auto negotiation no pll lock 

root@j721e-evm:/home/weston/scripts# ./j7_devmem2_cpsw9g_check_status.sh
    Platform: J7 TDA4VM
    Command:  k3conf
MDIO_ALIVE_REG (0x0c000f08) = 0x00000000
MDIO_LINK_REG (0x0c000f0c) = 0x00000000
please input your port: 1-8 5
CTRLMMR_ENET 5 CTRL (0x00104054) = 0x00000003
        PORT_MODE_SEL          : 3h SGMII
        RGMII_ID_MODE          : 0h Internal Transmit Desaly
CPSW SS RGMII 5 STATUS (0x0c000040) = 0x00000000
        FULLDUPLEX           : 0h Half duplex
        SPEED                : 0h 10Mbps
        LINK                 : 0h Links is down
CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
        SGMII1_LINK          : 0h No
CPSW_SS_SGMII_CONTROL_REG_ 5 (0x0c000510) = 0x00000000
        TEST_PATTERN_EN      : 0h operation
        MASTER               : 0h Slave Mode
        LOOPBACK             : 0h Not in internal loopback mode
        MR_NP_LOADED         : 0h --------
        FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
        MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
        MR_AN_ENABLE         : 0h wirte 1 to this bit enbales the auto negotiation progess
CPSW_SS_SGMII_STATUS_REG_ 5 (0x0c000514) = 0x00000000
        LOCK                  : 0h SEDES PLL isn't locked
        MR_AN_COMPLETE        : 0h no AUTO Negotiation is not complete
        AN_EEROR              : 0h no negotiation error
        LINK                  : 0h link is not up
root@j721e-evm:/home/weston/scripts#

9. 0x505E000 : 0x000C0000

root@j721e-evm:/home/weston/scripts# devmem2 0x505E000
/dev/mem opened.
Memory mapped at address 0xffff8d102000.
Read at address 0x0505E000 (0xffff8d102000): 0x000C0000

  • Hi,

    You should use phy-mode property as "sgmii" instead "sgmii-mode" as CPSW driver.
    - phy-names = "portmode", "serdes-phy";
    + phy-names = "portmode", "serdes";

    Can you please check with above configuration?

    Best Regards,
    Sudheer

  • hi:

    according your advise

    &cpsw0_port5 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy0>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 5>,<&serdes4_sgmii_link>;
         //phy-names = "portmode", "serdes-phy";
    	 phy-names = "portmode", "serdes";
    	 
    };
    
    &cpsw0_port6 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy1>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 6>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };
    
    &cpsw0_port7 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy2>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 7>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };
    
    &cpsw0_port8 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy3>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 8>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };

    2. log

     82.789593] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   82.798285] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   82.806965] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   82.815643] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   82.824408] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   82.833175] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   82.841966] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   82.854803] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   82.861115] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   82.868715] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   82.914282] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   84.253690] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   84.262382] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   84.271061] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   84.279740] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   84.288503] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   84.297268] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   84.306059] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   84.318900] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   84.325214] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   84.332802] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   84.378281] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   85.717513] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   85.726204] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   85.734884] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   85.743563] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   85.752327] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   85.761094] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   85.769884] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   85.782717] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   85.789029] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   85.796618] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   85.842282] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   87.181339] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   87.190029] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   87.198708] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   87.207387] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   87.216154] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   87.224922] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   87.233715] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   87.246556] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   87.252866] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   87.260462] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   87.306282] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   88.645729] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   88.654420] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   88.663099] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   88.671778] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   88.680542] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   88.689307] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   88.698096] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   88.710936] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   88.717252] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   88.724857] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   88.770282] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    
    

    system  run  stuck

  • Hi,

    system  run  stuck

    It seems like the dependent module of CPSW was not loaded. It might be a SerDes.

    Can you please share the whole log?

    Best Regards,
    Sudheer

  • 1. log:

    U-Boot SPL 2024.04-ti-dirty (Aug 22 2025 - 16:54:09 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2024.04-ti-dirty (Aug 22 2025 - 16:54:09 +0800)
    
    SoC:   J721E SR1.1 GP
    Model: Texas Instruments J721e EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Board: J721EX-PM1-SOM rev E2
    DRAM:  2 GiB (effective 4 GiB)
    Core:  126 devices, 34 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    switch to partitions #0, OK
    mmc1 is current device
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    SD/MMC found on device 1
    1294 bytes read in 65 ms (18.6 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 63 ms (0 Bytes/s)
    Already setup.
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    GPIO: 'gpio@22_17' not found
    Command 'gpio' failed: Error -22
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    GPIO: 'gpio@22_16' not found
    Command 'gpio' failed: Error -22
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    89944 bytes read in 127 ms (691.4 KiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 89944 bytes: Success!
    326868 bytes read in 131 ms (2.4 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 326868 bytes: Success!
    Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
    1014608 bytes read in 144 ms (6.7 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 1014608 bytes: Success!
    1014608 bytes read in 145 ms (6.7 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 1014608 bytes: Success!
    12574864 bytes read in 384 ms (31.2 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 12574864 bytes: Success!
    21031424 bytes read in 498 ms (40.3 MiB/s)
    125722 bytes read in 67 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK
    Working FDT set to 8fede000
    
    Starting kernel ...
    
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti-g541c20281af7-dirty (ray@ray) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #7 SMP PREEMPT Fri Aug 22 17:27:35 CST 5
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721e EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008e0000000..0x00000008ffffffff (524288 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c66-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c66-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c66-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c66-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000abbfffff (28672 KiB) nomap non-reusable ipc-memories@aa000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=7b31cf16-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3301548K/4194304K available (12480K kernel code, 1274K rwdata, 4184K rodata, 2496K init, 526K bss, 368468K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008437] Console: colour dummy device 80x25
    [    0.013012] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023683] pid_max: default: 32768 minimum: 301
    [    0.028445] LSM: initializing lsm=capability,selinux,integrity
    [    0.034420] SELinux:  Initializing.
    [    0.038069] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.045647] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.054736] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062008] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.069877] rcu: Hierarchical SRCU implementation.
    [    0.074774] rcu:     Max phase no-delay instances is 1000.
    [    0.080353] Platform MSI: msi-controller@1820000 domain created
    [    0.086689] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096113] EFI services will not be available.
    [    0.100895] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.114196] Detected PIPT I-cache on CPU1
    [    0.114252] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.114266] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114316] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.114397] smp: Brought up 1 node, 2 CPUs
    [    0.143744] SMP: Total of 2 processors activated.
    [    0.148548] CPU features: detected: 32-bit EL0 Support
    [    0.153802] CPU features: detected: CRC32 instructions
    [    0.159087] CPU: All CPU(s) started at EL2
    [    0.163270] alternatives: applying system-wide alternatives
    [    0.170119] devtmpfs: initialized
    [    0.181622] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.191604] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.208016] pinctrl core: initialized pinctrl subsystem
    [    0.213717] DMI not present or invalid.
    [    0.218020] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.224726] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.232037] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.240041] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.248169] audit: initializing netlink subsys (disabled)
    [    0.253821] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
    [    0.254069] thermal_sys: Registered thermal governor 'step_wise'
    [    0.261744] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.267899] cpuidle: using governor menu
    [    0.278666] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.285632] ASID allocator initialised with 65536 entries
    [    0.302501] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.314225] Modules: 27488 pages in range for non-PLT usage
    [    0.314233] Modules: 519008 pages in range for PLT usage
    [    0.320484] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.332851] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.339253] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.346187] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.352588] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.359522] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.365923] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.372857] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.380137] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.1 JTAGID[0x1bb6402f] Detected
    [    0.389232] iommu: Default domain type: Translated
    [    0.394142] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.400622] SCSI subsystem initialized
    [    0.404640] usbcore: registered new interface driver usbfs
    [    0.410260] usbcore: registered new interface driver hub
    [    0.415701] usbcore: registered new device driver usb
    [    0.421209] pps_core: LinuxPPS API ver. 1 registered
    [    0.426280] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.435617] PTP clock support registered
    [    0.439742] EDAC MC: Ver: 3.0.0
    [    0.443224] scmi_core: SCMI protocol bus registered
    [    0.448361] FPGA manager framework
    [    0.451872] Advanced Linux Sound Architecture Driver Initialized.
    [    0.458587] vgaarb: loaded
    [    0.461571] clocksource: Switched to clocksource arch_sys_counter
    [    0.467962] VFS: Disk quotas dquot_6.6.0
    [    0.471984] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.482636] NET: Registered PF_INET protocol family
    [    0.487848] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.496942] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.505738] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.513662] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.521868] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.530779] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.537628] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.544548] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.552048] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.558252] RPC: Registered named UNIX socket transport module.
    [    0.564318] RPC: Registered udp transport module.
    [    0.569122] RPC: Registered tcp transport module.
    [    0.573925] RPC: Registered tcp-with-tls transport module.
    [    0.579527] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.586110] NET: Registered PF_XDP protocol family
    [    0.591017] PCI: CLS 0 bytes, default 64
    [    0.595856] Initialise system trusted keyrings
    [    0.600529] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.607316] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.613417] NFS: Registering the id_resolver key type
    [    0.618593] Key type id_resolver registered
    [    0.622865] Key type id_legacy registered
    [    0.626967] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.633816] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.655122] Key type asymmetric registered
    [    0.659313] Asymmetric key parser 'x509' registered
    [    0.664331] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.671993] io scheduler mq-deadline registered
    [    0.676624] io scheduler kyber registered
    [    0.680735] io scheduler bfq registered
    [    0.687120] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.693579] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.699947] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.705704] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.711700] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.721604] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.730900] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.739224] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.746453] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.754731] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.766590] loop: module loaded
    [    0.770495] megasas: 07.725.01.00-rc1
    [    0.776231] tun: Universal TUN/TAP device driver, 1.6
    [    0.782048] VFIO - User Level meta-driver version: 0.3
    [    0.787973] usbcore: registered new interface driver usb-storage
    [    0.794487] i2c_dev: i2c /dev entries driver
    [    0.799569] sdhci: Secure Digital Host Controller Interface driver
    [    0.805898] sdhci: Copyright(c) Pierre Ossman
    [    0.810469] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.816598] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.822907] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.829909] usbcore: registered new interface driver usbhid
    [    0.835608] usbhid: USB HID core driver
    [    0.840285] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.848919] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.853476] optee: revision 4.4 (8f645256efc0dc66)
    [    0.869935] optee: dynamic shared memory is enabled
    [    0.880279] random: crng init done
    [    0.883813] optee: initialized driver
    [    0.889162] Initializing XFRM netlink socket
    [    0.893570] NET: Registered PF_PACKET protocol family
    [    0.898775] Key type dns_resolver registered
    [    0.907007] registered taskstats version 1
    [    0.911289] Loading compiled-in X.509 certificates
    [    0.924745] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    0.970255] OF: /bus@100000/wiz@5050000/serdes@5050000: could not get #clock-cells for /bus@100000/wiz@5050000/serdes@5050000
    [    1.080277] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.086659] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.093513] pca953x 1-0020: using no AI
    [    1.117616] pca953x 1-0020: failed writing register
    [    1.122659] pca953x: probe of 1-0020 failed with error -121
    [    1.128526] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.135339] pca953x 1-0022: using AI
    [    1.139048] pca953x 1-0022: failed writing register
    [    1.144085] pca953x: probe of 1-0022 failed with error -121
    [    1.149821] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.156148] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.162352] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.169207] pca953x 3-0020: using no AI
    [    2.177576] omap_i2c 2030000.i2c: timeout waiting for bus ready
    [    2.183640] pca953x 3-0020: failed writing register
    [    2.188692] pca953x: probe of 3-0020 failed with error -16
    [    2.194559] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
    [    2.200925] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    2.207761] pca953x 4-0020: using no AI
    [    3.217572] omap_i2c 2060000.i2c: timeout waiting for bus ready
    [    3.223628] pca953x 4-0020: failed writing register
    [    3.228662] pca953x: probe of 4-0020 failed with error -16
    [    3.234341] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
    [    3.240120] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
    [    3.248684] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
    [    3.258050] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
    [    3.266687] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    3.278436] clk: failed to reparent bus@100000:wiz@5000000_pll0-refclk to clk:297:9: -22
    [    3.289204] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    3.299096] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    3.305855] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.315865] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    3.326023] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    3.332782] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.341060] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 206, base_baud = 6000000) is a 8250
    [    3.350887] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 207, base_baud = 3000000) is a 8250
    [    3.359757] printk: console [ttyS2] enabled
    [    3.359757] printk: console [ttyS2] enabled
    [    3.368246] printk: bootconsole [ns16550a0] disabled
    [    3.368246] printk: bootconsole [ns16550a0] disabled
    [    3.379117] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 208, base_baud = 3000000) is a 8250
    [    3.388461] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 209, base_baud = 3000000) is a 8250
    [    3.397775] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 210, base_baud = 3000000) is a 8250
    [    3.408035] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    3.453572] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.461920] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    3.469944] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.482779] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.489985] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.496274] pps pps0: new PPS source ptp0
    [    3.500429] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    3.511034] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    3.557573] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.896703] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    4.905397] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    4.914079] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    4.922758] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    4.931525] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    4.940290] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    4.949094] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    4.963533] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    4.972561] mmc0: CQHCI version 5.10
    [    5.001618] tps6594 0-0048: error -EREMOTEIO: Failed to set PMIC state
    [    5.008187] tps6594: probe of 0-0048 failed with error -121
    [    5.013937] tps6594 0-004c: error -EREMOTEIO: Failed to set PMIC state
    [    5.016143] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    5.020470] tps6594: probe of 0-004c failed with error -121
    [    5.033748] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    5.040500] pca953x 2-0020: using no AI
    [    5.065617] pca953x 2-0020: failed writing register
    [    5.070558] pca953x: probe of 2-0020 failed with error -121
    [    5.080404] OF: /bus@100000/wiz@5050000/serdes@5050000: could not get #clock-cells for /bus@100000/wiz@5050000/serdes@5050000
    [    5.091728] cdns-torrent-phy: probe of 5050000.serdes failed with error -22
    [    5.099818] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    5.111419] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    5.126902] spi-nor: probe of spi0.0 failed with error -22
    [    5.133005] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    5.160722] mmc0: Command Queue Engine enabled
    [    5.165168] mmc0: new HS200 MMC card at address 0001
    [    5.170588] mmcblk0: mmc0:0001 A8A58B 29.1 GiB
    [    5.176447] mmcblk0boot0: mmc0:0001 A8A58B 31.9 MiB
    [    5.177600] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.182197] mmcblk0boot1: mmc0:0001 A8A58B 31.9 MiB
    [    5.189765] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    5.194557] mmcblk0rpmb: mmc0:0001 A8A58B 4.00 MiB, chardev (239:0)
    [    5.201889] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    5.220938] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.228168] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.234470] pps pps0: new PPS source ptp1
    [    5.238619] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.256470] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.267966] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    5.313580] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.653069] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    6.661761] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    6.670441] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    6.679119] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    6.687883] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    6.696649] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    6.705438] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    6.719333] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.725658] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.733806] mmc1: CQHCI version 5.10
    [    6.738345] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    6.776161] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    6.781574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.823460] mmc1: new high speed SDHC card at address 5048
    [    6.829394] mmcblk1: mmc1:5048 SD16G 14.4 GiB
    [    6.835682]  mmcblk1: p1 p2
    [    8.123113] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    8.131806] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    8.140487] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    8.149169] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    8.157933] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    8.166698] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    8.175491] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    8.188360] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.194680] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    8.202349] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    8.245574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    9.584380] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    9.593072] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    9.601754] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    9.610434] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    9.619198] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    9.627966] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    9.636755] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    9.649621] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    9.655943] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    9.663575] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    9.709575] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   11.048497] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   11.057188] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   11.065869] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   11.074549] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   11.083313] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   11.092080] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   11.100869] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   11.113732] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   11.120045] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   11.127659] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   11.173574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   12.512551] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   12.521245] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   12.529926] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   12.538605] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   12.547369] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   12.556136] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   12.564926] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   12.577779] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   12.584094] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   12.591687] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   12.637574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   13.976719] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   13.985409] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   13.994091] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   14.002771] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   14.011536] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   14.020304] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   14.029094] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   14.041949] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   14.048268] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   14.055849] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   14.101574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   15.440458] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   15.449150] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   15.457831] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   15.466510] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   15.475276] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   15.484043] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   15.492832] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   15.505700] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   15.512019] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   15.519606] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   15.565575] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   16.904406] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   16.913099] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   16.921780] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   16.930459] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   16.939224] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   16.948002] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   16.956796] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   16.969663] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   16.975975] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   16.983578] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   17.029574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   18.368348] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   18.377041] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   18.385722] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   18.394402] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   18.403167] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   18.411935] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   18.420726] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   18.433585] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   18.439897] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   18.447496] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [   18.493574] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   19.832022] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [   19.840713] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [   19.849394] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [   19.858073] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [   19.866838] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [   19.875606] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [   19.884395] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [   19.897246] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   19.903560] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [   19.911146] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    

  • Hi,

    If you look at the logs, the SerDes driver probe failed due to some clock cells not being found.

    [ 5.070558] pca953x: probe of 2-0020 failed with error -121
    [ 5.080404] OF: /bus@100000/wiz@5050000/serdes@5050000: could not get #clock-cells for /bus@100000/wiz@5050000/serdes@5050000
    [ 5.091728] cdns-torrent-phy: probe of 5050000.serdes failed with error -22

    Please check the SerDes configuration once.

    Best Regards,
    Sudheer

  • hi:

    according your suggestion,

    i check my SerDes configuration and try modify the  k3-j721e-common-proc-board.dts  as as follows:

    &serdes4 {
    -assigned-clocks = <&serdes4 CDNS_SIERRA_PLL_CMNLC>;   
    -assigned-clock-parents = <&wiz4_pll0_refclk>;   
    - #address-cells = <1>;
    - #size-cells = <0>;
    status = "okay";
    serdes4_sgmii_link: phy@0 {
    reg = <0>;
    cdns,num-lanes = <4>;
    #phy-cells = <0>;
    cdns,phy-type = <PHY_TYPE_SGMII>;
    resets = <&serdes_wiz4 1>, <&serdes_wiz4 2>, <&serdes_wiz4 3>, <&serdes_wiz4 4>;
    };
    };

    1.  sgmii can link

    please input your port: 1-8 5
    CTRLMMR_ENET 5 CTRL (0x00104054) = 0x00000003
            PORT_MODE_SEL          : 3h SGMII
            RGMII_ID_MODE          : 0h Internal Transmit Desaly
    CPSW SS RGMII 5 STATUS (0x0c000040) = 0x00000000
            FULLDUPLEX           : 0h Half duplex
            SPEED                : 0h 10Mbps
            LINK                 : 0h Links is down
    CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
            SGMII1_LINK          : 0h No
    CPSW_SS_SGMII_CONTROL_REG_ 5 (0x0c000510) = 0x00000001
            TEST_PATTERN_EN      : 0h operation
            MASTER               : 0h Slave Mode
            LOOPBACK             : 0h Not in internal loopback mode
            MR_NP_LOADED         : 0h --------
            FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
            MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
            MR_AN_ENABLE         : 1h wirte 1 enable the auto-negotiation process
    CPSW_SS_SGMII_STATUS_REG_ 5 (0x0c000514) = 0x0000003D
            LOCK                  : 1h SERDES PLL is locked.
            MR_AN_COMPLETE        : 1h AUTO negotiation completed.
            AN_EEROR              : 0h no negotiation error
            LINK                  : 1h link is up
    root@j721e-evm:/home/weston/scripts# ./j7_devmem2_cpsw9g_check_status.sh
        Platform: J7 TDA4VM
        Command:  k3conf
    MDIO_ALIVE_REG (0x0c000f08) = 0x00000000
    MDIO_LINK_REG (0x0c000f0c) = 0x00000000
    please input your port: 1-8 6
    CTRLMMR_ENET 6 CTRL (0x00104058) = 0x00000003
            PORT_MODE_SEL          : 3h SGMII
            RGMII_ID_MODE          : 0h Internal Transmit Desaly
    CPSW SS RGMII 6 STATUS (0x0c000044) = 0x00000000
            FULLDUPLEX           : 0h Half duplex
            SPEED                : 0h 10Mbps
            LINK                 : 0h Links is down
    CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
            SGMII1_LINK          : 0h No
    CPSW_SS_SGMII_CONTROL_REG_ 6 (0x0c000610) = 0x00000001
            TEST_PATTERN_EN      : 0h operation
            MASTER               : 0h Slave Mode
            LOOPBACK             : 0h Not in internal loopback mode
            MR_NP_LOADED         : 0h --------
            FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
            MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
            MR_AN_ENABLE         : 1h wirte 1 enable the auto-negotiation process
    CPSW_SS_SGMII_STATUS_REG_ 6 (0x0c000614) = 0x0000003D
            LOCK                  : 1h SERDES PLL is locked.
            MR_AN_COMPLETE        : 1h AUTO negotiation completed.
            AN_EEROR              : 0h no negotiation error
            LINK                  : 1h link is up
    root@j721e-evm:/home/weston/scripts# ./j7_devmem2_cpsw9g_check_status.sh
        Platform: J7 TDA4VM
        Command:  k3conf
    MDIO_ALIVE_REG (0x0c000f08) = 0x00000000
    MDIO_LINK_REG (0x0c000f0c) = 0x00000000
    please input your port: 1-8 7
    CTRLMMR_ENET 7 CTRL (0x0010405c) = 0x00000003
            PORT_MODE_SEL          : 3h SGMII
            RGMII_ID_MODE          : 0h Internal Transmit Desaly
    CPSW SS RGMII 7 STATUS (0x0c000048) = 0x00000000
            FULLDUPLEX           : 0h Half duplex
            SPEED                : 0h 10Mbps
            LINK                 : 0h Links is down
    CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
            SGMII1_LINK          : 0h No
    CPSW_SS_SGMII_CONTROL_REG_ 7 (0x0c000710) = 0x00000001
            TEST_PATTERN_EN      : 0h operation
            MASTER               : 0h Slave Mode
            LOOPBACK             : 0h Not in internal loopback mode
            MR_NP_LOADED         : 0h --------
            FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
            MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
            MR_AN_ENABLE         : 1h wirte 1 enable the auto-negotiation process
    CPSW_SS_SGMII_STATUS_REG_ 7 (0x0c000714) = 0x0000003D
            LOCK                  : 1h SERDES PLL is locked.
            MR_AN_COMPLETE        : 1h AUTO negotiation completed.
            AN_EEROR              : 0h no negotiation error
            LINK                  : 1h link is up
    root@j721e-evm:/home/weston/scripts# ./j7_devmem2_cpsw9g_check_status.sh
        Platform: J7 TDA4VM
        Command:  k3conf
    MDIO_ALIVE_REG (0x0c000f08) = 0x00000000
    MDIO_LINK_REG (0x0c000f0c) = 0x00000000
    please input your port: 1-8 8
    CTRLMMR_ENET 8 CTRL (0x00104060) = 0x00000003
            PORT_MODE_SEL          : 3h SGMII
            RGMII_ID_MODE          : 0h Internal Transmit Desaly
    CPSW SS RGMII 8 STATUS (0x0c00004c) = 0x00000000
            FULLDUPLEX           : 0h Half duplex
            SPEED                : 0h 10Mbps
            LINK                 : 0h Links is down
    CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
            SGMII1_LINK          : 0h No
    CPSW_SS_SGMII_CONTROL_REG_ 8 (0x0c000810) = 0x00000001
            TEST_PATTERN_EN      : 0h operation
            MASTER               : 0h Slave Mode
            LOOPBACK             : 0h Not in internal loopback mode
            MR_NP_LOADED         : 0h --------
            FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
            MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
            MR_AN_ENABLE         : 1h wirte 1 enable the auto-negotiation process
    CPSW_SS_SGMII_STATUS_REG_ 8 (0x0c000814) = 0x0000003D
            LOCK                  : 1h SERDES PLL is locked.
            MR_AN_COMPLETE        : 1h AUTO negotiation completed.
            AN_EEROR              : 0h no negotiation error
            LINK                  : 1h link is up
    

    2. 0x0505E000 : 0x00490011

    3. ethtool eth show link

    4. but can not ping

    root@j721e-evm:~# ethtool eth1
    Settings for eth1:
            Supported ports: [ TP    MII ]
            Supported link modes:   1000baseT/Full
            Supported pause frame use: Symmetric
            Supports auto-negotiation: No
            Supported FEC modes: Not reported
            Advertised link modes:  Not reported
            Advertised pause frame use: Symmetric
            Advertised auto-negotiation: No
            Advertised FEC modes: Not reported
            Speed: 1000Mb/s
            Duplex: Full
            Auto-negotiation: off
            Port: Twisted Pair
            PHYAD: 12
            Transceiver: external
            MDI-X: Unknown
            Supports Wake-on: d
            Wake-on: d
            Current message level: 0x000020f7 (8439)
                                   drv probe link ifdown ifup rx_err tx_err hw
            Link detected: yes
    root@j721e-evm:~# ifconfig eth1 192.168.0.101
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~#
    root@j721e-evm:~# ping 192.168.0.128
    PING 192.168.0.128 (192.168.0.128) 56(84) bytes of data.
    From 192.168.0.101 icmp_seq=1 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=2 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=3 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=4 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=5 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=6 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=7 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=8 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=9 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=10 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=11 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=12 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=13 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=14 Destination Host Unreachable
    From 192.168.0.101 icmp_seq=15 Destination Host Unreachable
    ^C
    --- 192.168.0.128 ping statistics ---
    16 packets transmitted, 0 received, +15 errors, 100% packet loss, time 15341ms
    pipe 3
    root@j721e-evm:~# ^C
    root@j721e-evm:~#
    

  • Hi,

    How can you reach the root prompt "root@j721e-evm:~# " as boot was not successful above?

    Also, is eth1 mapped to Port-5? As the register dump is for Port-5 and the interface was eth1.


    Best Regards,
    Sudheer

  • hi:

    when i modify the  k3-j721e-common-proc-board.dts  as as follows, the board boot is ok

    1. 

    &serdes4 {
    -assigned-clocks = <&serdes4 CDNS_SIERRA_PLL_CMNLC>;
    -assigned-clock-parents = <&wiz4_pll0_refclk>;
    - #address-cells = <1>;
    - #size-cells = <0>;
    status = "okay";
    serdes4_sgmii_link: phy@0 {
    reg = <0>;
    cdns,num-lanes = <4>;
    #phy-cells = <0>;
    cdns,phy-type = <PHY_TYPE_SGMII>;
    resets = <&serdes_wiz4 1>, <&serdes_wiz4 2>, <&serdes_wiz4 3>, <&serdes_wiz4 4>;

    2. 

    &cpsw0_port5 {
    status = "okay";
    phy-handle = <&cpsw9g_phy0>;
    phy-mode = "sgmii";
    mac-address = [00 00 00 00 00 00];
    phys = <&cpsw0_phy_gmii_sel 5>,<&serdes4_sgmii_link>;
    //phy-names = "portmode", "serdes-phy";
    phy-names = "portmode", "serdes";
    
    };
    
    &cpsw0_port6 {
    status = "okay";
    phy-handle = <&cpsw9g_phy1>;
    phy-mode = "sgmii";
    mac-address = [00 00 00 00 00 00];
    phys = <&cpsw0_phy_gmii_sel 6>;
    //phy-names = "portmode", "serdes-phy";
    phy-names = "portmode", "serdes";
    
    };
    
    &cpsw0_port7 {
    status = "okay";
    phy-handle = <&cpsw9g_phy2>;
    phy-mode = "sgmii";
    mac-address = [00 00 00 00 00 00];
    phys = <&cpsw0_phy_gmii_sel 7>;
    //phy-names = "portmode", "serdes-phy";
    phy-names = "portmode", "serdes";
    
    };
    
    &cpsw0_port8 {
    status = "okay";
    phy-handle = <&cpsw9g_phy3>;
    phy-mode = "sgmii";
    mac-address = [00 00 00 00 00 00];
    phys = <&cpsw0_phy_gmii_sel 8>;
    //phy-names = "portmode", "serdes-phy";
    phy-names = "portmode", "serdes";
    
    };

    log:

    U-Boot SPL 2024.04-ti-dirty (Aug 22 2025 - 16:54:25 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    read error from device: 41c863bc register: x!
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    read error from device: 41c863bc register: x!
    Loading Environment from nowhere... OK
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.11.0(release):v2.11.0-906-g58b25570c9-dirty
    NOTICE:  BL31: Built : 04:20:32, Nov  1 2024
    I/TC:
    I/TC: OP-TEE version: 4.4.0-dev (gcc version 13.3.0 (GCC)) #1 Fri Oct 18 17:45:27 UTC 2024 aarch64
    I/TC: WARNING: This OP-TEE configuration might be insecure!
    I/TC: WARNING: Please check https://optee.readthedocs.io/en/latest/architecture/porting_guidelines.html
    I/TC: Primary CPU initializing
    I/TC: GIC redistributor base address not provided
    I/TC: Assuming default GIC group status and modifier
    I/TC: SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    I/TC: Activated SA2UL device
    I/TC: Fixing SA2UL firewall owner for GP device
    I/TC: Enabled firewalls for SA2UL TRNG device
    I/TC: SA2UL TRNG initialized
    I/TC: SA2UL Drivers initialized
    I/TC: HUK Initialized
    I/TC: Primary CPU switching to normal world boot
    
    U-Boot SPL 2024.04-ti-dirty (Aug 22 2025 - 16:54:09 +0800)
    SYSFW ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Trying to boot from MMC2
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    Warning: Detected image signing certificate on GP device. Skipping certificate to prevent boot failure. This will fail if the image was also encrypted
    
    
    U-Boot 2024.04-ti-dirty (Aug 22 2025 - 16:54:09 +0800)
    
    SoC:   J721E SR1.1 GP
    Model: Texas Instruments J721e EVM
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Board: J721EX-PM1-SOM rev E2
    DRAM:  2 GiB (effective 4 GiB)
    Core:  126 devices, 34 uclasses, devicetree: separate
    Flash: 0 Bytes
    MMC:   mmc@4f80000: 0, mmc@4fb0000: 1
    Loading Environment from nowhere... OK
    In:    serial@2800000
    Out:   serial@2800000
    Err:   serial@2800000
    am65_cpsw_nuss ethernet@46000000: K3 CPSW: nuss_ver: 0x6BA00101 cpsw_ver: 0x6BA80100 ale_ver: 0x00293904 Ports:1
    EEPROM not available at 0x50, trying to read at 0x51
    Reading on-board EEPROM at 0x51 failed -1
    Net:   eth0: ethernet@46000000port@1
    Hit any key to stop autoboot:  0
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    switch to partitions #0, OK
    mmc1 is current device
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    SD/MMC found on device 1
    1294 bytes read in 64 ms (19.5 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    Running uenvcmd ...
    1 bytes read in 64 ms (0 Bytes/s)
    Already setup.
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    GPIO: 'gpio@22_17' not found
    Command 'gpio' failed: Error -22
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@22: Error reading output register
    i2c_write: error waiting for data ACK (status=0x116)
    pca953x gpio@20: Error reading output register
    GPIO: 'gpio@22_16' not found
    Command 'gpio' failed: Error -22
    k3_r5f_rproc r5f@41000000: Core 1 is already in use. No rproc commands work
    k3_r5f_rproc r5f@41400000: Core 2 is already in use. No rproc commands work
    89944 bytes read in 130 ms (674.8 KiB/s)
    Load Remote Processor 2 with data@addr=0x82000000 89944 bytes: Success!
    326868 bytes read in 133 ms (2.3 MiB/s)
    Load Remote Processor 3 with data@addr=0x82000000 326868 bytes: Success!
    Failed to load '/lib/firmware/j7-main-r5f1_0-fw'
    Failed to load '/lib/firmware/j7-main-r5f1_1-fw'
    1014608 bytes read in 146 ms (6.6 MiB/s)
    Load Remote Processor 6 with data@addr=0x82000000 1014608 bytes: Success!
    1014608 bytes read in 148 ms (6.5 MiB/s)
    Load Remote Processor 7 with data@addr=0x82000000 1014608 bytes: Success!
    12574864 bytes read in 385 ms (31.1 MiB/s)
    Load Remote Processor 8 with data@addr=0x82000000 12574864 bytes: Success!
    21031424 bytes read in 499 ms (40.2 MiB/s)
    125686 bytes read in 68 ms (1.8 MiB/s)
    Working FDT set to 88000000
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
    Working FDT set to 88000000
       Loading Device Tree to 000000008fede000, end 000000008fffffff ... OK
    Working FDT set to 8fede000
    
    Starting kernel ...
    
    failed to set vqmmc-voltage to 1.8V
    failed to set vqmmc-voltage to 1.8V
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 6.6.44-ti-g541c20281af7-dirty (ray@ray) (aarch64-oe-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #7 SMP PREEMPT Fri Aug 22 17:27:35 CST 2025
    [    0.000000] KASLR disabled due to lack of seed
    [    0.000000] Machine model: Texas Instruments J721e EVM
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created CMA memory pool at 0x00000008e0000000, size 512 MiB
    [    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000008e0000000..0x00000008ffffffff (524288 KiB) map reusable linux,cma
    [    0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0000000..0x00000000a00fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a0000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a0100000..0x00000000a0ffffff (15360 KiB) nomap non-reusable r5f-memory@a0100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1000000..0x00000000a10fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a1000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a1100000..0x00000000a1ffffff (15360 KiB) nomap non-reusable r5f-memory@a1100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2000000..0x00000000a20fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a2000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a2100000..0x00000000a2ffffff (15360 KiB) nomap non-reusable r5f-memory@a2100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3000000..0x00000000a30fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a3000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a3100000..0x00000000a3ffffff (15360 KiB) nomap non-reusable r5f-memory@a3100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4000000..0x00000000a40fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a4000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a4100000..0x00000000a4ffffff (15360 KiB) nomap non-reusable r5f-memory@a4100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5000000..0x00000000a50fffff (1024 KiB) nomap non-reusable r5f-dma-memory@a5000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a5100000..0x00000000a5ffffff (15360 KiB) nomap non-reusable r5f-memory@a5100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6000000..0x00000000a60fffff (1024 KiB) nomap non-reusable c66-dma-memory@a6000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a6100000..0x00000000a6ffffff (15360 KiB) nomap non-reusable c66-memory@a6100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7000000..0x00000000a70fffff (1024 KiB) nomap non-reusable c66-dma-memory@a7000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a7100000..0x00000000a7ffffff (15360 KiB) nomap non-reusable c66-memory@a7100000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8000000..0x00000000a80fffff (1024 KiB) nomap non-reusable c71-dma-memory@a8000000
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] OF: reserved mem: 0x00000000a8100000..0x00000000a8ffffff (15360 KiB) nomap non-reusable c71-memory@a8100000
    [    0.000000] OF: reserved mem: 0x00000000aa000000..0x00000000abbfffff (28672 KiB) nomap non-reusable ipc-memories@aa000000
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.5
    [    0.000000] percpu: Embedded 20 pages/cpu s43176 r8192 d30552 u81920
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: Spectre-v3a
    [    0.000000] CPU features: detected: Spectre-BHB
    [    0.000000] CPU features: detected: ARM erratum 1742098
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=PARTUUID=7b31cf16-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
    [    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
    [    0.000000] software IO TLB: area num 2.
    [    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
    [    0.000000] Memory: 3301548K/4194304K available (12480K kernel code, 1274K rwdata, 4184K rodata, 2496K init, 526K bss, 368468K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    0.000000]  Tracing variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: gic_handle_irq
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
    [    0.000000] ITS@0x0000000001820000: allocated 524288 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000880040000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880050000
    [    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008438] Console: colour dummy device 80x25
    [    0.013016] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023688] pid_max: default: 32768 minimum: 301
    [    0.028454] LSM: initializing lsm=capability,selinux,integrity
    [    0.034429] SELinux:  Initializing.
    [    0.038079] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.045656] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.054738] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.062009] RCU Tasks Trace: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
    [    0.069882] rcu: Hierarchical SRCU implementation.
    [    0.074780] rcu:     Max phase no-delay instances is 1000.
    [    0.080364] Platform MSI: msi-controller@1820000 domain created
    [    0.086694] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.096130] EFI services will not be available.
    [    0.100908] smp: Bringing up secondary CPUs ...
    I/TC: Secondary CPU 1 initializing
    I/TC: Secondary CPU 1 switching to normal world boot
    [    0.114208] Detected PIPT I-cache on CPU1
    [    0.114261] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.114274] GICv3: CPU1: using allocated LPI pending table @0x0000000880060000
    [    0.114319] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.114400] smp: Brought up 1 node, 2 CPUs
    [    0.143747] SMP: Total of 2 processors activated.
    [    0.148551] CPU features: detected: 32-bit EL0 Support
    [    0.153805] CPU features: detected: CRC32 instructions
    [    0.159086] CPU: All CPU(s) started at EL2
    [    0.163268] alternatives: applying system-wide alternatives
    [    0.170115] devtmpfs: initialized
    [    0.181666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.191649] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
    [    0.208066] pinctrl core: initialized pinctrl subsystem
    [    0.213769] DMI not present or invalid.
    [    0.218058] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.224785] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.232100] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.240108] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.248239] audit: initializing netlink subsys (disabled)
    [    0.253885] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
    [    0.254136] thermal_sys: Registered thermal governor 'step_wise'
    [    0.261807] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.267963] cpuidle: using governor menu
    [    0.278730] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.285698] ASID allocator initialised with 65536 entries
    [    0.302811] platform a40000.pinctrl: Fixed dependency cycle(s) with /bus@100000/pinctrl@a40000/mcu-cpsw-cpts
    [    0.314530] Modules: 27488 pages in range for non-PLT usage
    [    0.314539] Modules: 519008 pages in range for PLT usage
    [    0.320806] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.333172] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.339574] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.346508] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.352909] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.359843] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.366244] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.373179] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.380472] k3-chipinfo 43000014.chipid: Family:J721E rev:SR1.1 JTAGID[0x1bb6402f] Detected
    [    0.389552] iommu: Default domain type: Translated
    [    0.394456] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.400929] SCSI subsystem initialized
    [    0.404945] usbcore: registered new interface driver usbfs
    [    0.410566] usbcore: registered new interface driver hub
    [    0.416007] usbcore: registered new device driver usb
    [    0.421474] pps_core: LinuxPPS API ver. 1 registered
    [    0.426544] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.435882] PTP clock support registered
    [    0.440009] EDAC MC: Ver: 3.0.0
    [    0.443491] scmi_core: SCMI protocol bus registered
    [    0.448618] FPGA manager framework
    [    0.452129] Advanced Linux Sound Architecture Driver Initialized.
    [    0.458833] vgaarb: loaded
    [    0.461814] clocksource: Switched to clocksource arch_sys_counter
    [    0.468206] VFS: Disk quotas dquot_6.6.0
    [    0.472226] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.482848] NET: Registered PF_INET protocol family
    [    0.488046] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
    [    0.497203] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    0.505972] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.513893] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.522111] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
    [    0.531038] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.537881] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.544791] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    0.552302] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.558471] RPC: Registered named UNIX socket transport module.
    [    0.564530] RPC: Registered udp transport module.
    [    0.569333] RPC: Registered tcp transport module.
    [    0.574136] RPC: Registered tcp-with-tls transport module.
    [    0.579738] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.586321] NET: Registered PF_XDP protocol family
    [    0.591231] PCI: CLS 0 bytes, default 64
    [    0.596070] Initialise system trusted keyrings
    [    0.600750] workingset: timestamp_bits=46 max_order=20 bucket_order=0
    [    0.607532] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.613637] NFS: Registering the id_resolver key type
    [    0.618817] Key type id_resolver registered
    [    0.623089] Key type id_legacy registered
    [    0.627190] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.634038] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.655341] Key type asymmetric registered
    [    0.659529] Asymmetric key parser 'x509' registered
    [    0.664546] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
    [    0.672205] io scheduler mq-deadline registered
    [    0.676836] io scheduler kyber registered
    [    0.680951] io scheduler bfq registered
    [    0.687329] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.693799] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.700141] pinctrl-single 104200.pinctrl: 20 pins, size 80
    [    0.705904] pinctrl-single 104280.pinctrl: 8 pins, size 32
    [    0.711907] pinctrl-single a40000.pinctrl: 512 pins, size 2048
    [    0.721795] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.731094] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.739403] arm-smmu-v3 36600000.iommu: allocated 65536 entries for cmdq
    [    0.746597] arm-smmu-v3 36600000.iommu: allocated 32768 entries for evtq
    [    0.754879] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.766767] loop: module loaded
    [    0.770681] megasas: 07.725.01.00-rc1
    [    0.776443] tun: Universal TUN/TAP device driver, 1.6
    [    0.782287] VFIO - User Level meta-driver version: 0.3
    [    0.788204] usbcore: registered new interface driver usb-storage
    [    0.794720] i2c_dev: i2c /dev entries driver
    [    0.799785] sdhci: Secure Digital Host Controller Interface driver
    [    0.806106] sdhci: Copyright(c) Pierre Ossman
    [    0.810684] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.816816] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.823130] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.830170] usbcore: registered new interface driver usbhid
    [    0.835870] usbhid: USB HID core driver
    [    0.840557] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.849206] optee: probing for conduit method.
    I/TC: Reserved shared memory is enabled
    I/TC: Dynamic shared memory is enabled
    I/TC: Normal World virtualization support is disabled
    I/TC: Asynchronous notifications are disabled
    [    0.853762] optee: revision 4.4 (8f645256efc0dc66)
    [    0.870221] optee: dynamic shared memory is enabled
    [    0.880582] random: crng init done
    [    0.884120] optee: initialized driver
    [    0.889490] Initializing XFRM netlink socket
    [    0.893893] NET: Registered PF_PACKET protocol family
    [    0.899098] Key type dns_resolver registered
    [    0.907366] registered taskstats version 1
    [    0.911637] Loading compiled-in X.509 certificates
    [    0.925349] ti-sci 44083000.system-controller: ABI: 4.0 (firmware rev 0x000a '10.1.6--v10.01.06 (Fiery Fox)')
    [    1.068939] omap_i2c 42120000.i2c: bus 0 rev0.12 at 400 kHz
    [    1.075361] pca953x 1-0020: supply vcc not found, using dummy regulator
    [    1.082220] pca953x 1-0020: using no AI
    [    1.109862] pca953x 1-0020: failed writing register
    [    1.114907] pca953x: probe of 1-0020 failed with error -121
    [    1.120779] pca953x 1-0022: supply vcc not found, using dummy regulator
    [    1.127604] pca953x 1-0022: using AI
    [    1.131309] pca953x 1-0022: failed writing register
    [    1.136355] pca953x: probe of 1-0022 failed with error -121
    [    1.142085] omap_i2c 2000000.i2c: bus 1 rev0.12 at 400 kHz
    [    1.148368] omap_i2c 2010000.i2c: bus 2 rev0.12 at 400 kHz
    [    1.154577] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    1.161421] pca953x 3-0020: using no AI
    [    2.169824] omap_i2c 2030000.i2c: timeout waiting for bus ready
    [    2.175889] pca953x 3-0020: failed writing register
    [    2.180936] pca953x: probe of 3-0020 failed with error -16
    [    2.186798] omap_i2c 2030000.i2c: bus 3 rev0.12 at 400 kHz
    [    2.193146] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    2.199996] pca953x 4-0020: using no AI
    [    3.209817] omap_i2c 2060000.i2c: timeout waiting for bus ready
    [    3.215873] pca953x 4-0020: failed writing register
    [    3.220910] pca953x: probe of 4-0020 failed with error -16
    [    3.226593] omap_i2c 2060000.i2c: bus 4 rev0.12 at 400 kHz
    [    3.232376] ti-sci-intr 42200000.interrupt-controller: Interrupt Router 137 domain created
    [    3.240942] ti-sci-intr bus@100000:interrupt-controller@a00000: Interrupt Router 131 domain created
    [    3.250316] ti-sci-intr 310e0000.interrupt-controller: Interrupt Router 213 domain created
    [    3.258947] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    3.273199] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    3.283094] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    3.289857] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.299832] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    3.310004] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    3.316762] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    3.325043] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 206, base_baud = 6000000) is a 8250
    [    3.334764] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 207, base_baud = 3000000) is a 8250
    [    3.343630] printk: console [ttyS2] enabled
    [    3.343630] printk: console [ttyS2] enabled
    [    3.352168] printk: bootconsole [ns16550a0] disabled
    [    3.352168] printk: bootconsole [ns16550a0] disabled
    [    3.366652] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 208, base_baud = 3000000) is a 8250
    [    3.375964] 2820000.serial: ttyS4 at MMIO 0x2820000 (irq = 209, base_baud = 3000000) is a 8250
    [    3.385239] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 210, base_baud = 3000000) is a 8250
    [    3.395478] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    3.441819] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    3.450169] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    3.458192] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.471012] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.478219] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.484527] pps pps0: new PPS source ptp0
    [    3.488673] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    3.499231] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    3.545820] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    4.884604] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    4.893300] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    4.901981] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    4.910661] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    4.919428] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    4.928195] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    4.936985] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    4.951471] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    4.960465] mmc0: CQHCI version 5.10
    [    4.993863] tps6594 0-0048: error -EREMOTEIO: Failed to set PMIC state
    [    5.000425] tps6594: probe of 0-0048 failed with error -121
    [    5.002358] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    5.013464] tps6594 0-004c: error -EREMOTEIO: Failed to set PMIC state
    [    5.020002] tps6594: probe of 0-004c failed with error -121
    [    5.025769] pca953x 2-0020: supply vcc not found, using dummy regulator
    [    5.032441] pca953x 2-0020: using no AI
    [    5.057862] pca953x 2-0020: failed writing register
    [    5.062808] pca953x: probe of 2-0020 failed with error -121
    [    5.074573] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    5.086237] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    5.101649] spi-nor: probe of spi0.0 failed with error -22
    [    5.107756] davinci_mdio 46000f00.mdio: Configuring MDIO in manual mode
    [    5.153818] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.162155] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver unknown
    [    5.170175] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    5.182991] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.190197] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.196466] pps pps0: new PPS source ptp1
    [    5.200606] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.218487] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    5.229993] davinci_mdio c000f00.mdio: Configuring MDIO in manual mode
    [    5.263939] mmc0: Command Queue Engine enabled
    [    5.268384] mmc0: new HS200 MMC card at address 0001
    [    5.273793] mmcblk0: mmc0:0001 A8A58B 29.1 GiB
    [    5.273832] davinci_mdio c000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    5.279645] mmcblk0boot0: mmc0:0001 A8A58B 31.9 MiB
    [    5.291538] mmcblk0boot1: mmc0:0001 A8A58B 31.9 MiB
    [    5.297127] mmcblk0rpmb: mmc0:0001 A8A58B 4.00 MiB, chardev (239:0)
    [    6.618000] davinci_mdio c000f00.mdio: phy[4]: device c000f00.mdio:04, driver TI DP83TG720CS1.1
    [    6.626694] davinci_mdio c000f00.mdio: phy[5]: device c000f00.mdio:05, driver TI DP83TG720CS1.1
    [    6.635374] davinci_mdio c000f00.mdio: phy[8]: device c000f00.mdio:08, driver TI DP83TG720CS1.1
    [    6.644052] davinci_mdio c000f00.mdio: phy[10]: device c000f00.mdio:0a, driver TI DP83TG720CS1.1
    [    6.652817] davinci_mdio c000f00.mdio: phy[12]: device c000f00.mdio:0c, driver TI DP83TG720CS1.1
    [    6.661581] davinci_mdio c000f00.mdio: phy[13]: device c000f00.mdio:0d, driver TI DP83TG720CS1.1
    [    6.670372] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    6.684271] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.690599] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.697848] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.704172] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.710494] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.716805] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.723061] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    6.730179] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    6.736595] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    6.754903] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 140
    [    6.768518] mmc1: CQHCI version 5.10
    [    6.776630] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    6.783835] clk: Disabling unused clocks
    [    6.810366] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    6.823108] ALSA device list:
    [    6.826073]   No soundcards found.
    [    6.829684] Waiting for root device PARTUUID=7b31cf16-02...
    [    6.850449] mmc1: new high speed SDHC card at address 5048
    [    6.856444] mmcblk1: mmc1:5048 SD16G 14.4 GiB
    [    6.862744]  mmcblk1: p1 p2
    [    7.350309] EXT4-fs (mmcblk1p2): recovery complete
    [    7.356496] EXT4-fs (mmcblk1p2): mounted filesystem 3399312a-59ce-47de-a300-a7f4c840d4c7 r/w with ordered data mode. Quota mode: none.
    [    7.368611] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    7.376209] devtmpfs: mounted
    [    7.380686] Freeing unused kernel memory: 2496K
    [    7.385339] Run /sbin/init as init process
    [    7.909411] systemd[1]: System time before build time, advancing clock.
    [    7.997088] NET: Registered PF_INET6 protocol family
    [    8.002901] Segment Routing with IPv6
    [    8.006613] In-situ OAM (IOAM) with IPv6
    [    8.062601] systemd[1]: systemd 255.13^ running in system mode (+PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -TPM2 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
    [    8.094537] systemd[1]: Detected architecture arm64.
    
    Welcome to Arago 2023.10!
    
    [    8.118856] systemd[1]: Hostname set to <j721e-evm>.
    [    8.376874] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    8.443966] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    8.502155] systemd[1]: Queued start job for default target Graphical Interface.
    [    8.537310] systemd[1]: Created slice Slice /system/getty.
    [  OK  ] Created slice Slice /system/getty.
    [    8.559347] systemd[1]: Created slice Slice /system/modprobe.
    [  OK  ] Created slice Slice /system/modprobe.
    [    8.583198] systemd[1]: Created slice Slice /system/serial-getty.
    [  OK  ] Created slice Slice /system/serial-getty.
    [    8.606903] systemd[1]: Created slice User and Session Slice.
    [  OK  ] Created slice User and Session Slice.
    [    8.630121] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    8.653992] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    8.677922] systemd[1]: Expecting device /dev/ttyS2...
             Expecting device /dev/ttyS2...
    [    8.693934] systemd[1]: Reached target Path Units.
    [  OK  ] Reached target Path Units.
    [    8.709886] systemd[1]: Reached target Remote File Systems.
    [  OK  ] Reached target Remote File Systems.
    [    8.729872] systemd[1]: Reached target Slice Units.
    [  OK  ] Reached target Slice Units.
    [    8.745887] systemd[1]: Reached target Swaps.
    [  OK  ] Reached target Swaps.
    [    8.794422] systemd[1]: Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [    8.818018] systemd[1]: Reached target RPC Port Mapper.
    [  OK  ] Reached target RPC Port Mapper.
    [    8.841891] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    8.862160] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    8.886619] systemd[1]: Listening on Journal Audit Socket.
    [  OK  ] Listening on Journal Audit Socket.
    [    8.914324] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    8.938311] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    8.958391] systemd[1]: Listening on Network Service Netlink Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
    [    8.983365] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    9.006249] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [    9.026244] systemd[1]: Listening on User Database Manager Socket.
    [  OK  ] Listening on User Database Manager Socket.
    [    9.078094] systemd[1]: Mounting Huge Pages File System...
             Mounting Huge Pages File System...
    [    9.100499] systemd[1]: Mounting POSIX Message Queue File System...
             Mounting POSIX Message Queue File System...
    [    9.126340] systemd[1]: Mounting Kernel Debug File System...
             Mounting Kernel Debug File System...
    [    9.146314] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
    [    9.162798] systemd[1]: Mounting Temporary Directory /tmp...
             Mounting Temporary Directory /tmp...
    [    9.206438] systemd[1]: Starting Create List of Static Device Nodes...
             Starting Create List of Static Device Nodes...
    [    9.234573] systemd[1]: Starting Load Kernel Module configfs...
             Starting Load Kernel Module configfs...
    [    9.262598] systemd[1]: Starting Load Kernel Module drm...
             Starting Load Kernel Module drm...
    [    9.306523] systemd[1]: Starting Load Kernel Module fuse...
             Starting Load Kernel Module fuse...
    [    9.322476] systemd[1]: Starting Start psplash boot splash screen...
             Starting Start psplash boot splash screen...
    [    9.359988] fuse: init (API version 7.39)
    [    9.394699] systemd[1]: Starting RPC Bind...
             Starting RPC Bind...
    [    9.414176] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
    [    9.431414] systemd[1]: Starting Journal Service...
             Starting Journal Service...
    [    9.470353] systemd[1]: Starting Load Kernel Modules...
             Starting Load Kernel Modules...
    [    9.493689] systemd[1]: Starting Generate network units from Kernel command line...
             Starting Generate network units from Kernel command line...
    [    9.510002] systemd-journald[128]: Collecting audit messages is enabled.
    [    9.538471] systemd[1]: Starting Remount Root and Kernel File Systems...
             Starting Remount Root and Kernel File Systems...
    [    9.562758] systemd[1]: Starting Coldplug All udev Devices...
             Starting Coldplug All udev Devices...
    [    9.596102] systemd[1]: Started RPC Bind.
    [    9.599294] EXT4-fs (mmcblk1p2): re-mounted 3399312a-59ce-47de-a300-a7f4c840d4c7 r/w. Quota mode: none.
    [  OK  ] Started RPC Bind.
    [    9.627329] systemd[1]: Started Journal Service.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Huge Pages File System.
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Mounted Temporary Directory /tmp.
    [  OK  ] Finished Create List of Static Device Nodes.
    [  OK  ] Finished Load Kernel Module configfs.
    [  OK  ] Finished Load Kernel Module drm.
    [  OK  ] Finished Load Kernel Module fuse.
    [FAILED] Failed to start Start psplash boot splash screen.
    See 'systemctl status psplash-start.service' for details.
    [DEPEND] Dependency failed for Start psplas…temd progress communication helper.
    [  OK  ] Finished Load Kernel Modules.
    [  OK  ] Finished Generate network units from Kernel command line.
    [  OK  ] Finished Remount Root and Kernel File Systems.
             Mounting FUSE Control File System...
             Mounting Kernel Configuration File System...
             Starting Flush Journal to Persistent Storage...
             Starting Apply Kernel Variables...
    [   10.009594] systemd-journald[128]: Received client request to flush runtime journal.
             Starting Create Static Device Nodes in /dev gracefully...
    [  OK  ] Mounted FUSE Control File System.
    [  OK  ] Mounted Kernel Configuration File System.
    [  OK  ] Finished Flush Journal to Persistent Storage.
    [  OK  ] Finished Apply Kernel Variables.
    [  OK  ] Finished Coldplug All udev Devices.
    [  OK  ] Finished Create Static Device Nodes in /dev gracefully.
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Finished Create Static Device Nodes in /dev.
    [  OK  ] Reached target Preparation for Local File Systems.
             Mounting /var/volatile...
    [   10.255605] audit: type=1334 audit(1728487094.344:2): prog-id=6 op=LOAD
    [   10.262274] audit: type=1334 audit(1728487094.352:3): prog-id=7 op=LOAD
             Starting Rule-based Manager for Device Events and Files...
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save OS Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create System Files and Directories...
    [  OK  ] Finished Create System Files and Directories.
    [  OK  ] Finished Load/Save OS Random Seed.
    [   10.500825] audit: type=1334 audit(1728487094.588:4): prog-id=8 op=LOAD
             Starting Network Name Resolution...
    [   10.544250] audit: type=1334 audit(1728487094.632:5): prog-id=9 op=LOAD
             Starting Network Time Synchronization...
             Starting Record System Boot/Shutdown in UTMP...
    [   10.591537] audit: type=1334 audit(1728487094.680:6): prog-id=10 op=LOAD
             Starting User Database Manager...
    [   10.605972] audit: type=1334 audit(1728487094.680:7): prog-id=11 op=LOAD
    [   10.618642] audit: type=1334 audit(1728487094.688:8): prog-id=12 op=LOAD
    [  OK  ] Finished Record System Boot/Shutdown in UTMP.
    [  OK  ] Started User Database Manager.
    [  OK  ] Started Rule-based Manager for Device Events and Files.
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Reached target Host and Network Name Lookups.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target System Time Set.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Reached target Timer Units.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
             Starting Docker Socket for the API...
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on PC/SC Smart Card Daemon Activation Socket.
             Starting Weston socket...
    [   11.296676] audit: type=1334 audit(1728530056.948:9): prog-id=13 op=LOAD
             Starting D-Bus System Message Bus...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Listening on Docker Socket for the API.
    [  OK  ] Listening on Weston socket.
    [  OK  ] Reached target Socket Units.
    [  OK  ] Finished Reboot and dump vmcore via kexec.
    [  OK  ] Started D-Bus System Message Bus.
    [   11.534572] dbus-broker-lau[289]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
    [  OK  ] Reached target Basic System.
    [  OK  ] Started Job spooling tools.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Print notice about GPLv3 packages...
             Starting IPv6 Packet Filtering Framework...
             Starting IPv4 Packet Filtering Framework...
    [  OK  ] Started irqbalance daemon.
             Starting Telephony service...
             Starting Update pmic registers for…le safety feature on power rails...
             Starting Expand the rootfs partiti…to full size of the boot device....
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [   11.825485] audit: type=1334 audit(1728530057.476:10): prog-id=14 op=LOAD
    [   11.838512] audit: type=1334 audit(1728530057.484:11): prog-id=15 op=LOAD
             Starting User Login Management...
             Starting Telnet Server...
    [  OK  ] Finished IPv6 Packet Filtering Framework.
    [  OK  ] Finished IPv4 Packet Filtering Framework.
    [  OK  ] Reached target Preparation for Network.
             Starting Network Configuration...
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [  OK  ] Finished Telnet Server.
    [  OK  ] Finished Update pmic registers for…able safety feature on power rails.
    [  OK  ] Started Telephony service.
    [   12.366661] CAN device driver interface
    [   12.425029] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   12.512928] Bluetooth: Core ver 2.22
    [   12.520653] NET: Registered PF_BLUETOOTH protocol family
    [   12.533755] Bluetooth: HCI device and connection manager initialized
    [   12.553520] Bluetooth: HCI socket layer initialized
    [   12.558687] Bluetooth: L2CAP socket layer initialized
    [   12.564890] Bluetooth: SCO socket layer initialized
    [   12.629892] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [   12.636705] at24 0-0050: supply vcc not found, using dummy regulator
    [   12.666206] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [   12.670486] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [  OK  ] Started User Login Management.
    [   12.719383] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [   12.719573] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [   12.730185] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [  OK  ] Finished Expand the rootfs partition to full size of the boot device..
    [   12.782431] m_can_platform 40528000.can: m_can device registered (irq=658, version=32)
    [   12.784625] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [   12.800322] m_can_platform 40568000.can: m_can device registered (irq=660, version=32)
    [   12.814723] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [   12.822294] tidss 4a00000.dss: [drm] No compatible format found
    [   12.829944] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [   12.839518] m_can_platform 2721000.can: m_can device registered (irq=663, version=32)
    [   12.864499] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [  OK  ] Started Network Configuration.
    [  OK  ] Reached target Network.
             Starting Enable and configure wl18xx bluetooth stack...
             Starting containerd container runtime...
    [   12.967558] am65-cpsw-nuss 46000000.ethernet eth0: validation of rgmii-rxid with support 00,00000000,00000000,00006280 and advertisement 00,00000000,00000000,00002280 failed: -EINVAL
             Starting LLDP daemon...
    [  OK  ] Started Netperf Benchmark Server.
             Starting Simple Network Management Protocol (SNMP) Daemon....
             Starting Permit User Sessions...
    [  OK  ] Finished Enable and configure wl18xx bluetooth stack.
    [  OK  ] Finished Permit User Sessions.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Starting Weston, a Wayland compositor, as a system service...
    [  OK  ] Started LLDP daemon.
    [   13.515392] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:0c] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   13.516265] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [   13.526616] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode
    [   13.549715] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [   13.560120] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [   13.570522] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [   13.582946] scsi host0: ufshcd
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [   13.637548] remoteproc remoteproc0: b034000.pru is available
    [   13.647414] remoteproc remoteproc1: b004000.rtu is available
    [   13.662113] remoteproc remoteproc2: b00a000.txpru is available
    [  OK  ] Created slice Slice /system/tee-supplicant.
    [  OK  ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
    [   13.702160] remoteproc remoteproc3: b038000.pru is available
    [  OK  ] Started TEE Supplicant on teepriv0.
    [   13.721556] remoteproc remoteproc4: b006000.rtu is available
    [   13.738519] remoteproc remoteproc5: b00c000.txpru is available
    [   13.757377] remoteproc remoteproc6: b134000.pru is available
             Starting Virtual Console Setup...
    [   13.773766] remoteproc remoteproc7: b104000.rtu is available
    [   13.782358] remoteproc remoteproc8: b10a000.txpru is available
    [   13.791162] remoteproc remoteproc9: b138000.pru is available
    [   13.800335] remoteproc remoteproc10: b106000.rtu is available
    [   13.807332] remoteproc remoteproc11: b10c000.txpru is available
    [   13.939138] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:0d] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   13.949164] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/rgmii-rxid link mode
    [   13.999203] cdns-ufshcd 4e84000.ufs: link startup failed 1
    [   14.004706] cdns-ufshcd 4e84000.ufs: UFS Host state=0
    [   14.009836] cdns-ufshcd 4e84000.ufs: outstanding reqs=0x0 tasks=0x0
    [   14.016123] cdns-ufshcd 4e84000.ufs: saved_err=0x0, saved_uic_err=0x0
    [   14.022616] cdns-ufshcd 4e84000.ufs: Device power mode=1, UIC link state=0
    [   14.029534] cdns-ufshcd 4e84000.ufs: PM in progress=0, sys. suspended=0
    [   14.036843] cdns-ufshcd 4e84000.ufs: Auto BKOPS=0, Host self-block=0
    [   14.044104] cdns-ufshcd 4e84000.ufs: Clk gate=1
    [   14.049203] cdns-ufshcd 4e84000.ufs: last_hibern8_exit_tstamp at 0 us, hibern8_exit_cnt=0
    [   14.058200] cdns-ufshcd 4e84000.ufs: last intr at 13999174 us, last intr status=0x404
    [   14.066618] cdns-ufshcd 4e84000.ufs: error handling flags=0x0, req. abort count=0
    [   14.074844] cdns-ufshcd 4e84000.ufs: hba->ufs_version=0x210, Host capabilities=0x1587031f, caps=0x0
    [   14.084553] cdns-ufshcd 4e84000.ufs: quirks=0x0, dev. quirks=0x0
    [   14.091117] cdns-ufshcd 4e84000.ufs: clk: core_clk, rate: 250000000
    [   14.097904] cdns-ufshcd 4e84000.ufs: clk: phy_clk, rate: 19200000
    [   14.104589] cdns-ufshcd 4e84000.ufs: clk: ref_clk, rate: 19200000
    [   14.111365] host_regs: 00000000: 1587031f 00000000 00000210 00000000
    [   14.117742] host_regs: 00000010: 00000000 00000000 00000000 00000000
    [   14.124270] host_regs: 00000020: 00000000 00000470 00000000 00000000
    [   14.130699] host_regs: 00000030: 00000008 00000001 00000000 00000000
    [   14.137266] host_regs: 00000040: 00000000 00000000 00000000 00000000
    [   14.143776] host_regs: 00000050: 00000000 00000000 00000000 00000000
    [   14.150251] host_regs: 00000060: 00000000 00000000 00000000 00000000
    [   14.156658] host_regs: 00000070: 00000000 00000000 00000000 00000000
    [   14.163312] host_regs: 00000080: 00000000 00000000 00000000 00000000
    [   14.169724] host_regs: 00000090: 00000016 00000000 00000001 00000000
    [   14.176908] cdns-ufshcd 4e84000.ufs: No record of pa_err
    [   14.182922] cdns-ufshcd 4e84000.ufs: No record of dl_err
    [   14.188927] cdns-ufshcd 4e84000.ufs: No record of nl_err
    [   14.194845] cdns-ufshcd 4e84000.ufs: No record of tl_err
    [   14.200734] cdns-ufshcd 4e84000.ufs: No record of dme_err
    [   14.206948] cdns-ufshcd 4e84000.ufs: No record of auto_hibern8_err
    [   14.213712] cdns-ufshcd 4e84000.ufs: No record of fatal_err
    [   14.220005] cdns-ufshcd 4e84000.ufs: link_startup_fail[0] = 0x1 at 13999195 us
    [   14.228060] cdns-ufshcd 4e84000.ufs: link_startup_fail: total cnt=1
    [   14.235804] cdns-ufshcd 4e84000.ufs: No record of resume_fail
    [   14.242347] cdns-ufshcd 4e84000.ufs: No record of suspend_fail
    [   14.248926] cdns-ufshcd 4e84000.ufs: No record of wlun resume_fail
    [   14.255876] cdns-ufshcd 4e84000.ufs: No record of wlun suspend_fail
    [   14.262869] cdns-ufshcd 4e84000.ufs: No record of dev_reset
    [   14.269217] cdns-ufshcd 4e84000.ufs: No record of host_reset
    [   14.275630] cdns-ufshcd 4e84000.ufs: No record of task_abort
    [   14.282266] cdns-ufshcd 4e84000.ufs: ufshcd_async_scan failed: 1
    [  OK  ] Created slice User Slice of UID 1000.
             Starting User Runtime Directory /run/user/1000...
    [   14.368259] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:04] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   14.379576] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode
    [   14.401902] m_can_platform 40528000.can mcu_mcan0: renamed from can0
    [  OK  ] Finished User Runtime Directory /run/user/1000.
             Starting User Manager for UID 1000...
    [  OK  ] Finished Virtual Console Setup.
    [   14.817381] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:05] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   14.827359] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/sgmii link mode
    [   14.846947] m_can_platform 2721000.can main_mcan2: renamed from can2
    [   14.867516] m_can_platform 40568000.can mcu_mcan1: renamed from can1
    [  OK  ] Started User Manager for UID 1000.
    [  OK  ] Started Session c1 of User we[   15.262609] kauditd_printk_skb: 5 callbacks suppressed
    ston.
    [   15.262617] audit: type=1006 audit(1728530060.916:15): pid=459 uid=0 subj=kernel old-auid=4294967295 auid=1000 tty=tty7 old-ses=4294967295 ses=2 res=1
    [   15.274463] am65-cpsw-nuss c000000.ethernet eth5: PHY [c000f00.mdio:08] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   15.290606] audit: type=1300 audit(1728530060.916:15): arch=c00000b7 syscall=64 success=yes exit=4 a0=8 a1=ffffed5f9988 a2=4 a3=1 items=0 ppid=1 pid=459 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty7 ses=2 comm="(weston)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   15.296803] am65-cpsw-nuss c000000.ethernet eth5: configuring for phy/sgmii link mode
    [   15.324455] audit: type=1327 audit(1728530060.916:15): proctitle="(weston)"
    [  OK  ] Created slice Slice /system/systemd-fsck.
             Expecting device /dev/mmcblk1p1...
    [  OK  ] Found device /dev/mmcblk1p1.
    [   15.696255] am65-cpsw-nuss c000000.ethernet eth6: PHY [c000f00.mdio:0a] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   15.706328] am65-cpsw-nuss c000000.ethernet eth6: configuring for phy/sgmii link mode
             Starting File System Check on /dev/mmcblk1p1...
    [   15.854849] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.860412] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   15.868657] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   15.878158] xhci-hcd xhci-hcd.2.auto: irq 681, io mem 0x06010000
    [   15.884396] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.889937] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   15.897635] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   15.904687] hub 1-0:1.0: USB hub found
    [   15.908524] hub 1-0:1.0: 1 port detected
    [   15.912942] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   15.921678] hub 2-0:1.0: USB hub found
    [   15.925513] hub 2-0:1.0: 1 port detected
    [   15.931624] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   15.937673] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 3
    [   15.945536] xhci-hcd xhci-hcd.3.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000008010
    [   15.955040] xhci-hcd xhci-hcd.3.auto: irq 688, io mem 0x06410000
    [   15.961246] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   15.966806] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 4
    [   15.974512] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [   15.981539] hub 3-0:1.0: USB hub found
    [   15.985444] hub 3-0:1.0: 1 port detected
    [   15.990880] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [   16.001715] hub 4-0:1.0: USB hub found
    [   16.005909] hub 4-0:1.0: 1 port detected
    [FAILED] Failed to start Weston, a Wayland compositor, as a system service.
    See 'systemctl status weston.service' for details.
    
     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|
    
    Arago Project j721e-evm ttyS2
    
    Arago 2023.10 j721e-evm ttyS2
    
    j721e-evm login: [   19.694432] am65-cpsw-nuss c000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPL-3.0 packages:
            adwaita-icon-theme-symbolic
            autoconf
            bash-dev
            bash
            bc
            binutils
            cifs-utils
            coreutils-stdbuf
            coreutils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils-dev
            elfutils
            findutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbserver
            gettext
            glmark2
            gnu-config
            grub-common
            grub-editenv
            grub-efi
            gzip
            hidapi
            kbd-dev
            kbd-keymaps-pine
            less
            libasm1
            libatomic-dev
            libatomic1
            libbfd
            libdebuginfod1
            libdw1
            libelf1
            libgcc-s-dev
            libgcc1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp-dev
            libgmp10
            libgmpxx4
            libgnutls-dev
            libgnutls-openssl27
            libidn2-0
            libidn2-dev
            libmpc3
            libmpfr6
            libopcodes
            libqt5charts-examples
            libqt5charts-plugins
            libqt5charts-qmlplugins
            libqt5charts5
            libqt5serialport-examples
            libqt5serialport-plugins
            libqt5serialport-qmlplugins
            libqt5serialport5
            libqt5svg-examples
            libqt5svg-plugins
            libqt5svg-qmlplugins
            libqt5svg5
            libqt5virtualkeyboard-plugins
            libqt5virtualkeyboard-qmlplugins
            libqt5virtualkeyboard5
            libreadline-dev
            libreadline8
            libstdc++-dev
            libstdc++6
            libtasn1-dev
            libunistring-dev
            libunistring5
            m4
            make
            nettle-dev
            nettle
            parted
            piglit
            qt3d-plugins
            qt3d-qmlplugins
            qt3d
            qtbase-examples
            qtbase-plugins
            qtbase-qmlplugins
            qtbase
            qtconnectivity-plugins
            qtconnectivity-qmlplugins
            qtconnectivity
            qtdeclarative-plugins
            qtdeclarative-qmlplugins
            qtdeclarative-tools
            qtdeclarative
            qtgraphicaleffects-qmlplugins
            qtlocation-examples
            qtlocation-plugins
            qtlocation-qmlplugins
            qtlocation
            qtmultimedia-examples
            qtmultimedia-plugins
            qtmultimedia-qmlplugins
            qtmultimedia
            qtquics-qmlplugins.control
            qtquics2-plugins.control
            qtquics2-qmlplugins.control
            qtquics2.control
            qtscript-examples
            qtscript-plugins
            qtscript-qmlplugins
            qtscript
            qtwayland-examples
            qtwayland-plugins
            qtwayland-qmlplugins
            qtwayland
            tar
            which
    
    If you do not wish to distribute GPL-3.0 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above
    
    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [   26.191161] i2c 3-0044: deferred probe pending
    [   26.195910] platform can-phy2: deferred probe pending
    [   26.200959] platform 2701000.can: deferred probe pending
    [   26.206266] platform sound-0: deferred probe pending
    
    j721e-evm login: root
    [   34.100402] audit: type=1006 audit(1728530079.752:16): pid=975 uid=0 subj=kernel old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
    [   34.114246] audit: type=1300 audit(1728530079.752:16): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=ffffe282eab8 a2=1 a3=1 items=0 ppid=1 pid=975 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" subj=kernel key=(null)
    [   34.144203] audit: type=1327 audit(1728530079.752:16): proctitle="(systemd)"
    [   34.152821] audit: type=1334 audit(1728530079.772:17): prog-id=18 op=LOAD
    [   34.160300] audit: type=1300 audit(1728530079.772:17): arch=c00000b7 syscall=280 success=yes exit=8 a0=5 a1=fffff4498328 a2=90 a3=0 items=0 ppid=1 pid=975 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   34.187364] audit: type=1327 audit(1728530079.772:17): proctitle="(systemd)"
    [   34.194835] audit: type=1334 audit(1728530079.796:18): prog-id=18 op=UNLOAD
    [   34.202177] audit: type=1300 audit(1728530079.796:18): arch=c00000b7 syscall=57 success=yes exit=0 a0=8 a1=1 a2=0 a3=ffffb9234c60 items=0 ppid=1 pid=975 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="systemd" exe="/usr/lib/systemd/systemd" subj=kernel key=(null)
    [   34.229075] audit: type=1327 audit(1728530079.796:18): proctitle="(systemd)"
    [   34.236319] audit: type=1334 audit(1728530079.796:19): prog-id=19 op=LOAD
    root@j721e-evm:~#
    

    3. and eth1 mapped to port 8, becuse the phy connect to port 8 address is  "0xc "

    dmesg |grep eth

    [    0.000000] psci: probing for conduit method from DT.
    [    0.849206] optee: probing for conduit method.
    [    3.458192] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    3.471012] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    3.478219] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    3.488673] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    4.936985] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    5.170175] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    5.182991] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    5.190197] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    5.200606] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:1
    [    5.218487] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    6.670372] am65-cpsw-nuss c000000.ethernet: initializing am65 cpsw nuss version 0x6BA01901, cpsw version 0x6BA80101 Ports: 9 quirks:00000000
    [    6.684271] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.690599] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.697848] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.704172] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.710494] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.716805] am65-cpsw-nuss c000000.ethernet: Use random MAC address
    [    6.723061] am65-cpsw-nuss c000000.ethernet: initialized cpsw ale version 1.4
    [    6.730179] am65-cpsw-nuss c000000.ethernet: ALE Table size 512
    [    6.736595] am65-cpsw-nuss c000000.ethernet: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    6.754903] am65-cpsw-nuss c000000.ethernet: set new flow-id-base 140
    [    8.376874] systemd[1]: /usr/lib/systemd/system/bt-enable.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [    8.443966] systemd[1]: /etc/systemd/system/sync-clocks.service:11: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
    [   12.967558] am65-cpsw-nuss 46000000.ethernet eth0: validation of rgmii-rxid with support 00,00000000,00000000,00006280 and advertisement 00,00000000,00000000,00002280 failed: -EINVAL
    [   13.515392] am65-cpsw-nuss c000000.ethernet eth1: PHY [c000f00.mdio:0c] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   13.526616] am65-cpsw-nuss c000000.ethernet eth1: configuring for phy/sgmii link mode
    [   13.939138] am65-cpsw-nuss c000000.ethernet eth2: PHY [c000f00.mdio:0d] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   13.949164] am65-cpsw-nuss c000000.ethernet eth2: configuring for phy/rgmii-rxid link mode
    [   14.368259] am65-cpsw-nuss c000000.ethernet eth3: PHY [c000f00.mdio:04] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   14.379576] am65-cpsw-nuss c000000.ethernet eth3: configuring for phy/sgmii link mode
    [   14.817381] am65-cpsw-nuss c000000.ethernet eth4: PHY [c000f00.mdio:05] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   14.827359] am65-cpsw-nuss c000000.ethernet eth4: configuring for phy/sgmii link mode
    [   15.274463] am65-cpsw-nuss c000000.ethernet eth5: PHY [c000f00.mdio:08] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   15.296803] am65-cpsw-nuss c000000.ethernet eth5: configuring for phy/sgmii link mode
    [   15.696255] am65-cpsw-nuss c000000.ethernet eth6: PHY [c000f00.mdio:0a] driver [TI DP83TG720CS1.1] (irq=POLL)
    [   15.706328] am65-cpsw-nuss c000000.ethernet eth6: configuring for phy/sgmii link mode
    [   19.694432] am65-cpsw-nuss c000000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off
    

     

  • Hi,

    3. and eth1 mapped to port 8, becuse the phy connect to port 8 address is  "0xc "

    From the earlier shared device tree configuration, I could see that the PHY with address 0xC is mapped to the CPSW MAC Port-2.


    &cpsw0_port2 {
    status = "okay";
    phy-handle = <&cpsw9g_phy4>;
    phy-mode = "sgmii";
    mac-address = [00 00 00 00 00 00];
    phys = <&cpsw0_phy_gmii_sel 2>,<&serdes0_sgmii_link>;
    phy-names = "portmode", "serdes-phy";
    };

    reg = <10>;
    };
    cpsw9g_phy4: ethernet-phy@12 {
    reg = <12>;
    };
    cpsw9g_phy13: ethernet-phy@13 {
    reg = <13>;

    Please recheck the configuration once.

    Best Regards,
    Sudheer

  • hi:

    1. Thank you very much for reminding me.
      I made a mistake. The phy address of port5-port8 is wrong. Now, after correction, port5-port8 can  ping up;
    2. There is still a problem. port3 uses the rgmii interface. k3-j721e-common-proc-board.dts  as as follows,
    	rgmii3_default_pins: rgmii3-default-pins {
    	pinctrl-single,pins = <
    		J721E_IOPAD(0xb0, PIN_INPUT, 4) /* (AF28) PRG0_PRU0_GPO0.RGMII3_RD0 */
    		J721E_IOPAD(0xb4, PIN_INPUT, 4) /* (AE28) PRG0_PRU0_GPO1.RGMII3_RD1 */
    		J721E_IOPAD(0xb8, PIN_INPUT, 4) /* (AE27) PRG0_PRU0_GPO2.RGMII3_RD2 */
    		J721E_IOPAD(0xbc, PIN_INPUT, 4) /* (AD26) PRG0_PRU0_GPO3.RGMII3_RD3 */
    		J721E_IOPAD(0xc8, PIN_INPUT, 4) /* (AE26) PRG0_PRU0_GPO6.RGMII3_RXC */
    		J721E_IOPAD(0xc0, PIN_INPUT, 4) /* (AD25) PRG0_PRU0_GPO4.RGMII3_RX_CTL */
    		J721E_IOPAD(0xdc, PIN_OUTPUT, 4) /* (AJ28) PRG0_PRU0_GPO11.RGMII3_TD0 */
    		J721E_IOPAD(0xe0, PIN_OUTPUT, 4) /* (AH27) PRG0_PRU0_GPO12.RGMII3_TD1 */
    		J721E_IOPAD(0xe4, PIN_OUTPUT, 4) /* (AH29) PRG0_PRU0_GPO13.RGMII3_TD2 */
    		J721E_IOPAD(0xe8, PIN_OUTPUT, 4) /* (AG28) PRG0_PRU0_GPO14.RGMII3_TD3 */
    		J721E_IOPAD(0xf0, PIN_OUTPUT, 4) /* (AH28) PRG0_PRU0_GPO16.RGMII3_TXC */
    		J721E_IOPAD(0xec, PIN_OUTPUT, 4) /* (AG27) PRG0_PRU0_GPO15.RGMII3_TX_CTL */
    	>;
    };
    
    
    
    &cpsw0 {
    	status = "okay";
    	pinctrl-names = "default";
        pinctrl-0 = <&rgmii3_default_pins>;
    };
    &cpsw0_port1 {
    	status = "disabled";
    };
    
    &cpsw0_port2 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy0>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 2>,<&serdes0_sgmii_link>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    };
    
    &cpsw0_port3 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy13>;
    	phy-mode = "rgmii-rxid";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 3>;
    };
    
    &cpsw0_port4 {
    	status = "disabled";
    };
    
    &cpsw0_port5 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy1>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 5>,<&serdes4_sgmii_link>;
        // phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	 
    };
    
    &cpsw0_port6 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy2>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 6>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };
    
    &cpsw0_port7 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy3>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 7>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };
    
    &cpsw0_port8 {
    	status = "okay";
    	phy-handle = <&cpsw9g_phy4>;
    	phy-mode = "sgmii";
    	mac-address = [00 00 00 00 00 00];
    	phys = <&cpsw0_phy_gmii_sel 8>;
    	//phy-names = "portmode", "serdes-phy";
    	phy-names = "portmode", "serdes";
    	
    };
    
    &cpsw9g_mdio {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&mdio0_pins_default>;
    	//reset-gpios = <&exp2 17 GPIO_ACTIVE_LOW>;
    	reset-post-delay-us = <120000>;
    	//bus_freq = <1000000>;
    	#address-cells = <1>;
    	#size-cells = <0>;
    
    	cpsw9g_phy0: ethernet-phy@4 {
    		reg = <4>;
    	};
    	cpsw9g_phy1: ethernet-phy@5 {
    		reg = <5>;
    	};
    	cpsw9g_phy2: ethernet-phy@8 {
    		reg = <8>;
    	};
    	cpsw9g_phy3: ethernet-phy@10 {
    		reg = <10>;
    	};
    	cpsw9g_phy4: ethernet-phy@12 {
    	reg = <12>;
    	};
    	cpsw9g_phy13: ethernet-phy@13 {
        reg = <13>;
    	ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
        ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
        };
    };
    
    3. RGMII also can link ,but can not ping 
    j7_devmem2_cpsw9g_check_status.sh  j7_devmem2_cpsw9g_dump_registers.sh
    root@j721e-evm:/home/weston/scripts# ./j7_devmem2_cpsw9g_check_status.sh
        Platform: J7 TDA4VM
        Command:  k3conf
    MDIO_ALIVE_REG (0x0c000f08) = 0x00000000
    MDIO_LINK_REG (0x0c000f0c) = 0x00000000
    please input your port: 1-8 3
    CTRLMMR_ENET 3 CTRL (0x0010404c) = 0x00000002
            PORT_MODE_SEL          : 2h RGMII
            RGMII_ID_MODE          : 0h Internal Transmit Desaly
    CPSW SS RGMII 3 STATUS (0x0c000038) = 0x0000000D
            FULLDUPLEX           : 1h Full duplex
            SPEED                : 1000Mbps
            LINK                 : 1h Link is up
    CPSW_SS_STATUS_SGMII_LINK_REG (0x0c000078) = 0x00000000
            SGMII1_LINK          : 0h No
    CPSW_SS_SGMII_CONTROL_REG_ 3 (0x0c000310) = 0x00000000
            TEST_PATTERN_EN      : 0h operation
            MASTER               : 0h Slave Mode
            LOOPBACK             : 0h Not in internal loopback mode
            MR_NP_LOADED         : 0h --------
            FAST_LINK_TIMER      : 0h link timer 10ms in FIBER mode and 1.6ms in SGMII mode
            MA_AN_RESTART        : 0h Write 1h and tehn 0h to this bit caused the auto negotiation
            MR_AN_ENABLE         : 0h wirte 1 to this bit enbales the auto negotiation progess
    CPSW_SS_SGMII_STATUS_REG_ 3 (0x0c000314) = 0x00000020
            LOCK                  : 0h SEDES PLL isn't locked
            MR_AN_COMPLETE        : 0h no AUTO Negotiation is not complete
            AN_EEROR              : 0h no negotiation error
            LINK                  : 0h link is not up
    
  • Hi,

    1. Thank you very much for reminding me.
      I made a mistake. The phy address of port5-port8 is wrong. Now, after correction, port5-port8 can  ping up;

    Thank you for correcting and updating the ping working on Port-5-Port-8 from SerDes4.

    2. There is still a problem. port3 uses the rgmii interface. k3-j721e-common-proc-board.dts  as as follows,

    I would request you to create a new thread for RGMII related discussion.

    Will close this thread, as SerDes4 Port-5-Port-8 issue is resolved.

    Best Regards,
    Sudheer