This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM620-Q1: Ethernet PHY configuration issue.

Part Number: AM620-Q1
Other Parts Discussed in Thread: DP83869HM

Tool/software:

We have a custom board that has two ethernet ports.  When I enable them in the configuration files, eth1 is configured as 10 Mbps and half duplex while eth0 is configured as 1000 Mbps and full duplex.  We've checked the strapping pins and they seem to be correct (one LED pin is floating on both transceivers).  

U-Boot_TI_13.txt
=> mii device
MII devices: 'mdio@f00' 'ethernet@8000000port@1'
Current device: 'mdio@f00'
=> mii dump 0 0
Error reading from the PHY addr=00 reg=00

=> mii device ethernet@8000000port@1
=> mii dump 0 0
0.     (1140)                 -- PHY control register --
  (8000:0000) 0.15    =     0     reset
  (4000:0000) 0.14    =     0     loopback
  (2040:0040) 0. 6,13 =   b10    speed selection = 1000 Mbps
  (1000:1000) 0.12    =     1     A/N enable
  (0800:0000) 0.11    =     0     power-down
  (0400:0000) 0.10    =     0     isolate
  (0200:0000) 0. 9    =     0     restart A/N
  (0100:0100) 0. 8    =     1     duplex = full
  (0080:0000) 0. 7    =     0     collision test enable
  (003f:0000) 0. 5- 0 =     0     (reserved)


=> mii dump 0 1
1.     (796d)                 -- PHY status register --
  (8000:0000) 1.15    =     0     100BASE-T4 able
  (4000:4000) 1.14    =     1     100BASE-X  full duplex able
  (2000:2000) 1.13    =     1     100BASE-X  half duplex able
  (1000:1000) 1.12    =     1     10 Mbps    full duplex able
  (0800:0800) 1.11    =     1     10 Mbps    half duplex able
  (0400:0000) 1.10    =     0     100BASE-T2 full duplex able
  (0200:0000) 1. 9    =     0     100BASE-T2 half duplex able
  (0100:0100) 1. 8    =     1     extended status
  (0080:0000) 1. 7    =     0     (reserved)
  (0040:0040) 1. 6    =     1     MF preamble suppression
  (0020:0020) 1. 5    =     1     A/N complete
  (0010:0000) 1. 4    =     0     remote fault
  (0008:0008) 1. 3    =     1     A/N able
  (0004:0004) 1. 2    =     1     link status
  (0002:0000) 1. 1    =     0     jabber detect
  (0001:0001) 1. 0    =     1     extended capabilities


=>

7711.U-Boot_TI_14.txt
=> mii devoce ethernet@8000000port@2
No such device: ethernet@8000000port@2
=> setenv ethact eth1
=> net list
eth0 : ethernet@8000000port@1 98:03:8a:7f:17:3f
eth1 : ethernet@8000000port@2 f6:db:cb:56:11:a2 active
=> mii dump 1 0
0.     (0000)                 -- PHY control register --
  (8000:0000) 0.15    =     0     reset
  (4000:0000) 0.14    =     0     loopback
  (2040:0000) 0. 6,13 =   b00    speed selection = 10 Mbps
  (1000:0000) 0.12    =     0     A/N enable
  (0800:0000) 0.11    =     0     power-down
  (0400:0000) 0.10    =     0     isolate
  (0200:0000) 0. 9    =     0     restart A/N
  (0100:0000) 0. 8    =     0     duplex = half
  (0080:0000) 0. 7    =     0     collision test enable
  (003f:0000) 0. 5- 0 =     0     (reserved)


=> mii dump 1 1
1.     (ffff)                 -- PHY status register --
  (8000:8000) 1.15    =     1     100BASE-T4 able
  (4000:4000) 1.14    =     1     100BASE-X  full duplex able
  (2000:2000) 1.13    =     1     100BASE-X  half duplex able
  (1000:1000) 1.12    =     1     10 Mbps    full duplex able
  (0800:0800) 1.11    =     1     10 Mbps    half duplex able
  (0400:0400) 1.10    =     1     100BASE-T2 full duplex able
  (0200:0200) 1. 9    =     1     100BASE-T2 half duplex able
  (0100:0100) 1. 8    =     1     extended status
  (0080:0080) 1. 7    =     1     (reserved)
  (0040:0040) 1. 6    =     1     MF preamble suppression
  (0020:0020) 1. 5    =     1     A/N complete
  (0010:0010) 1. 4    =     1     remote fault
  (0008:0008) 1. 3    =     1     A/N able
  (0004:0004) 1. 2    =     1     link status
  (0002:0002) 1. 1    =     1     jabber detect
  (0001:0001) 1. 0    =     1     extended capabilities

I was asked to start a separate thread so the PHY team might offer an explanation for why eth1 is not configured and the PHY registers are not readable/writable.

With "mdio", I see the same:

Thanks!

  • Hi,

    Yes starting another thread was recommended but you needed to set the responsible org to Ethernet which is different from the Sitara org. I will move the thread to that org, it make take a day or two since this end of a holiday week.

    Best Regards,

    Schuyler

  • Schuyler,

    Thanks!

  • Hi,

    Most of us were out last week, I hope to get a colleague from the PHY team to assist. 

    Best Regards,

    Schuyler

  • Schuyler,

    Great!  Thanks!

  • Hi Jim

    I apologize as I thought the PHY you are using was a TI PHY. I looked through your other threads and I maybe missing it. What are you using for the PHY?

    Best Regards,

    Schuyler

  • Schuyler,

    The transceiver chip is DP83869HMRGZR.  It is TI (I believe).

  • Hi Jim!

    I'm an Applications Engineer for the Ethernet team, I will be assisting you with this query. From the above I understand that we have two ports, both the DP83869HM, and we want both ports to be configured in the same mode. Port 0 is operating as expected but Port 1 is not configured correctly and is missing register read/write access. Please let me know if my understanding is correct.

    Could you do the following for me?

    1. Could you confirm if this is a Linux environment?
      1. If so, could you run the following command to confirm the Kernel version?
        1. uname -r
    2. Upon board boot-up, could you run the following command to confirm if the PHY driver was loaded correctly.
      1. dmesg | grep -i mdio
      2. Please see section 4.1.1 of the attached Appnote (it is currently in the process of being released to TI.com, the attached is a local copy)
        1. [Draft] SNLA450 How to Integrate Linux Driver into your System.pdf

    Regards,

    Alvaro

  • Alvaro,

    Yes, that is correct! I am able to "ping" both ports but eth1 is operating at 10Mbps and half duplex while eth0 is operating at 100 Mbps and Full duplex.  I believe they are both "strapped identically".  My USB to Ethernet adaptor is 100 Mbps.

    Unfortunately, I have not been able to boot fully on our hardware yet (another thread is looking into this) but I can use the u-boot shell:

    I can verify the ping using Wireshark (both eth1 and eth0).

    Here's the latest boot log:

    U-Boot_TI_24.txt
    U-Boot SPL 2023.04-dirty (Jul 10 2024 - 14:36:59 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-dirty (Jul 10 2024 - 14:37:05 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 10 2024 - 14:37:05 -0400)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  no bloblist found!2 GiB
    Core:  65 devices, 27 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - aa:5a:fa:f6:bb:2d
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 14 ms (40 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1217 ms (12.1 MiB/s)
    36181 bytes read in 20 ms (1.7 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 000000008fef4000, end 000000008fffffff ... OK
    Working FDT set to 8fef4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 Generic
    [    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
    [    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
    [    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=1a2fb328-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff800008412740
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000233] Console: colour dummy device 80x25
    [    0.409113] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409127] pid_max: default: 32768 minimum: 301
    [    0.409231] LSM: Security Framework initializing
    [    0.409409] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409447] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.411734] rcu: Hierarchical SRCU implementation.
    [    0.411744] rcu:     Max phase no-delay instances is 400.
    [    0.411807] printk: bootconsole [ns16550a0] printing thread started
    [    0.464358] Platform MSI: msi-controller@1820000 domain created
    [    0.464553] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.464604] EFI services will not be available.
    [    0.464911] smp: Bringing up secondary CPUs ...
    [    0.465897] Detected VIPT I-cache on CPU1
    [    0.466058] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.466079] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.466156] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.516281] Detected VIPT I-cache on CPU2
    [    0.516399] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.516416] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.516463] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.542510] Detected VIPT I-cache on CPU3
    [    0.542623] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.542639] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.542681] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.542750] smp: Brought up 1 node, 4 CPUs
    [    0.542757] SMP: Total of 4 processors activated.
    [    0.576966] CPU features: detected: 32-bit EL0 Support
    [    0.576971] CPU features: detected: CRC32 instructions
    [    0.577028] CPU: All CPU(s) started at EL2
    [    0.577031] alternatives: applying system-wide alternatives
    [    0.579166] devtmpfs: initialized
    [    0.588183] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.588220] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.590281] pinctrl core: initialized pinctrl subsystem
    [    0.591158] DMI not present or invalid.
    [    0.591834] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.594825] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.595286] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.595534] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.595665] audit: initializing netlink subsys (disabled)
    [    0.595869] audit: type=2000 audit(0.594:1): state=initialized audit_enabled=0 res=1
    [    0.596613] thermal_sys: Registered thermal governor 'step_wise'
    [    0.596884] ASID allocator initialised with 65536 entries
    [    0.612234] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.612249] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.612254] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.612257] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.612262] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.612265] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.612269] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.612272] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.619123] iommu: Default domain type: Translated
    [    0.619137] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.619544] SCSI subsystem initialized
    [    0.619993] usbcore: registered new interface driver usbfs
    [    0.620038] usbcore: registered new interface driver hub
    [    0.620071] usbcore: registered new device driver usb
    [    0.620439] pps_core: LinuxPPS API ver. 1 registered
    [    0.620444] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.620463] PTP clock support registered
    [    0.620581] EDAC MC: Ver: 3.0.0
    [    0.621383] FPGA manager framework
    [    0.621513] Advanced Linux Sound Architecture Driver Initialized.
    [    0.622750] clocksource: Switched to clocksource arch_sys_counter
    [    0.623162] VFS: Disk quotas dquot_6.6.0
    [    0.623212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.630605] NET: Registered PF_INET protocol family
    [    0.631088] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.633043] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.633127] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.633147] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.633421] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.636004] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.636380] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.636656] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637273] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.637991] RPC: Registered named UNIX socket transport module.
    [    0.637999] RPC: Registered udp transport module.
    [    0.638002] RPC: Registered tcp transport module.
    [    0.638005] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.638020] PCI: CLS 0 bytes, default 64
    [    0.657882] Initialise system trusted keyrings
    [    0.658191] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.663876] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.664497] NFS: Registering the id_resolver key type
    [    0.664551] Key type id_resolver registered
    [    0.664556] Key type id_legacy registered
    [    0.664642] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.664649] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.700375] Key type asymmetric registered
    [    0.700387] Asymmetric key parser 'x509' registered
    [    0.700523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.700532] io scheduler mq-deadline registered
    [    0.700538] io scheduler kyber registered
    [    0.717648] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.718499] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.724591] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.749763] loop: module loaded
    [    0.750910] megasas: 07.719.03.00-rc1
    [    0.754514] tun: Universal TUN/TAP device driver, 1.6
    [    0.755236] VFIO - User Level meta-driver version: 0.3
    [    0.755978] usbcore: registered new interface driver usb-storage
    [    0.756548] i2c_dev: i2c /dev entries driver
    [    0.757002] sdhci: Secure Digital Host Controller Interface driver
    [    0.757005] sdhci: Copyright(c) Pierre Ossman
    [    0.757142] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.757626] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.758011] usbcore: registered new interface driver usbhid
    [    0.758018] usbhid: USB HID core driver
    [    0.759002] optee: probing for conduit method.
    [    0.759056] optee: revision 4.1 (012cdca4)
    [    0.759475] optee: dynamic shared memory is enabled
    [    0.760076] optee: initialized driver
    [    0.761864] Initializing XFRM netlink socket
    [    0.761924] NET: Registered PF_PACKET protocol family
    [    0.762037] Key type dns_resolver registered
    [    0.762384] registered taskstats version 1
    [    0.762389] Loading compiled-in X.509 certificates
    [    0.772015] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.816943] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.832576] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.833596] omap8250 4a00000.serial: failed to get alias
    [    0.835212] mmc0: CQHCI version 5.10
    [    0.835235] mmc1: CQHCI version 5.10
    [    0.835314] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.842475] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.848316] ALSA device list:
    [    0.848325]   No soundcards found.
    [    0.854114] Warning: unable to open an initial console.
    [    0.877130] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.877174] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.877466] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.926349] mmc0: Command Queue Engine enabled
    [    0.926379] mmc0: new HS200 MMC card at address 0001
    [    0.927465] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.928222] mmc1: new SDHC card at address 5048
    [    0.929422] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.931789] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    0.933815] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    0.934484]  mmcblk1: p1 p2
    [    0.935696] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    0.983284] EXT4-fs (mmcblk1p2): recovery complete
    [    0.984233] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.984345] VFS: Mounted root (ext4 filesystem) on device 179:34.
    [    0.985368] devtmpfs: mounted
    [    0.987509] Freeing unused kernel memory: 1728K
    [    0.987663] Run /sbin/init as init process
    [    1.671647] systemd[1]: System time before build time, advancing clock.
    [    1.807915] NET: Registered PF_INET6 protocol family
    [    1.809572] Segment Routing with IPv6
    [    1.809615] In-situ OAM (IOAM) with IPv6
    [    1.854101] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    1.854858] systemd[1]: Detected architecture arm64.
    [    1.888621] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.071850] systemd-sysv-generator[158]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.439438] 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.
    [    2.519026] systemd[1]: Queued start job for default target Multi-User System.
    [    2.555130] systemd[1]: Created slice Slice /system/getty.
    [    2.557586] systemd[1]: Created slice Slice /system/modprobe.
    [    2.562678] systemd[1]: Created slice User and Session Slice.
    [    2.568031] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.573602] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.581775] systemd[1]: Reached target Path Units.
    [    2.589308] systemd[1]: Reached target Remote File Systems.
    [    2.594164] systemd[1]: Reached target Slice Units.
    [    2.599907] systemd[1]: Reached target Swaps.
    [    2.607933] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.609413] systemd[1]: Reached target RPC Port Mapper.
    [    2.624040] systemd[1]: Listening on Process Core Dump Socket.
    [    2.624673] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.625886] systemd[1]: Listening on Journal Audit Socket.
    [    2.631628] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.638357] systemd[1]: Listening on Journal Socket.
    [    2.644253] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.651929] systemd[1]: Listening on udev Control Socket.
    [    2.655055] systemd[1]: Listening on udev Kernel Socket.
    [    2.661602] systemd[1]: Listening on User Database Manager Socket.
    [    2.685562] systemd[1]: Mounting Huge Pages File System...
    [    2.692365] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.699554] systemd[1]: Mounting Kernel Debug File System...
    [    2.706827] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.714934] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.728023] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.735085] systemd[1]: Starting Load Kernel Module configfs...
    [    2.743141] systemd[1]: Starting Load Kernel Module drm...
    [    2.751024] systemd[1]: Starting Load Kernel Module fuse...
    [    2.764961] systemd[1]: Starting Start psplash boot splash screen...
    [    2.792186] systemd[1]: Starting RPC Bind...
    [    2.792606] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.794330] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.794359] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.801044] systemd[1]: Starting Journal Service...
    [    2.818559] fuse: init (API version 7.37)
    [    2.901393] systemd[1]: Starting Load Kernel Modules...
    [    2.908222] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.914629] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.923156] systemd[1]: Starting Coldplug All udev Devices...
    [    2.935912] systemd[1]: Mounted Huge Pages File System.
    [    2.936894] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.942859] systemd[1]: Mounted Kernel Debug File System.
    [    2.951008] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.957331] systemd[1]: Finished Create List of Static Device Nodes.
    [    2.963845] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    2.965136] systemd[1]: Finished Load Kernel Module configfs.
    [    2.971453] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    2.972373] systemd[1]: Finished Load Kernel Module drm.
    [    2.980525] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    2.981816] systemd[1]: Finished Load Kernel Module fuse.
    [    2.986572] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    2.987515] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.002773] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.008473] cryptodev: loading out-of-tree module taints kernel.
    [    3.010652] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.011109] cryptodev: driver 1.12 loaded.
    [    3.013206] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.016112] systemd[1]: Finished Generate network units from Kernel command line.
    [    3.040453] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.088518] systemd[1]: Mounting FUSE Control File System...
    [    3.102520] systemd[1]: Mounting Kernel Configuration File System...
    [    3.110133] systemd[1]: Started Journal Service.
    [    3.190934] systemd-journald[170]: Received client request to flush runtime journal.
    [    3.733823] random: crng init done
    [    3.950500] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.950527] Modules linked in: sa2ul rti_wdt(+) mcrc crct10dif_ce cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.950570] CPU: 3 PID: 209 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.950578] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.950584] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.950592] pc : 0xffff800000a902d4
    [    3.950597] lr : 0xffff800000a902c0
    [    3.950601] sp : ffff000001ee79a0
    [    3.950603] x29: ffff000001ee79a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.950612] x26: 0000000000000000 x25: ffff000001ee7d20 x24: 00000000000003e8
    [    3.950621] x23: ffff800008e6f050 x22: ffff00000300c290 x21: ffff00000022c410
    [    3.950630] x20: ffff80000914d090 x19: ffff00000300c280 x18: 0000000000000000
    [    3.950638] x17: 0000000000000000 x16: 0000000000000000 x15: 0000000000000000
    [    3.950647] x14: 0000000000000000 x13: 0000000000000000 x12: ffff800008b6f5b8
    [    3.950656] x11: ffff800000aa9000 x10: 000000000000003f x9 : 0000000000000000
    [    3.950664] x8 : ffff000003232880 x7 : ffff80000914e000 x6 : 0068000000000713
    [    3.950672] x5 : ffff00000022c6c8 x4 : ffff00000022c6c8 x3 : 0000000000000000
    [    3.950680] x2 : ffff000000d80000 x1 : 0000000000000000 x0 : ffff80000914d000
    [    3.950690] Call trace:
    [    3.950694]  0xffff800000a902d4
    [    3.950698]  0xffff80000853b264
    [    3.950701]  0xffff800008538a38
    [    3.950704]  0xffff800008538cc4
    [    3.950707]  0xffff800008538d9c
    [    3.950709]  0xffff800008539570
    [    3.950712]  0xffff800008536850
    [    3.950714]  0xffff8000085384b4
    [    3.950717]  0xffff800008537e4c
    [    3.950719]  0xffff800008539eb4
    [    3.950722]  0xffff80000853af14
    [    3.950725]  0xffff800000a9401c
    [    3.950727]  0xffff800008013960
    [    3.950730]  0xffff8000080a6554
    [    3.950733]  0xffff8000080a7fbc
    [    3.950737]  0xffff8000080a85d4
    [    3.950740]  0xffff8000080a866c
    [    3.950743]  0xffff80000801db1c
    [    3.950746]  0xffff80000801dc10
    [    3.950749]  0xffff80000898d650
    [    3.950752]  0xffff80000898eb04
    [    3.950755]  0xffff800008011488
    [    3.950764] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    4.156526] ---[ end trace 0000000000000000 ]---
    [    4.164555] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.164615] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.300866] platform 78000000.r5f: ti-sci processor request failed: -19
    [    4.300898] platform 78000000.r5f: ti_sci_proc_request failed, ret = -19
    [    4.300951] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_core_of_init failed, ret = -19
    [    4.300959] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_of_init failed, ret = -19
    [    5.709594] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.727454] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.728563] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.731588] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.731638] cfg80211: failed to load regulatory.db
    [   14.307936] platform 40900000.crypto: deferred probe pending
    

    Here's the latest minimal boot dts:

    6254.k3-am625-hello-world_June25.dts.txt
    // SPDX-License-Identifier: GPL-2.0
    /*
     * AM625 Minimal dts file
     * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
     */
    
    /dts-v1/;
    
    #include <dt-bindings/leds/common.h>
    #include <dt-bindings/gpio/gpio.h>
    #include <dt-bindings/net/ti-dp83867.h>
    #include "k3-am625.dtsi"
    
    / {
    	compatible =  "ti,am625-generic", "ti,am625";
    	model = "Texas Instruments AM625 Generic";
    
    	aliases {
    //JM 		serial0 = &wkup_uart0;
    		serial1 = &mcu_uart0;
    		serial2 = &main_uart0;
    // JM		serial3 = &main_uart1;
    
    		mmc0 = &sdhci0;
    		mmc1 = &sdhci1;
    //JM		mmc2 = &sdhci2;
    		spi0 = &ospi0;
    		ethernet0 = &cpsw_port1;
    		ethernet1 = &cpsw_port2;
    		usb0 = &usb0;
    //JM		usb1 = &usb1;
    	};
    	chosen {
    		stdout-path = "serial2:115200n8";
    		/* bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000"; */
    		bootargs = "console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait";
    		
    	};
    
    
    	memory@80000000 {
    		device_type = "memory";
    		/* 2G RAM */
    		reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
    
    	};
    
    	reserved-memory {
    		#address-cells = <2>;
    		#size-cells = <2>;
    		ranges;
    
    		secure_tfa_ddr: tfa@9e780000 {
    			reg = <0x00 0x9e780000 0x00 0x80000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		secure_ddr: optee@9e800000 {
    			reg = <0x00 0x9e800000 0x00 0x01800000>; /* for OP-TEE */
    			alignment = <0x1000>;
    			no-map;
    		};
    
    		main_r5fss0_core0_dma_memory_region: r5f-dma-memory@a0000000 {
    			compatible = "shared-dma-pool";
    			reg = <0x00 0xa0000000 0x00 0x200000>;
    			no-map;
    		};
    
    		lpm_ctx_ddr: lpm-memory@a1000000 {
    			reg = <0x00 0xa1000000 0x00 0x40000>;
    			alignment = <0x1000>;
    			no-map;
    		};
    	};
    };
    
    
    &main_pmx0 {
    	main_uart0_pins_default: main-uart0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01c8, PIN_INPUT, 0) /* (A13) UART0_RXD */
    			AM62X_IOPAD(0x01cc, PIN_OUTPUT, 0) /* (E11) UART0_TXD */
    		>;
    	};
    
    	main_i2c0_pins_default: main-i2c0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x01e0, PIN_INPUT_PULLUP, 0) /* (E12) I2C0_SCL */
    			AM62X_IOPAD(0x01e4, PIN_INPUT_PULLUP, 0) /* (D14) I2C0_SDA */
    		>;
    	};
    
    	main_mmc0_pins_default: main-mmc0-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0220, PIN_INPUT_PULLUP, 0) /* (V3) MMC0_CMD */
    			AM62X_IOPAD(0x0218, PIN_OUTPUT, 0) /* (Y1) MMC0_CLK */
    			AM62X_IOPAD(0x0214, PIN_INPUT_PULLUP, 0) /* (V2) MMC0_DAT0 */
    			AM62X_IOPAD(0x0210, PIN_INPUT_PULLUP, 0) /* (V1) MMC0_DAT1 */
    			AM62X_IOPAD(0x020c, PIN_INPUT_PULLUP, 0) /* (W2) MMC0_DAT2 */
    			AM62X_IOPAD(0x0208, PIN_INPUT_PULLUP, 0) /* (W1) MMC0_DAT3 */
    			AM62X_IOPAD(0x0204, PIN_INPUT_PULLUP, 0) /* (Y2) MMC0_DAT4 */
    			AM62X_IOPAD(0x0200, PIN_INPUT_PULLUP, 0) /* (W3) MMC0_DAT5 */
    			AM62X_IOPAD(0x01fc, PIN_INPUT_PULLUP, 0) /* (W4) MMC0_DAT6 */
    			AM62X_IOPAD(0x01f8, PIN_INPUT_PULLUP, 0) /* (V4) MMC0_DAT7 */
    
    		>;
    	};
    
    	main_mmc1_pins_default: main-mmc1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x023c, PIN_INPUT, 0) /* (C18) MMC1_CMD */
    			AM62X_IOPAD(0x0234, PIN_OUTPUT, 0) /* (A20) MMC1_CLK */
    			AM62X_IOPAD(0x0230, PIN_INPUT, 0) /* (A19) MMC1_DAT0 */
    			AM62X_IOPAD(0x022c, PIN_INPUT_PULLUP, 0) /* (B19) MMC1_DAT1 */
    			AM62X_IOPAD(0x0228, PIN_INPUT_PULLUP, 0) /* (B20) MMC1_DAT2 */
    			AM62X_IOPAD(0x0224, PIN_INPUT_PULLUP, 0) /* (C19) MMC1_DAT3 */
    			AM62X_IOPAD(0x0240, PIN_INPUT, 0) /* (C15) MMC1_SDCD */
    			AM62X_IOPAD(0x0244, PIN_INPUT, 0) /* (B15) MMC1_SDWP */
    		>;
    	};
    
    	main_mdio1_pins_default: main-mdio1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0160, PIN_OUTPUT, 0) /* (V17) MDIO0_MDC */
    			AM62X_IOPAD(0x015c, PIN_INPUT, 0) /* (U16) MDIO0_MDIO */
    		>;
    	};
    
    	main_rgmii1_pins_default: main-rgmii1-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x014c, PIN_INPUT, 0) /* (W15) RGMII1_RD0 */
    			AM62X_IOPAD(0x0150, PIN_INPUT, 0) /* (Y16) RGMII1_RD1 */
    			AM62X_IOPAD(0x0154, PIN_INPUT, 0) /* (AA17) RGMII1_RD2 */
    			AM62X_IOPAD(0x0158, PIN_INPUT, 0) /* (Y15) RGMII1_RD3 */
    			AM62X_IOPAD(0x0148, PIN_INPUT, 0) /* (AA16) RGMII1_RXC */
    			AM62X_IOPAD(0x0144, PIN_INPUT, 0) /* (W14) RGMII1_RX_CTL */
    			AM62X_IOPAD(0x0134, PIN_OUTPUT, 0) /* (U14) RGMII1_TD0 */
    			AM62X_IOPAD(0x0138, PIN_OUTPUT, 0) /* (AA19) RGMII1_TD1 */
    			AM62X_IOPAD(0x013c, PIN_OUTPUT, 0) /* (Y17) RGMII1_TD2 */
    			AM62X_IOPAD(0x0140, PIN_OUTPUT, 0) /* (AA18) RGMII1_TD3 */
    			AM62X_IOPAD(0x0130, PIN_OUTPUT, 0) /* (W16) RGMII1_TXC */
    			AM62X_IOPAD(0x012c, PIN_OUTPUT, 0) /* (V15) RGMII1_TX_CTL */
    		>;
    	};
    
    	main_rgmii2_pins_default: main-rgmii2-pins-default {
    		pinctrl-single,pins = <
    			AM62X_IOPAD(0x0184, PIN_INPUT, 0) /* (W18) RGMII2_RD0 */
    			AM62X_IOPAD(0x0188, PIN_INPUT, 0) /* (Y20) RGMII2_RD1 */
    			AM62X_IOPAD(0x018c, PIN_INPUT, 0) /* (Y19) RGMII2_RD2 */
    			AM62X_IOPAD(0x0190, PIN_INPUT, 0) /* (W20) RGMII2_RD3 */
    			AM62X_IOPAD(0x0180, PIN_INPUT, 0) /* (V18) RGMII2_RXC */
    			AM62X_IOPAD(0x017c, PIN_INPUT, 0) /* (W19) RGMII2_RX_CTL */
    			AM62X_IOPAD(0x016c, PIN_OUTPUT, 0) /* (AA20) RGMII2_TD0 */
    			AM62X_IOPAD(0x0170, PIN_OUTPUT, 0) /* (U15) RGMII2_TD1 */
    			AM62X_IOPAD(0x0174, PIN_OUTPUT, 0) /* (W17) RGMII2_TD2 */
    			AM62X_IOPAD(0x0178, PIN_OUTPUT, 0) /* (V16) RGMII2_TD3 */
    			AM62X_IOPAD(0x0168, PIN_OUTPUT, 0) /* (Y18) RGMII2_TXC */
    			AM62X_IOPAD(0x0164, PIN_OUTPUT, 0) /* (Y21) RGMII2_TX_CTL */
    		>;
    	};
    
    };
    
    &oc_sram {
    	status = "disabled";
    };
    
    &main_uart0 {
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_uart0_pins_default>;
    };
    
    &main_uart1 {
    	status = "disabled";
    };
    
    &main_uart2 {
    	status = "disabled";
    };
    
    &main_uart3 {
    	status = "disabled";
    };
    
    &main_uart4 {
    	status = "disabled";
    };
    
    &main_uart5 {
    	status = "disabled";
    };
    
    &main_uart6 {
    	status = "disabled";
    };
    
    &main_i2c0 {
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_i2c0_pins_default>;
    	clock-frequency = <400000>;
    };
    
    &main_i2c1 {
    	status = "disabled";
    };
    
    &main_i2c2 {
    	status = "disabled";
    };
    
    &main_i2c3 {
    	status = "disabled";
    };
    
    &main_gpio_intr {
    	status = "okay";
    };
    
    &main_gpio0 {
    	status = "disabled";
    };
    
    &main_gpio1 {
    	status = "disabled";
    };
    
    &sdhci0 {
     	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc0_pins_default>;
    	disable-wp;
    };
    
    &sdhci1 {
    	/* SD/MMC */
    	status = "okay";
    	pinctrl-names = "default";
    	pinctrl-0 = <&main_mmc1_pins_default>;
    	disable-wp;
    	sdhci-caps-mask = <0x00000007 0x00200000>;
    };
    
    &sdhci2 {
    	status = "disabled";
    };
    
    &fss {
    	status = "disabled";
    };
    
    &ospi0 {
    	status = "disabled";
    };
    
    &main_conf {
    	status = "disabled";
    };
    
    &inta_main_dmss {
    	status = "okay";
    };
    
    &main_bcdma {
    	status = "okay";
    };
    
    &main_pktdma {
    	status = "okay";
    };
    
    &cpsw3g {
    // JM 7/10	status = "disabled";
    	status = "okay";
    };
    
    /* MCU periperhals */
    &mcu_uart0 {
    // JM
     	status = "disabled";
    //status = "okay";
    };
    
    &mcu_i2c0 {
    	status = "disabled";
    };
    
    &mcu_gpio_intr {
    	status = "disabled";
    };
    
    &mcu_gpio0 {
    	status = "disabled";
    };
    
    /* WKUP periperhals */
    &wkup_conf {
    	status = "okay";
    };
    
    &chipid {
    	status = "okay";
    };
    
    &wkup_uart0 {
    	status = "disabled";
    };
    
    &wkup_i2c0 {
    	status = "disabled";
    };
    
    &usbss0 {
    	status = "disabled";
    };
    
    &usbss1 {
    	status = "disabled";
    };
    
    &gpu {
    	status = "disabled";
    };
    
    &dss {
    	status = "disabled";
    };
    
    &mcu_m4fss {
    	status = "disabled";
    };
    
    &hwspinlock {
    	status = "disabled";
    };
    
    &mailbox0_cluster0 {
    	status = "disabled";
    };
    
    &pruss {
    	status = "disabled";
    };
    
    //&rtc0 {
    //	status = "disabled";
    //};
    
    &epwm0 {
    	status = "disabled";
    };
    
    &epwm1 {
    	status = "disabled";
    };
    
    &epwm2 {
    	status = "disabled";
    };
    
    &ecap0 {
    	status = "disabled";
    };
    
    &ecap1 {
    	status = "disabled";
    };
    
    &ecap2 {
    	status = "disabled";
    };
    
    &main_rti0 {
    	status = "disabled";
    };
    
    &main_rti1 {
    	status = "disabled";
    };
    
    &ti_csi2rx0 {
    	status = "disabled";
    };
    
    &dphy0 {
    // JM 7/10 	status = "disabled";
    	status = "okay";
    };
    

  • I located a usb to ethernet adaptor (1000 Mbps) and I get the following (amber light on Rj45 connector stays on):

    4087.U-Boot_TI_25.txt
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:46 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:52 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 11 2024 - 15:53:52 -0400)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  no bloblist found!2 GiB
    Core:  65 devices, 27 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - f6:8b:4c:99:b0:e5
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    switch to partitions #0, OK
    mmc1 is current device
    SD/MMC found on device 1
    Failed to load 'boot.scr'
    574 bytes read in 14 ms (40 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc1 ...
    ## Error: "main_cpsw0_qsgmii_phyinit" not defined
    15442432 bytes read in 1217 ms (12.1 MiB/s)
    36213 bytes read in 19 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 000000008fef4000, end 000000008fffffff ... OK
    Working FDT set to 8fef4000
    
    Starting kernel ...
    
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 6.1.83-rt28-ti-rt-g96b0ebd82722 (oe-user@oe-host) (aarch64-oe-linux-gcc (GCC) 11.4.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT_RT Mon May 13 23:06:24 UTC 2024
    [    0.000000] Machine model: Texas Instruments AM625 Generic
    [    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 DMA memory pool at 0x00000000a0000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e77ffff]
    [    0.000000]   node   0: [mem 0x000000009e780000-0x00000000a01fffff]
    [    0.000000]   node   0: [mem 0x00000000a0200000-0x00000000a0ffffff]
    [    0.000000]   node   0: [mem 0x00000000a1000000-0x00000000a103ffff]
    [    0.000000]   node   0: [mem 0x00000000a1040000-0x00000000ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000] cma: Reserved 32 MiB at 0x00000000fbe00000
    [    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.4
    [    0.000000] percpu: Embedded 20 pages/cpu s44928 r8192 d28800 u81920
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: kernel page table isolation disabled by kernel configuration
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] alternatives: applying boot alternatives
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 516096
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=spi-nand0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),256k(ospi.env.backup),98048k@32m(ospi.rootfs),256k@130816k(ospi.phypattern);omap2-nand.0:2m(NAND.tiboot3),2m(NAND.tispl),2m(NAND.tiboot3.backup),4m(NAND.u-boot),256k(NAND.u-boot-env),256k(NAND.u-boot-env.backup),-(NAND.file-system) root=PARTUUID=1a2fb328-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] Memory: 1984996K/2097152K available (9792K kernel code, 1192K rwdata, 2244K rodata, 1728K init, 422K bss, 79388K reserved, 32768K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
    [    0.000000] rcu:     RCU_SOFTIRQ processing moved to rcuc kthreads.
    [    0.000000]  No expedited grace period (rcu_normal_after_boot).
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] Root IRQ handler: 0xffff800008412740
    [    0.000000] GICv3: GICv3 features: 16 PPIs
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
    [    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 @80800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x0000000080030000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000080040000
    [    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.000001] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.000235] Console: colour dummy device 80x25
    [    0.409125] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=200000)
    [    0.409138] pid_max: default: 32768 minimum: 301
    [    0.409242] LSM: Security Framework initializing
    [    0.409415] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.409454] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
    [    0.411746] rcu: Hierarchical SRCU implementation.
    [    0.411757] rcu:     Max phase no-delay instances is 400.
    [    0.411817] printk: bootconsole [ns16550a0] printing thread started
    [    0.464357] Platform MSI: msi-controller@1820000 domain created
    [    0.464552] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.464603] EFI services will not be available.
    [    0.464908] smp: Bringing up secondary CPUs ...
    [    0.465899] Detected VIPT I-cache on CPU1
    [    0.466057] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
    [    0.466078] GICv3: CPU1: using allocated LPI pending table @0x0000000080050000
    [    0.466154] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.516283] Detected VIPT I-cache on CPU2
    [    0.516403] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
    [    0.516420] GICv3: CPU2: using allocated LPI pending table @0x0000000080060000
    [    0.516469] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.542519] Detected VIPT I-cache on CPU3
    [    0.542637] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
    [    0.542652] GICv3: CPU3: using allocated LPI pending table @0x0000000080070000
    [    0.542694] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.542761] smp: Brought up 1 node, 4 CPUs
    [    0.542768] SMP: Total of 4 processors activated.
    [    0.576971] CPU features: detected: 32-bit EL0 Support
    [    0.576976] CPU features: detected: CRC32 instructions
    [    0.577029] CPU: All CPU(s) started at EL2
    [    0.577032] alternatives: applying system-wide alternatives
    [    0.579174] devtmpfs: initialized
    [    0.588179] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
    [    0.588218] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
    [    0.590314] pinctrl core: initialized pinctrl subsystem
    [    0.591193] DMI not present or invalid.
    [    0.591863] NET: Registered PF_NETLINK/PF_ROUTE protocol family
    [    0.594819] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
    [    0.595263] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.595509] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.595639] audit: initializing netlink subsys (disabled)
    [    0.595847] audit: type=2000 audit(0.594:1): state=initialized audit_enabled=0 res=1
    [    0.596576] thermal_sys: Registered thermal governor 'step_wise'
    [    0.596851] ASID allocator initialised with 65536 entries
    [    0.613374] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.613389] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
    [    0.613394] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.613397] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
    [    0.613401] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.613404] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
    [    0.613408] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.613412] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
    [    0.619022] k3-chipinfo 43000014.chipid: Family:AM62X rev:SR1.0 JTAGID[0x0bb7e02f] Detected
    [    0.619654] iommu: Default domain type: Translated
    [    0.619661] iommu: DMA domain TLB invalidation policy: strict mode
    [    0.620087] SCSI subsystem initialized
    [    0.620500] usbcore: registered new interface driver usbfs
    [    0.620547] usbcore: registered new interface driver hub
    [    0.620581] usbcore: registered new device driver usb
    [    0.620976] pps_core: LinuxPPS API ver. 1 registered
    [    0.620980] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.620999] PTP clock support registered
    [    0.621120] EDAC MC: Ver: 3.0.0
    [    0.621955] FPGA manager framework
    [    0.622087] Advanced Linux Sound Architecture Driver Initialized.
    [    0.623299] clocksource: Switched to clocksource arch_sys_counter
    [    0.623654] VFS: Disk quotas dquot_6.6.0
    [    0.623700] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    0.631024] NET: Registered PF_INET protocol family
    [    0.631551] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    0.633488] tcp_listen_portaddr_hash hash table entries: 1024 (order: 3, 40960 bytes, linear)
    [    0.633574] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
    [    0.633590] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
    [    0.633863] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes, linear)
    [    0.636492] TCP: Hash tables configured (established 16384 bind 16384)
    [    0.636872] UDP hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637148] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes, linear)
    [    0.637766] NET: Registered PF_UNIX/PF_LOCAL protocol family
    [    0.638504] RPC: Registered named UNIX socket transport module.
    [    0.638513] RPC: Registered udp transport module.
    [    0.638516] RPC: Registered tcp transport module.
    [    0.638519] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.638534] PCI: CLS 0 bytes, default 64
    [    0.666460] Initialise system trusted keyrings
    [    0.666716] workingset: timestamp_bits=62 max_order=19 bucket_order=0
    [    0.672331] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.672963] NFS: Registering the id_resolver key type
    [    0.673013] Key type id_resolver registered
    [    0.673017] Key type id_legacy registered
    [    0.673091] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.673099] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.708746] Key type asymmetric registered
    [    0.708760] Asymmetric key parser 'x509' registered
    [    0.708846] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
    [    0.708856] io scheduler mq-deadline registered
    [    0.708861] io scheduler kyber registered
    [    0.725653] pinctrl-single 4084000.pinctrl: 34 pins, size 136
    [    0.726518] pinctrl-single f4000.pinctrl: 171 pins, size 684
    [    0.733143] Serial: 8250/16550 driver, 12 ports, IRQ sharing enabled
    [    0.754025] loop: module loaded
    [    0.755241] megasas: 07.719.03.00-rc1
    [    0.759022] tun: Universal TUN/TAP device driver, 1.6
    [    0.759819] VFIO - User Level meta-driver version: 0.3
    [    0.760575] usbcore: registered new interface driver usb-storage
    [    0.761168] i2c_dev: i2c /dev entries driver
    [    0.761658] sdhci: Secure Digital Host Controller Interface driver
    [    0.761663] sdhci: Copyright(c) Pierre Ossman
    [    0.761811] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.762344] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.762656] usbcore: registered new interface driver usbhid
    [    0.762660] usbhid: USB HID core driver
    [    0.763662] optee: probing for conduit method.
    [    0.763720] optee: revision 4.1 (012cdca4)
    [    0.764122] optee: dynamic shared memory is enabled
    [    0.764689] optee: initialized driver
    [    0.766642] Initializing XFRM netlink socket
    [    0.766707] NET: Registered PF_PACKET protocol family
    [    0.766817] Key type dns_resolver registered
    [    0.767167] registered taskstats version 1
    [    0.767172] Loading compiled-in X.509 certificates
    [    0.777622] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    [    0.822172] ti-sci-clk 44043000.system-controller:clock-controller: recalc-rate failed for dev=81, clk=20, ret=-19
    [    0.837239] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.837544] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
    [    0.837842] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
    [    0.838718] ti-udma 485c0100.dma-controller: Number of rings: 82
    [    0.841540] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
    [    0.844941] ti-udma 485c0000.dma-controller: Number of rings: 150
    [    0.849990] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
    [    0.853021] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.853067] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.855094] mmc0: CQHCI version 5.10
    [    0.855509] mmc1: CQHCI version 5.10
    [    0.855981] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.856026] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.857363] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
    [    0.864163] ti-sci-clk 44043000.system-controller:clock-controller: is_prepared failed for dev=81, clk=20, ret=-19
    [    0.869762] ALSA device list:
    [    0.869771]   No soundcards found.
    [    0.870435] Warning: unable to open an initial console.
    [    0.896922] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
    [    0.896922] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
    [    0.897553] Waiting for root device PARTUUID=1a2fb328-02...
    [    0.898139] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.898181] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.929291] mmc1: new SDHC card at address 5048
    [    0.930457] mmcblk1: mmc1:5048 SD32G 28.8 GiB
    [    0.933984]  mmcblk1: p1 p2
    [    0.935430] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    0.935477] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    0.979501] EXT4-fs (mmcblk1p2): recovery complete
    [    0.980509] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Quota mode: none.
    [    0.980638] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    0.982055] devtmpfs: mounted
    [    0.984178] Freeing unused kernel memory: 1728K
    [    0.984344] Run /sbin/init as init process
    [    0.994570] mmc0: Command Queue Engine enabled
    [    0.994600] mmc0: new HS200 MMC card at address 0001
    [    0.995785] mmcblk0: mmc0:0001 IS032G 29.1 GiB
    [    0.998739] mmcblk0boot0: mmc0:0001 IS032G 4.00 MiB
    [    1.000622] mmcblk0boot1: mmc0:0001 IS032G 4.00 MiB
    [    1.002139] mmcblk0rpmb: mmc0:0001 IS032G 4.00 MiB, chardev (240:0)
    [    1.003054] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    1.003097] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    1.671386] systemd[1]: System time before build time, advancing clock.
    [    1.800456] NET: Registered PF_INET6 protocol family
    [    1.802122] Segment Routing with IPv6
    [    1.802163] In-situ OAM (IOAM) with IPv6
    [    1.846379] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
    [    1.847120] systemd[1]: Detected architecture arm64.
    [    1.881143] systemd[1]: Hostname set to <am62xx-evm>.
    [    2.063131] systemd-sysv-generator[160]: SysV service '/etc/init.d/thermal-zone-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust.
    [    2.431039] 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.
    [    2.510420] systemd[1]: Queued start job for default target Multi-User System.
    [    2.547732] systemd[1]: Created slice Slice /system/getty.
    [    2.550347] systemd[1]: Created slice Slice /system/modprobe.
    [    2.555246] systemd[1]: Created slice User and Session Slice.
    [    2.560531] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    2.566176] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    2.574324] systemd[1]: Reached target Path Units.
    [    2.581836] systemd[1]: Reached target Remote File Systems.
    [    2.586719] systemd[1]: Reached target Slice Units.
    [    2.586854] systemd[1]: Reached target Swaps.
    [    2.589903] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    2.593263] systemd[1]: Reached target RPC Port Mapper.
    [    2.606105] systemd[1]: Listening on Process Core Dump Socket.
    [    2.609825] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    2.615807] systemd[1]: Listening on Journal Audit Socket.
    [    2.621464] systemd[1]: Listening on Journal Socket (/dev/log).
    [    2.628174] systemd[1]: Listening on Journal Socket.
    [    2.633971] systemd[1]: Listening on Network Service Netlink Socket.
    [    2.641550] systemd[1]: Listening on udev Control Socket.
    [    2.644843] systemd[1]: Listening on udev Kernel Socket.
    [    2.651341] systemd[1]: Listening on User Database Manager Socket.
    [    2.682147] systemd[1]: Mounting Huge Pages File System...
    [    2.688017] systemd[1]: Mounting POSIX Message Queue File System...
    [    2.701031] systemd[1]: Mounting Kernel Debug File System...
    [    2.702110] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing).
    [    2.710621] systemd[1]: Mounting Temporary Directory /tmp...
    [    2.726876] systemd[1]: Starting Create List of Static Device Nodes...
    [    2.733609] systemd[1]: Starting Load Kernel Module configfs...
    [    2.740453] systemd[1]: Starting Load Kernel Module drm...
    [    2.748601] systemd[1]: Starting Load Kernel Module fuse...
    [    2.762029] systemd[1]: Starting Start psplash boot splash screen...
    [    2.786844] systemd[1]: Starting RPC Bind...
    [    2.787424] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
    [    2.789475] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    2.789562] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    2.789934] fuse: init (API version 7.37)
    [    2.797067] systemd[1]: Starting Journal Service...
    [    2.887248] systemd[1]: Starting Load Kernel Modules...
    [    2.899204] systemd[1]: Starting Generate network units from Kernel command line...
    [    2.914113] systemd[1]: Starting Remount Root and Kernel File Systems...
    [    2.921248] systemd[1]: Starting Coldplug All udev Devices...
    [    2.947930] systemd[1]: Mounted Huge Pages File System.
    [    2.949883] systemd[1]: Mounted POSIX Message Queue File System.
    [    2.955347] systemd[1]: Mounted Kernel Debug File System.
    [    2.962020] systemd[1]: Mounted Temporary Directory /tmp.
    [    2.990059] EXT4-fs (mmcblk1p2): re-mounted. Quota mode: none.
    [    3.000191] systemd[1]: Finished Create List of Static Device Nodes.
    [    3.002721] systemd[1]: modprobe@configfs.service: Deactivated successfully.
    [    3.003684] systemd[1]: Finished Load Kernel Module configfs.
    [    3.008810] systemd[1]: modprobe@drm.service: Deactivated successfully.
    [    3.009708] systemd[1]: Finished Load Kernel Module drm.
    [    3.014688] cryptodev: loading out-of-tree module taints kernel.
    [    3.017018] cryptodev: driver 1.12 loaded.
    [    3.017220] systemd[1]: modprobe@fuse.service: Deactivated successfully.
    [    3.018264] systemd[1]: Finished Load Kernel Module fuse.
    [    3.021958] systemd[1]: psplash-start.service: Main process exited, code=exited, status=255/EXCEPTION
    [    3.022773] systemd[1]: psplash-start.service: Failed with result 'exit-code'.
    [    3.023758] systemd[1]: Failed to start Start psplash boot splash screen.
    [    3.027603] systemd[1]: Dependency failed for Start psplash-systemd progress communication helper.
    [    3.033365] systemd[1]: psplash-systemd.service: Job psplash-systemd.service/start failed with result 'dependency'.
    [    3.034482] systemd[1]: Started Journal Service.
    [    3.177713] systemd-journald[172]: Received client request to flush runtime journal.
    [    3.681510] random: crng init done
    [    3.888787] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.888849] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.968967] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.969046] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.980871] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.980928] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    3.988968] Internal error: synchronous external abort: 0000000096000010 [#1] PREEMPT_RT SMP
    [    3.988997] Modules linked in: rti_wdt(+) sa2ul(+) mcrc cdns_dphy_rx cryptodev(O) drm fuse drm_panel_orientation_quirks ipv6
    [    3.989048] CPU: 3 PID: 204 Comm: systemd-udevd Tainted: G           O       6.1.83-rt28-ti-rt-g96b0ebd82722 #1
    [    3.989058] Hardware name: Texas Instruments AM625 Generic (DT)
    [    3.989065] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
    [    3.989073] pc : 0xffff800000a912d4
    [    3.989078] lr : 0xffff800000a912c0
    [    3.989081] sp : ffff0000035239a0
    [    3.989083] x29: ffff0000035239a0 x28: 0000000000000001 x27: ffff800008d9bbb0
    [    3.989092] x26: 0000000000000000 x25: ffff000003523d20 x24: 00000000000003e8
    [    3.989100] x23: ffff800008e6f050 x22: ffff000003278490 x21: ffff00000022e410
    [    3.989110] x20: ffff80000915a090 x19: ffff000003278480 x18: 0000000000000000
    [    3.989118] x17: 0000000000000001 x16: 0000782f48c0e7fa x15: 01e00c177875bf08
    [    3.989127] x14: 0000000000000000 x13: 000000000081c52f x12: ffff800008b6f5b8
    [    3.989136] x11: ffff800008f3f000 x10: 000000000000003f x9 : 0000000000000000
    [    3.989144] x8 : ffff0000035efe00 x7 : ffff80000915b000 x6 : 0068000000000713
    [    3.989152] x5 : ffff00000022e6c8 x4 : ffff00000022e6c8 x3 : 0000000000000000
    [    3.989160] x2 : ffff000001598c00 x1 : 0000000000000000 x0 : ffff80000915a000
    [    3.989170] Call trace:
    [    3.989176]  0xffff800000a912d4
    [    3.989180]  0xffff80000853b264
    [    3.989182]  0xffff800008538a38
    [    3.989185]  0xffff800008538cc4
    [    3.989189]  0xffff800008538d9c
    [    3.989192]  0xffff800008539570
    [    3.989194]  0xffff800008536850
    [    3.989197]  0xffff8000085384b4
    [    3.989201]  0xffff800008537e4c
    [    3.989203]  0xffff800008539eb4
    [    3.989207]  0xffff80000853af14
    [    3.989210]  0xffff800000a9501c
    [    3.989212]  0xffff800008013960
    [    3.989215]  0xffff8000080a6554
    [    3.989218]  0xffff8000080a7fbc
    [    3.989221]  0xffff8000080a85d4
    [    3.989225]  0xffff8000080a866c
    [    3.989228]  0xffff80000801db1c
    [    3.989231]  0xffff80000801dc10
    [    3.989234]  0xffff80000898d650
    [    3.989237]  0xffff80000898eb04
    [    3.989240]  0xffff800008011488
    [    3.989249] Code: 2a0003f4 b140041f 54001728 91024014 (b9400294)
    [    3.989261] ---[ end trace 0000000000000000 ]---
    [    3.993947] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    3.994007] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.036507] rtc-ti-k3 2b1f0000.rtc: registered as rtc0
    [    4.036569] rtc-ti-k3 2b1f0000.rtc: setting system clock to 1970-01-01T00:00:02 UTC (2)
    [    4.041751] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.041831] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.145322] platform 78000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [    4.145491] platform 78000000.r5f: configured R5F for IPC-only mode
    [    4.145505] platform 78000000.r5f: device does not have reserved memory regions, ret = -22
    [    4.145512] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: reserved memory init failed, ret = -22
    [    4.145525] remoteproc remoteproc0: releasing 78000000.r5f
    [    4.145540] k3_r5_rproc bus@f0000:bus@b00000:r5fss@78000000: k3_r5_cluster_rproc_init failed, ret = -22
    [    4.145581] k3_r5_rproc: probe of bus@f0000:bus@b00000:r5fss@78000000 failed with error -22
    [    4.199611] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.199681] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    4.205820] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [    4.205881] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [    5.502640] cfg80211: Loading compiled-in X.509 certificates for regulatory database
    [    5.518717] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
    [    5.519669] cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
    [    5.547785] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
    [    5.547835] cfg80211: failed to load regulatory.db
    [   14.306222] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000006
    [   14.306398] am65-cpsw-nuss 8000000.ethernet: /bus@f0000/ethernet@8000000/ethernet-ports/port@1 error retrieving port phy: -517
    [   14.306817] platform 8000000.ethernet: deferred probe pending
    

  • Hi Jim,

    Are you able to read the PHY's registers from uboot? Please see this [FAQ] for more information.

    Could you read Registers 0x6E and 0x6F for both ethernet PHYs on your board? This would confirm if the strapping is the same between them. Please note that 0x6E and 0x6F are [FAQ] extended registers.

    Regards,

    Alvaro

  • Alvaro,

    Here's the output using the mii dump command:

    U-Boot_TI_26.txt
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:46 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 13408 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Authentication passed
    Starting ATF on ARM64 core...
    
    NOTICE:  BL31: v2.10.0(release):v2.10.0-367-g00f1ec6b87-dirty
    NOTICE:  BL31: Built : 16:09:05, Feb  9 2024
    
    U-Boot SPL 2023.04-dirty (Jul 11 2024 - 15:53:52 -0400)
    SYSFW ABI: 3.1 (firmware rev 0x0009 '9.2.8--v09.02.08 (Kool Koala)')
    SPL initial stack usage: 1856 bytes
    Trying to boot from MMC2
    Authentication passed
    Authentication passed
    
    
    U-Boot 2023.04-dirty (Jul 11 2024 - 15:53:52 -0400)
    
    SoC:   AM62X SR1.0 HS-FS
    Model: Texas Instruments AM625 SK
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    DRAM:  no bloblist found!2 GiB
    Core:  65 devices, 27 uclasses, devicetree: separate
    MMC:   mmc@fa10000: 0, mmc@fa00000: 1
    Loading Environment from nowhere... OK
    In:    serial
    Out:   serial
    Err:   serial
    EEPROM not available at 80, trying to read at 81
    Reading on-board EEPROM at 0x51 failed -121
    Net:   eth0: ethernet@8000000port@1
    Warning: ethernet@8000000port@2 (eth1) using random MAC address - ba:52:21:81:69:07
    , eth1: ethernet@8000000port@2
    Hit any key to stop autoboot:  0
    => mdio list
    mdio@f00:
    ethernet@8000000port@1:
    0 - Generic PHY <--> ethernet@8000000port@1
    1 - Generic PHY <--> ethernet@8000000port@2
    => mii dump 0 0
    Error reading from the PHY addr=00 reg=00
    
    => mii device ethernet@8000000port@1
    => mii dump 0 0
    0.     (1140)                 -- PHY control register --
      (8000:0000) 0.15    =     0     reset
      (4000:0000) 0.14    =     0     loopback
      (2040:0040) 0. 6,13 =   b10    speed selection = 1000 Mbps
      (1000:1000) 0.12    =     1     A/N enable
      (0800:0000) 0.11    =     0     power-down
      (0400:0000) 0.10    =     0     isolate
      (0200:0000) 0. 9    =     0     restart A/N
      (0100:0100) 0. 8    =     1     duplex = full
      (0080:0000) 0. 7    =     0     collision test enable
      (003f:0000) 0. 5- 0 =     0     (reserved)
    
    
    => mii dump 0 1
    1.     (796d)                 -- PHY status register --
      (8000:0000) 1.15    =     0     100BASE-T4 able
      (4000:4000) 1.14    =     1     100BASE-X  full duplex able
      (2000:2000) 1.13    =     1     100BASE-X  half duplex able
      (1000:1000) 1.12    =     1     10 Mbps    full duplex able
      (0800:0800) 1.11    =     1     10 Mbps    half duplex able
      (0400:0000) 1.10    =     0     100BASE-T2 full duplex able
      (0200:0000) 1. 9    =     0     100BASE-T2 half duplex able
      (0100:0100) 1. 8    =     1     extended status
      (0080:0000) 1. 7    =     0     (reserved)
      (0040:0040) 1. 6    =     1     MF preamble suppression
      (0020:0020) 1. 5    =     1     A/N complete
      (0010:0000) 1. 4    =     0     remote fault
      (0008:0008) 1. 3    =     1     A/N able
      (0004:0004) 1. 2    =     1     link status
      (0002:0000) 1. 1    =     0     jabber detect
      (0001:0001) 1. 0    =     1     extended capabilities
    
    
    => mii dump 1 0
    0.     (0000)                 -- PHY control register --
      (8000:0000) 0.15    =     0     reset
      (4000:0000) 0.14    =     0     loopback
      (2040:0000) 0. 6,13 =   b00    speed selection = 10 Mbps
      (1000:0000) 0.12    =     0     A/N enable
      (0800:0000) 0.11    =     0     power-down
      (0400:0000) 0.10    =     0     isolate
      (0200:0000) 0. 9    =     0     restart A/N
      (0100:0000) 0. 8    =     0     duplex = half
      (0080:0000) 0. 7    =     0     collision test enable
      (003f:0000) 0. 5- 0 =     0     (reserved)
    
    
    => mii dump 1 1
    1.     (ffff)                 -- PHY status register --
      (8000:8000) 1.15    =     1     100BASE-T4 able
      (4000:4000) 1.14    =     1     100BASE-X  full duplex able
      (2000:2000) 1.13    =     1     100BASE-X  half duplex able
      (1000:1000) 1.12    =     1     10 Mbps    full duplex able
      (0800:0800) 1.11    =     1     10 Mbps    half duplex able
      (0400:0400) 1.10    =     1     100BASE-T2 full duplex able
      (0200:0200) 1. 9    =     1     100BASE-T2 half duplex able
      (0100:0100) 1. 8    =     1     extended status
      (0080:0080) 1. 7    =     1     (reserved)
      (0040:0040) 1. 6    =     1     MF preamble suppression
      (0020:0020) 1. 5    =     1     A/N complete
      (0010:0010) 1. 4    =     1     remote fault
      (0008:0008) 1. 3    =     1     A/N able
      (0004:0004) 1. 2    =     1     link status
      (0002:0002) 1. 1    =     1     jabber detect
      (0001:0001) 1. 0    =     1     extended capabilities
    
    
    =>
    

    I'm not sure what I'm reading on eth1.

    I'll see if I can read the other register you identified.

    I'm not sure if I did this correctly but here's what I see when I try to read those extended registers:

  • Hi Jim,

    Thank you for trying and providing the register dump. Your command was almost correct. Please see the commands below, please do this for both PHYs.

    mii write 0 0x0D 0x001F
    
    mii write 0 0x0E 0x6E
    
    mii write 0 0x0D 0x401F
    
    mii read 0 0x0E

    Regards,

    Alvaro

  • Alvaro,

    I get the same results with 0x401F.

    I see the last command was incorrect but previous correct attempts showed the same.

  • Hi Jim!

    Apologies for the long response time. I just noticed the reads for Eth1 (mii dump 1 0 = 0x0000 & mii dump 1 1 = 0xFFFF ) are strange. 

    Could you read registers 0x4 & 0x9 for both PHYs? These contain the speed advertisements. How are the MDC/MDIO lines connected between the two PHYs and the SoC?

    Regards,

    Alvaro

  • Alvaro,

    They’ve got this project on “pause” for the moment so I can’t immediately respond.  I’ll address this when I can.  If there is anything you can do on your side with the information I've already provided, it would be appreciated.

    Thanks!

  • Hi Jim, 

    Understood.

    Regards,

    Alvaro

  • Alvaro,

    Excellent!  I may be able to follow up next week.