Hardware

milkV Pioneer hardware.

CPU

The Pioneer CPU is a SOPHON SG2042 from SOPHGO.

  • RISC-V.

  • 2GHz.

  • 64 cores.

SG2042 manual:

Motherboard

The motherboard is mATX standard size.

RAM

Ships with 128G of RAM in four slots. 128G is max RAM.

Longsys RAM spec sheet:

Very short approved RAM list:

A longer approved RAM list:

NVMe

The NVMe drive is a FORESEE XP1000F001T. One terabyte size.

Networking

There are two Realtek RTL8125 2.5G ethernet controllers on the motherboard. The onboard ethernet uses the r8169 kernel module.

The Pioneer also ships with an Intel X540-AT2 PCIe ethernet card with two 10G RJ-45 copper ports. The Intel PCIe card uses the ixgbe kernel module. Intel documentation:

PCIe

The docs say three PCIe slots, but was updated to two slots with faster PCIe. The SOPHGO 2042 cpu can do PCIe 4.0. The original docs for the Pioneer say PCIe 3.0, but was later updated to PCIe 4.0 16x in one slot and 8x on the other slot.

Quoting: “In collaboration with SOPHON, we have resolved a known issue: PCIe bus not reaching Gen 4 levels. This was a software issue and not hardware-related. So, we’re pleased to announce that the Milk-V Pioneer PCIe bus software has been successfully upgraded from Gen 3 to Gen 4. … The bus has been upgraded from three PCIe x 8 slots to one PCIe x 16 slot plus one PCIe x 8 slot.”

On my Debian system, running a kernel from SOPHGO source, lspci says the chip is PCIe 3.0. Perhaps a firmware upgrade (?) is needed for 4.0?

PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch

The manufacturer’s page for the ASM2824:

Motherboard PCIe tested list:

Video

The Pioneer comes with a low power consumption AMD video card.

Serial Console

The Pioneer has a USB-C console available on the front by the power switch. Plug a USB-C cable into this, and the other end into another Debian computer and run:

minicom -D /dev/ttyUSB0

The settings are 115,200, 8N1. I turned off flow control too.

USB

The board has USB 3.1 ports.

It is perhaps this chip: ASMedia Technology Inc. ASM2142/ASM3142 USB 3.1 Host Controller

Manufacturer’s page here:

There is also a USB 3.0 chip (?):

VIA Technologies, Inc. VL805/806 xHCI USB 3.0.

Fans

The fans can perhaps be controlled via the .dtb, but this is less than ideal way to do it as it can only be set once per boot.

Battery

The motherboard battery is a CR1220.

Power Supply

My Pioneer shipped with a Antec NEO ECO 550W power supply.

System Output

Output of various applications showing milkV Pioneer hardware.

df

Output from df running the stock Fedora 38 image.

Filesystem     Type      Size  Used Avail Use% Mounted on
devtmpfs       devtmpfs  4.0M     0  4.0M   0% /dev
tmpfs          tmpfs      63G     0   63G   0% /dev/shm
tmpfs          tmpfs      26G  1.5M   26G   1% /run
/dev/nvme0n1p3 ext4       14G   11G  2.8G  80% /
/dev/nvme0n1p2 ext4      441M  248M  179M  59% /boot
/dev/nvme0n1p1 vfat      122M   44M   79M  36% /boot/efi
tmpfs          tmpfs      63G     0   63G   0% /tmp
tmpfs          tmpfs      13G  156K   13G   1% /run/user/1000
tmpfs          tmpfs      13G   64K   13G   1% /run/user/0

dmesg

Output from dmesg running the stock Fedora 38 image.

[    0.000000] Linux version 6.1.31 (root@fedora-riscv) (gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2), GNU ld version 2.39-12.rv64.fc38) #1 SMP Thu Jun 15 01:30:00 CST 2023
[    0.000000] OF: fdt: Ignoring memory range 0x0 - 0x2200000
[    0.000000] Machine model: Sophgo Mango
[    0.000000] earlycon: uart0 at MMIO32 0x0000007040000000 (options '')
[    0.000000] printk: bootconsole [uart0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000180000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: NUMA: parsing numa-distance-map-v1
[    0.000000] NUMA: NODE_DATA [mem 0x7ffffde00-0x7ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfffffde00-0xfffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x17ffffde00-0x17ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1f02134d80-0x1f02136f7f]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000002200000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000001f021fffff]
[    0.000000]   HighMem  [mem 0x0000001f02200000-0x0000001fffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000002200000-0x00000007ffffffff]
[    0.000000]   node   1: [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000]   node   2: [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000]   node   3: [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000002200000-0x00000007ffffffff]
[    0.000000] Initmem setup node 1 [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000] Initmem setup node 3 [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] On node 0, zone DMA32: 8704 pages in unavailable ranges
[    0.000000] SBI specification v1.0 detected
[    0.000000] SBI implementation ID=0x1 Version=0x10002
[    0.000000] SBI TIME extension detected
[    0.000000] SBI IPI extension detected
[    0.000000] SBI RFENCE extension detected
[    0.000000] SBI SRST extension detected
[    0.000000] SBI HSM extension detected
[    0.000000] riscv: base ISA extensions acdfimv
[    0.000000] riscv: ELF capabilities acdfimv
[    0.000000] percpu: cpu 0 has no node -1 or node-local memory
[    0.000000] percpu: Embedded 28 pages/cpu s77288 r8192 d29208 u114688
[    0.000000] pcpu-alloc: s77288 r8192 d29208 u114688 alloc=28*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.000000] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 
[    0.000000] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 
[    0.000000] pcpu-alloc: [0] 32 [0] 33 [0] 34 [0] 35 [0] 36 [0] 37 [0] 38 [0] 39 
[    0.000000] pcpu-alloc: [0] 40 [0] 41 [0] 42 [0] 43 [0] 44 [0] 45 [0] 46 [0] 47 
[    0.000000] pcpu-alloc: [0] 48 [0] 49 [0] 50 [0] 51 [0] 52 [0] 53 [0] 54 [0] 55 
[    0.000000] pcpu-alloc: [0] 56 [0] 57 [0] 58 [0] 59 [0] 60 [0] 61 [0] 62 [0] 63 
[    0.000000] Fallback order for Node 0: 0 1 2 3 
[    0.000000] Fallback order for Node 1: 1 0 3 2 
[    0.000000] Fallback order for Node 2: 2 3 0 1 
[    0.000000] Fallback order for Node 3: 3 2 1 0 
[    0.000000] Built 4 zonelists, mobility grouping on.  Total pages: 33037824
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: root=/dev/nvme0n1p3 rootfstype=ext4 rootwait rw earlycon selinux=0 LANG=en_US.UTF-8 console=tty1
[    0.000000] Unknown kernel command line parameters "LANG=en_US.UTF-8", will be passed to user space.
[    0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 258048 bytes
[    0.000000] printk: log_buf_len min size: 262144 bytes
[    0.000000] printk: log_buf_len: 524288 bytes
[    0.000000] printk: early log buf free: 258440(98%)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] software IO TLB: area num 64.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 131657528K/134182912K available (12709K kernel code, 5956K rwdata, 8192K rodata, 2720K init, 1172K bss, 2261212K reserved, 262144K cma-reserved, 4159488K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=4
[    0.000000] ftrace: allocating 46076 entries in 180 pages
[    0.000000] ftrace: allocated 180 pages with 4 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=64.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] riscv-intc: 64 local interrupts mapped
[    0.000000] plic: interrupt-controller@7090000000: mapped 224 interrupts with 64 handlers for 128 contexts.
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] riscv-timer: riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [2]
[    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000001] sched_clock: 64 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.010485] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.020905] Console: colour dummy device 80x25
[    0.025353] printk: console [tty1] enabled
[    0.029460] printk: bootconsole [uart0] disabled
[    0.034662] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.034760] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=500000)
[    0.034781] pid_max: default: 65536 minimum: 512
[    0.035270] LSM: Security Framework initializing
[    0.035341] Yama: becoming mindful.
[    0.035412] LSM support for eBPF active
[    0.035425] landlock: Up and running.
[    0.063050] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    0.074770] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[    0.075251] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.075629] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.117785] cblist_init_generic: Setting adjustable number of callback queues.
[    0.117858] cblist_init_generic: Setting shift to 6 and lim to 1.
[    0.118018] cblist_init_generic: Setting shift to 6 and lim to 1.
[    0.118110] riscv: ELF compat mode unsupported
[    0.118203] ASID allocator using 16 bits (65536 entries)
[    0.118330] rcu: Hierarchical SRCU implementation.
[    0.118341] rcu: 	Max phase no-delay instances is 1000.
[    0.119020] EFI services will not be available.
[    0.122209] smp: Bringing up secondary CPUs ...
[    0.169541] smp: Brought up 4 nodes, 64 CPUs
[    0.194264] devtmpfs: initialized
[    0.202563] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.202947] futex hash table entries: 16384 (order: 8, 1048576 bytes, vmalloc)
[    0.208361] pinctrl core: initialized pinctrl subsystem
[    0.210128] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.212867] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.214041] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.214302] audit: initializing netlink subsys (disabled)
[    0.214766] audit: type=2000 audit(0.200:1): state=initialized audit_enabled=0 res=1
[    0.215545] thermal_sys: Registered thermal governor 'fair_share'
[    0.215556] thermal_sys: Registered thermal governor 'bang_bang'
[    0.215573] thermal_sys: Registered thermal governor 'step_wise'
[    0.215583] thermal_sys: Registered thermal governor 'user_space'
[    0.216200] cpuidle: using governor menu
[    0.233455] sophgo,top-intc 70300102e0.top_intc: is a msi parent
[    0.249674] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.249695] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[    0.249706] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.249714] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.270234] raid6: skipped pq benchmark and selected int64x8
[    0.270254] raid6: using intx1 recovery algorithm
[    0.270727] fbcon: Taking over console
[    0.271250] iommu: Default domain type: Translated 
[    0.271267] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.272023] SCSI subsystem initialized
[    0.272374] libata version 3.00 loaded.
[    0.272542] usbcore: registered new interface driver usbfs
[    0.272597] usbcore: registered new interface driver hub
[    0.272694] usbcore: registered new device driver usb
[    0.274308] pps_core: LinuxPPS API ver. 1 registered
[    0.274326] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.274347] PTP clock support registered
[    0.275274] EDAC MC: Ver: 3.0.0
[    0.276625] NetLabel: Initializing
[    0.276643] NetLabel:  domain hash size = 128
[    0.276651] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.276705] NetLabel:  unlabeled traffic allowed by default
[    0.276724] mctp: management component transport protocol core
[    0.276734] NET: Registered PF_MCTP protocol family
[    0.276999] vgaarb: loaded
[    0.278112] clocksource: Switched to clocksource riscv_clocksource
[    0.324233] VFS: Disk quotas dquot_6.6.0
[    0.324367] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.334438] NET: Registered PF_INET protocol family
[    0.335363] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.347762] tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
[    0.348472] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    0.350049] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.351825] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.353080] TCP: Hash tables configured (established 524288 bind 65536)
[    0.354374] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
[    0.355981] UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.357037] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.358024] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.358160] NET: Registered PF_XDP protocol family
[    0.358195] PCI: CLS 0 bytes, default 64
[    0.358447] Trying to unpack rootfs image as initramfs...
[    0.361576] Initialise system trusted keyrings
[    0.361665] Key type blacklist registered
[    0.362591] workingset: timestamp_bits=43 max_order=25 bucket_order=0
[    0.368683] zbud: loaded
[    0.371946] fuse: init (API version 7.37)
[    0.372628] integrity: Platform Keyring initialized
[    0.403392] NET: Registered PF_ALG protocol family
[    0.403430] xor: measuring software checksum speed
[    0.405157]    8regs           :  5735 MB/sec
[    0.406878]    8regs_prefetch  :  5751 MB/sec
[    0.408623]    32regs          :  5739 MB/sec
[    0.410346]    32regs_prefetch :  5743 MB/sec
[    0.410355] xor: using function: 8regs_prefetch (5751 MB/sec)
[    0.410370] Key type asymmetric registered
[    0.410379] Asymmetric key parser 'x509' registered
[    1.142424] Initramfs unpacking failed: invalid magic at start of compressed archive
[    1.159432] Freeing initrd memory: 52484K
[    1.217011] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    1.217186] bounce: pool size: 64 pages
[    1.217411] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    1.217796] io scheduler mq-deadline registered
[    1.217812] io scheduler kyber registered
[    1.218015] io scheduler bfq registered
[    1.228957] atomic64_test: passed
[    1.230586] pwm_sophgo_probe
[    1.230886] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.231352] cdns-pcie-host 7060000000.pcie: host bridge /pcie@7060000000 ranges:
[    1.231394] cdns-pcie-host 7060000000.pcie:       IO 0x4010000000..0x40103fffff -> 0x0000000000
[    1.231440] cdns-pcie-host 7060000000.pcie:      MEM 0x4020000000..0x404fffffff -> 0x0020000000
[    1.231462] cdns-pcie-host 7060000000.pcie:      MEM 0x4050000000..0x405fffffff -> 0x0050000000
[    1.231481] cdns-pcie-host 7060000000.pcie:      MEM 0x4100000000..0x42ffffffff -> 0x4100000000
[    1.231498] cdns-pcie-host 7060000000.pcie:      MEM 0x4300000000..0x43ffffffff -> 0x4300000000
[    1.231517] cdns-pcie-host 7060000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    1.231604] cdns-pcie-host 7060000000.pcie: Memory resource size exceeds max for 32 bits
[    1.232163] cdns-pcie-host 7060000000.pcie: no phy-names.  PHY will not be initialized
[    1.232279] cdns-pcie-host 7060000000.pcie: msi_data is 0x42c00000
[    1.232563] cdns-pcie-host 7060000000.pcie: PCI host bridge to bus 0000:00
[    1.232579] pci_bus 0000:00: Unknown NUMA node; performance will be reduced
[    1.232591] pci_bus 0000:00: root bus resource [bus 00-3f]
[    1.232602] pci_bus 0000:00: root bus resource [io  0x0000-0x3fffff]
[    1.232613] pci_bus 0000:00: root bus resource [mem 0x4020000000-0x404fffffff pref] (bus address [0x20000000-0x4fffffff])
[    1.232626] pci_bus 0000:00: root bus resource [mem 0x4050000000-0x405fffffff] (bus address [0x50000000-0x5fffffff])
[    1.232638] pci_bus 0000:00: root bus resource [mem 0x4100000000-0x42ffffffff pref]
[    1.232648] pci_bus 0000:00: root bus resource [mem 0x4300000000-0x43ffffffff]
[    1.232682] pci 0000:00:00.0: [1e30:2042] type 01 class 0x060400
[    1.232778] pci 0000:00:00.0: supports D1
[    1.232789] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    1.234979] pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
[    1.235037] pci 0000:01:00.0: reg 0x10: [mem 0x4100000000-0x410fffffff 64bit pref]
[    1.235076] pci 0000:01:00.0: reg 0x18: [mem 0x4050000000-0x405001ffff 64bit]
[    1.235102] pci 0000:01:00.0: reg 0x20: [io  0x1000-0x10ff]
[    1.235143] pci 0000:01:00.0: reg 0x30: [mem 0x4050020000-0x405003ffff pref]
[    1.235270] pci 0000:01:00.0: supports D1 D2
[    1.235369] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:00.0 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[    1.235537] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    1.235551] pci 0000:01:00.0: vgaarb: bridge control possible
[    1.235560] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.235622] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
[    1.235668] pci 0000:01:00.1: reg 0x10: [mem 0x4050040000-0x4050043fff 64bit]
[    1.235846] pci 0000:01:00.1: supports D1 D2
[    1.258180] pci_bus 0000:01: busn_res: [bus 01-3f] end is updated to 01
[    1.258229] pci 0000:00:00.0: BAR 15: assigned [mem 0x4100000000-0x410fffffff 64bit pref]
[    1.258247] pci 0000:00:00.0: BAR 14: assigned [mem 0x4050000000-0x40500fffff]
[    1.258259] pci 0000:00:00.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.258275] pci 0000:01:00.0: BAR 0: assigned [mem 0x4100000000-0x410fffffff 64bit pref]
[    1.258305] pci 0000:01:00.0: BAR 2: assigned [mem 0x4050000000-0x405001ffff 64bit]
[    1.258334] pci 0000:01:00.0: BAR 6: assigned [mem 0x4050020000-0x405003ffff pref]
[    1.258346] pci 0000:01:00.1: BAR 0: assigned [mem 0x4050040000-0x4050043fff 64bit]
[    1.258373] pci 0000:01:00.0: BAR 4: assigned [io  0x1000-0x10ff]
[    1.258391] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.258400] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
[    1.258412] pci 0000:00:00.0:   bridge window [mem 0x4050000000-0x40500fffff]
[    1.258422] pci 0000:00:00.0:   bridge window [mem 0x4100000000-0x410fffffff 64bit pref]
[    1.258553] shpchp 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    1.258694] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.258923] cdns-pcie-host 4400000000.pcie: host bridge /pcie@7060800000 ranges:
[    1.258958] cdns-pcie-host 4400000000.pcie:       IO 0x4410400000..0x44107fffff -> 0x0000400000
[    1.258982] cdns-pcie-host 4400000000.pcie:      MEM 0x4460000000..0x447fffffff -> 0x0060000000
[    1.259001] cdns-pcie-host 4400000000.pcie:      MEM 0x4480000000..0x448fffffff -> 0x0080000000
[    1.259020] cdns-pcie-host 4400000000.pcie:      MEM 0x4500000000..0x46ffffffff -> 0x4500000000
[    1.259054] cdns-pcie-host 4400000000.pcie:      MEM 0x4700000000..0x47ffffffff -> 0x4700000000
[    1.259075] cdns-pcie-host 4400000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    1.259163] cdns-pcie-host 4400000000.pcie: Memory resource size exceeds max for 32 bits
[    1.259199] cdns-pcie-host 4400000000.pcie: no phy-names.  PHY will not be initialized
[    1.259336] cdns-pcie-host 4400000000.pcie: PCI host bridge to bus 0001:40
[    1.259349] pci_bus 0001:40: Unknown NUMA node; performance will be reduced
[    1.259359] pci_bus 0001:40: root bus resource [bus 40-7f]
[    1.259370] pci_bus 0001:40: root bus resource [io  0x400000-0x7fffff]
[    1.259381] pci_bus 0001:40: root bus resource [mem 0x4460000000-0x447fffffff pref] (bus address [0x60000000-0x7fffffff])
[    1.259393] pci_bus 0001:40: root bus resource [mem 0x4480000000-0x448fffffff] (bus address [0x80000000-0x8fffffff])
[    1.259404] pci_bus 0001:40: root bus resource [mem 0x4500000000-0x46ffffffff pref]
[    1.259415] pci_bus 0001:40: root bus resource [mem 0x4700000000-0x47ffffffff]
[    1.259443] pci 0001:40:00.0: [1e30:2042] type 01 class 0x060400
[    1.259523] pci 0001:40:00.0: supports D1
[    1.259534] pci 0001:40:00.0: PME# supported from D0 D1 D3hot
[    1.261736] pci_bus 0001:41: busn_res: [bus 41-7f] end is updated to 41
[    1.261766] pci 0001:40:00.0: PCI bridge to [bus 41]
[    1.262047] cdns-pcie-host 7062000000.pcie: host bridge /pcie@7062000000 ranges:
[    1.262083] cdns-pcie-host 7062000000.pcie:       IO 0x4810800000..0x4810bfffff -> 0x0000800000
[    1.262105] cdns-pcie-host 7062000000.pcie:      MEM 0x4890000000..0x48bfffffff -> 0x0090000000
[    1.262125] cdns-pcie-host 7062000000.pcie:      MEM 0x48c0000000..0x48cfffffff -> 0x00c0000000
[    1.262143] cdns-pcie-host 7062000000.pcie:      MEM 0x4900000000..0x4affffffff -> 0x4900000000
[    1.262158] cdns-pcie-host 7062000000.pcie:      MEM 0x4b00000000..0x4bffffffff -> 0x4b00000000
[    1.262177] cdns-pcie-host 7062000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    1.262280] cdns-pcie-host 7062000000.pcie: Memory resource size exceeds max for 32 bits
[    1.262838] cdns-pcie-host 7062000000.pcie: no phy-names.  PHY will not be initialized
[    1.262943] cdns-pcie-host 7062000000.pcie: msi_data is 0x42c3f000
[    1.263176] cdns-pcie-host 7062000000.pcie: PCI host bridge to bus 0002:80
[    1.263191] pci_bus 0002:80: Unknown NUMA node; performance will be reduced
[    1.263203] pci_bus 0002:80: root bus resource [bus 80-bf]
[    1.263213] pci_bus 0002:80: root bus resource [io  0x800000-0xbfffff]
[    1.263224] pci_bus 0002:80: root bus resource [mem 0x4890000000-0x48bfffffff pref] (bus address [0x90000000-0xbfffffff])
[    1.263237] pci_bus 0002:80: root bus resource [mem 0x48c0000000-0x48cfffffff] (bus address [0xc0000000-0xcfffffff])
[    1.263248] pci_bus 0002:80: root bus resource [mem 0x4900000000-0x4affffffff pref]
[    1.263258] pci_bus 0002:80: root bus resource [mem 0x4b00000000-0x4bffffffff]
[    1.263287] pci 0002:80:00.0: [1e30:2042] type 01 class 0x060400
[    1.263368] pci 0002:80:00.0: supports D1
[    1.263379] pci 0002:80:00.0: PME# supported from D0 D1 D3hot
[    1.265537] pci 0002:81:00.0: [8086:1528] type 00 class 0x020000
[    1.265588] pci 0002:81:00.0: reg 0x10: [mem 0x4900000000-0x49001fffff 64bit pref]
[    1.265642] pci 0002:81:00.0: reg 0x20: [mem 0x4900400000-0x4900403fff 64bit pref]
[    1.265664] pci 0002:81:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    1.265818] pci 0002:81:00.0: PME# supported from D0 D3hot D3cold
[    1.265896] pci 0002:81:00.0: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.265907] pci 0002:81:00.0: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs)
[    1.265949] pci 0002:81:00.0: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.265958] pci 0002:81:00.0: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs)
[    1.266741] pci 0002:81:00.1: [8086:1528] type 00 class 0x020000
[    1.266787] pci 0002:81:00.1: reg 0x10: [mem 0x4900200000-0x49003fffff 64bit pref]
[    1.266838] pci 0002:81:00.1: reg 0x20: [mem 0x4900404000-0x4900407fff 64bit pref]
[    1.266860] pci 0002:81:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    1.267011] pci 0002:81:00.1: PME# supported from D0 D3hot D3cold
[    1.267079] pci 0002:81:00.1: reg 0x184: [mem 0x00000000-0x00003fff 64bit]
[    1.267088] pci 0002:81:00.1: VF(n) BAR0 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR0 for 64 VFs)
[    1.267129] pci 0002:81:00.1: reg 0x190: [mem 0x00000000-0x00003fff 64bit]
[    1.267139] pci 0002:81:00.1: VF(n) BAR3 space: [mem 0x00000000-0x000fffff 64bit] (contains BAR3 for 64 VFs)
[    1.288140] pci_bus 0002:81: busn_res: [bus 81-bf] end is updated to 81
[    1.288176] pci 0002:80:00.0: BAR 14: assigned [mem 0x48c0000000-0x48c04fffff]
[    1.288192] pci 0002:80:00.0: BAR 15: assigned [mem 0x4900000000-0x49004fffff 64bit pref]
[    1.288211] pci 0002:81:00.0: BAR 0: assigned [mem 0x4900000000-0x49001fffff 64bit pref]
[    1.288241] pci 0002:81:00.1: BAR 0: assigned [mem 0x4900200000-0x49003fffff 64bit pref]
[    1.288267] pci 0002:81:00.0: BAR 6: assigned [mem 0x48c0000000-0x48c007ffff pref]
[    1.288279] pci 0002:81:00.1: BAR 6: assigned [mem 0x48c0080000-0x48c00fffff pref]
[    1.288290] pci 0002:81:00.0: BAR 4: assigned [mem 0x4900400000-0x4900403fff 64bit pref]
[    1.288316] pci 0002:81:00.0: BAR 7: assigned [mem 0x48c0100000-0x48c01fffff 64bit]
[    1.288335] pci 0002:81:00.0: BAR 10: assigned [mem 0x48c0200000-0x48c02fffff 64bit]
[    1.288353] pci 0002:81:00.1: BAR 4: assigned [mem 0x4900404000-0x4900407fff 64bit pref]
[    1.288379] pci 0002:81:00.1: BAR 7: assigned [mem 0x48c0300000-0x48c03fffff 64bit]
[    1.288397] pci 0002:81:00.1: BAR 10: assigned [mem 0x48c0400000-0x48c04fffff 64bit]
[    1.288416] pci 0002:80:00.0: PCI bridge to [bus 81]
[    1.288427] pci 0002:80:00.0:   bridge window [mem 0x48c0000000-0x48c04fffff]
[    1.288437] pci 0002:80:00.0:   bridge window [mem 0x4900000000-0x49004fffff 64bit pref]
[    1.288533] shpchp 0002:80:00.0: of_irq_parse_pci: failed with rc=-22
[    1.288671] cdns-pcie-host 4c00000000.pcie: host bridge /pcie@7062800000 ranges:
[    1.288703] cdns-pcie-host 4c00000000.pcie:       IO 0x4c10c00000..0x4c10ffffff -> 0x0000c00000
[    1.288726] cdns-pcie-host 4c00000000.pcie:      MEM 0x4cd0000000..0x4cefffffff -> 0x00d0000000
[    1.288744] cdns-pcie-host 4c00000000.pcie:      MEM 0x4cf0000000..0x4cffffffff -> 0x00f0000000
[    1.288762] cdns-pcie-host 4c00000000.pcie:      MEM 0x4d00000000..0x4effffffff -> 0x4d00000000
[    1.288777] cdns-pcie-host 4c00000000.pcie:      MEM 0x4f00000000..0x4fffffffff -> 0x4f00000000
[    1.288818] cdns-pcie-host 4c00000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    1.288907] cdns-pcie-host 4c00000000.pcie: Memory resource size exceeds max for 32 bits
[    1.288941] cdns-pcie-host 4c00000000.pcie: no phy-names.  PHY will not be initialized
[    1.289094] cdns-pcie-host 4c00000000.pcie: PCI host bridge to bus 0003:c0
[    1.289106] pci_bus 0003:c0: Unknown NUMA node; performance will be reduced
[    1.289117] pci_bus 0003:c0: root bus resource [bus c0-ff]
[    1.289127] pci_bus 0003:c0: root bus resource [io  0xc00000-0xffffff]
[    1.289137] pci_bus 0003:c0: root bus resource [mem 0x4cd0000000-0x4cefffffff pref] (bus address [0xd0000000-0xefffffff])
[    1.289149] pci_bus 0003:c0: root bus resource [mem 0x4cf0000000-0x4cffffffff] (bus address [0xf0000000-0xffffffff])
[    1.289160] pci_bus 0003:c0: root bus resource [mem 0x4d00000000-0x4effffffff pref]
[    1.289170] pci_bus 0003:c0: root bus resource [mem 0x4f00000000-0x4fffffffff]
[    1.289199] pci 0003:c0:00.0: [1e30:2042] type 01 class 0x060400
[    1.289283] pci 0003:c0:00.0: supports D1
[    1.289294] pci 0003:c0:00.0: PME# supported from D0 D1 D3hot
[    1.291489] pci 0003:c1:00.0: [1b21:2824] type 01 class 0x060400
[    1.291725] pci 0003:c1:00.0: PME# supported from D0 D3hot D3cold
[    1.318399] pci 0003:c2:00.0: [1b21:2824] type 01 class 0x060400
[    1.318643] pci 0003:c2:00.0: PME# supported from D0 D3hot D3cold
[    1.319268] pci 0003:c2:04.0: [1b21:2824] type 01 class 0x060400
[    1.319506] pci 0003:c2:04.0: PME# supported from D0 D3hot D3cold
[    1.319994] pci 0003:c2:06.0: [1b21:2824] type 01 class 0x060400
[    1.320229] pci 0003:c2:06.0: PME# supported from D0 D3hot D3cold
[    1.320579] pci 0003:c2:07.0: [1b21:2824] type 01 class 0x060400
[    1.320809] pci 0003:c2:07.0: PME# supported from D0 D3hot D3cold
[    1.321162] pci 0003:c2:08.0: [1b21:2824] type 01 class 0x060400
[    1.321386] pci 0003:c2:08.0: PME# supported from D0 D3hot D3cold
[    1.321935] pci 0003:c2:0c.0: [1b21:2824] type 01 class 0x060400
[    1.322167] pci 0003:c2:0c.0: PME# supported from D0 D3hot D3cold
[    1.322599] pci 0003:c2:0e.0: [1b21:2824] type 01 class 0x060400
[    1.322830] pci 0003:c2:0e.0: PME# supported from D0 D3hot D3cold
[    1.323184] pci 0003:c2:0f.0: [1b21:2824] type 01 class 0x060400
[    1.323408] pci 0003:c2:0f.0: PME# supported from D0 D3hot D3cold
[    1.324916] pci 0003:c3:00.0: [1d97:5216] type 00 class 0x010802
[    1.324974] pci 0003:c3:00.0: reg 0x10: [mem 0x4cf0020000-0x4cf0023fff 64bit]
[    1.325068] pci 0003:c3:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    1.325640] pci_bus 0003:c3: busn_res: [bus c3-ff] end is updated to c3
[    1.325828] pci 0003:c4:00.0: [1b21:2142] type 00 class 0x0c0330
[    1.325885] pci 0003:c4:00.0: reg 0x10: [mem 0x4cf0100000-0x4cf0107fff 64bit]
[    1.326146] pci 0003:c4:00.0: PME# supported from D0 D3hot D3cold
[    1.326538] pci_bus 0003:c4: busn_res: [bus c4-ff] end is updated to c4
[    1.326710] pci 0003:c5:00.0: [10ec:8125] type 00 class 0x020000
[    1.326757] pci 0003:c5:00.0: reg 0x10: [io  0xc00000-0xc000ff]
[    1.326814] pci 0003:c5:00.0: reg 0x18: [mem 0x4cf0200000-0x4cf020ffff 64bit]
[    1.326853] pci 0003:c5:00.0: reg 0x20: [mem 0x4cf0210000-0x4cf0213fff 64bit]
[    1.327084] pci 0003:c5:00.0: supports D1 D2
[    1.327093] pci 0003:c5:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.327590] pci_bus 0003:c5: busn_res: [bus c5-ff] end is updated to c5
[    1.327757] pci 0003:c6:00.0: [1106:3483] type 00 class 0x0c0330
[    1.327810] pci 0003:c6:00.0: reg 0x10: [mem 0x4cf0300000-0x4cf0300fff 64bit]
[    1.328009] pci 0003:c6:00.0: PME# supported from D0 D3hot D3cold
[    1.328360] pci_bus 0003:c6: busn_res: [bus c6-ff] end is updated to c6
[    1.328628] pci_bus 0003:c7: busn_res: [bus c7-ff] end is updated to c7
[    1.328801] pci 0003:c8:00.0: [197b:0585] type 00 class 0x010601
[    1.328849] pci 0003:c8:00.0: reg 0x10: [io  0xc01000-0xc0107f]
[    1.328878] pci 0003:c8:00.0: reg 0x14: [io  0xc01080-0xc010ff]
[    1.328905] pci 0003:c8:00.0: reg 0x18: [io  0xc01100-0xc0117f]
[    1.328930] pci 0003:c8:00.0: reg 0x1c: [io  0xc01180-0xc011ff]
[    1.328956] pci 0003:c8:00.0: reg 0x20: [io  0xc01200-0xc0127f]
[    1.328982] pci 0003:c8:00.0: reg 0x24: [mem 0x4cf0410000-0x4cf0411fff]
[    1.329010] pci 0003:c8:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    1.329193] pci 0003:c8:00.0: PME# supported from D3hot
[    1.329625] pci_bus 0003:c8: busn_res: [bus c8-ff] end is updated to c8
[    1.329800] pci 0003:c9:00.0: [10ec:8125] type 00 class 0x020000
[    1.329847] pci 0003:c9:00.0: reg 0x10: [io  0xc02000-0xc020ff]
[    1.329904] pci 0003:c9:00.0: reg 0x18: [mem 0x4cf0500000-0x4cf050ffff 64bit]
[    1.329942] pci 0003:c9:00.0: reg 0x20: [mem 0x4cf0510000-0x4cf0513fff 64bit]
[    1.330188] pci 0003:c9:00.0: supports D1 D2
[    1.330199] pci 0003:c9:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.330701] pci_bus 0003:c9: busn_res: [bus c9-ff] end is updated to c9
[    1.330933] pci_bus 0003:ca: busn_res: [bus ca-ff] end is updated to ca
[    1.330954] pci_bus 0003:c2: busn_res: [bus c2-ff] end is updated to ca
[    1.330968] pci_bus 0003:c1: busn_res: [bus c1-ff] end is updated to ca
[    1.331008] pci 0003:c0:00.0: BAR 14: assigned [mem 0x4cf0000000-0x4cf05fffff]
[    1.331022] pci 0003:c0:00.0: BAR 13: assigned [io  0xc00000-0xc02fff]
[    1.331035] pci 0003:c1:00.0: BAR 14: assigned [mem 0x4cf0000000-0x4cf05fffff]
[    1.331046] pci 0003:c1:00.0: BAR 13: assigned [io  0xc00000-0xc02fff]
[    1.331061] pci 0003:c2:00.0: BAR 14: assigned [mem 0x4cf0000000-0x4cf00fffff]
[    1.331073] pci 0003:c2:04.0: BAR 14: assigned [mem 0x4cf0100000-0x4cf01fffff]
[    1.331083] pci 0003:c2:06.0: BAR 14: assigned [mem 0x4cf0200000-0x4cf02fffff]
[    1.331093] pci 0003:c2:07.0: BAR 14: assigned [mem 0x4cf0300000-0x4cf03fffff]
[    1.331104] pci 0003:c2:0c.0: BAR 14: assigned [mem 0x4cf0400000-0x4cf04fffff]
[    1.331114] pci 0003:c2:0e.0: BAR 14: assigned [mem 0x4cf0500000-0x4cf05fffff]
[    1.331124] pci 0003:c2:06.0: BAR 13: assigned [io  0xc00000-0xc00fff]
[    1.331133] pci 0003:c2:0c.0: BAR 13: assigned [io  0xc01000-0xc01fff]
[    1.331142] pci 0003:c2:0e.0: BAR 13: assigned [io  0xc02000-0xc02fff]
[    1.331155] pci 0003:c3:00.0: BAR 6: assigned [mem 0x4cf0000000-0x4cf001ffff pref]
[    1.331167] pci 0003:c3:00.0: BAR 0: assigned [mem 0x4cf0020000-0x4cf0023fff 64bit]
[    1.331196] pci 0003:c2:00.0: PCI bridge to [bus c3]
[    1.331212] pci 0003:c2:00.0:   bridge window [mem 0x4cf0000000-0x4cf00fffff]
[    1.331236] pci 0003:c4:00.0: BAR 0: assigned [mem 0x4cf0100000-0x4cf0107fff 64bit]
[    1.331265] pci 0003:c2:04.0: PCI bridge to [bus c4]
[    1.331280] pci 0003:c2:04.0:   bridge window [mem 0x4cf0100000-0x4cf01fffff]
[    1.331303] pci 0003:c5:00.0: BAR 2: assigned [mem 0x4cf0200000-0x4cf020ffff 64bit]
[    1.331334] pci 0003:c5:00.0: BAR 4: assigned [mem 0x4cf0210000-0x4cf0213fff 64bit]
[    1.331365] pci 0003:c5:00.0: BAR 0: assigned [io  0xc00000-0xc000ff]
[    1.331381] pci 0003:c2:06.0: PCI bridge to [bus c5]
[    1.331391] pci 0003:c2:06.0:   bridge window [io  0xc00000-0xc00fff]
[    1.331406] pci 0003:c2:06.0:   bridge window [mem 0x4cf0200000-0x4cf02fffff]
[    1.331428] pci 0003:c6:00.0: BAR 0: assigned [mem 0x4cf0300000-0x4cf0300fff 64bit]
[    1.331456] pci 0003:c2:07.0: PCI bridge to [bus c6]
[    1.331471] pci 0003:c2:07.0:   bridge window [mem 0x4cf0300000-0x4cf03fffff]
[    1.331492] pci 0003:c2:08.0: PCI bridge to [bus c7]
[    1.331521] pci 0003:c8:00.0: BAR 6: assigned [mem 0x4cf0400000-0x4cf040ffff pref]
[    1.331532] pci 0003:c8:00.0: BAR 5: assigned [mem 0x4cf0410000-0x4cf0411fff]
[    1.331547] pci 0003:c8:00.0: BAR 0: assigned [io  0xc01000-0xc0107f]
[    1.331562] pci 0003:c8:00.0: BAR 1: assigned [io  0xc01080-0xc010ff]
[    1.331577] pci 0003:c8:00.0: BAR 2: assigned [io  0xc01100-0xc0117f]
[    1.331592] pci 0003:c8:00.0: BAR 3: assigned [io  0xc01180-0xc011ff]
[    1.331606] pci 0003:c8:00.0: BAR 4: assigned [io  0xc01200-0xc0127f]
[    1.331622] pci 0003:c2:0c.0: PCI bridge to [bus c8]
[    1.331632] pci 0003:c2:0c.0:   bridge window [io  0xc01000-0xc01fff]
[    1.331646] pci 0003:c2:0c.0:   bridge window [mem 0x4cf0400000-0x4cf04fffff]
[    1.331669] pci 0003:c9:00.0: BAR 2: assigned [mem 0x4cf0500000-0x4cf050ffff 64bit]
[    1.331700] pci 0003:c9:00.0: BAR 4: assigned [mem 0x4cf0510000-0x4cf0513fff 64bit]
[    1.331729] pci 0003:c9:00.0: BAR 0: assigned [io  0xc02000-0xc020ff]
[    1.331745] pci 0003:c2:0e.0: PCI bridge to [bus c9]
[    1.331755] pci 0003:c2:0e.0:   bridge window [io  0xc02000-0xc02fff]
[    1.331770] pci 0003:c2:0e.0:   bridge window [mem 0x4cf0500000-0x4cf05fffff]
[    1.331791] pci 0003:c2:0f.0: PCI bridge to [bus ca]
[    1.331816] pci 0003:c1:00.0: PCI bridge to [bus c2-ca]
[    1.331827] pci 0003:c1:00.0:   bridge window [io  0xc00000-0xc02fff]
[    1.331841] pci 0003:c1:00.0:   bridge window [mem 0x4cf0000000-0x4cf05fffff]
[    1.331862] pci 0003:c0:00.0: PCI bridge to [bus c1-ca]
[    1.331870] pci 0003:c0:00.0:   bridge window [io  0xc00000-0xc02fff]
[    1.331881] pci 0003:c0:00.0:   bridge window [mem 0x4cf0000000-0x4cf05fffff]
[    1.333047] pci 0003:c4:00.0: PME# does not work under D0, disabling it
[    1.335433] sg20xx-mcu 1-0017: MCU: version 0x7, reason 0x0/0x0
[    1.335876] sg20xx-mcu 1-0017: hwmon: 'sg20xx-mcu' is not a valid name attribute, please fix
[    1.339492] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.346252] 7040000000.serial: ttyS0 at MMIO 0x7040000000 (irq = 45, base_baud = 31250000) is a 16550A
[    1.347010] 7040001000.serial: ttyS1 at MMIO 0x7040001000 (irq = 46, base_baud = 31250000) is a 16550A
[    1.347801] 7040002000.serial: ttyS2 at MMIO 0x7040002000 (irq = 47, base_baud = 31250000) is a 16550A
[    1.348584] 7040003000.serial: ttyS3 at MMIO 0x7040003000 (irq = 48, base_baud = 31250000) is a 16550A
[    1.353341] nvme nvme0: pci function 0003:c3:00.0
[    1.353685] ahci 0003:c8:00.0: version 3.0
[    1.353943] ahci 0003:c8:00.0: SSS flag set, parallel bus scan disabled
[    1.354021] ahci 0003:c8:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[    1.354037] ahci 0003:c8:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh 
[    1.359317] nvme nvme0: Shutdown timeout set to 8 seconds
[    1.360707] hwmon hwmon1: temp1_input not attached to any thermal zone
[    1.366411] scsi host0: ahci
[    1.367452] scsi host1: ahci
[    1.368389] scsi host2: ahci
[    1.369179] scsi host3: ahci
[    1.369969] scsi host4: ahci
[    1.370221] ata1: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410100 irq 50
[    1.370242] ata2: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410180 irq 50
[    1.370255] ata3: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410200 irq 50
[    1.370266] ata4: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410280 irq 50
[    1.370277] ata5: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410300 irq 50
[    1.373075] xhci_hcd 0003:c4:00.0: xHCI Host Controller
[    1.373399] xhci_hcd 0003:c4:00.0: new USB bus registered, assigned bus number 1
[    1.430528] xhci_hcd 0003:c4:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    1.431108] xhci_hcd 0003:c4:00.0: xHCI Host Controller
[    1.431326] xhci_hcd 0003:c4:00.0: new USB bus registered, assigned bus number 2
[    1.431359] xhci_hcd 0003:c4:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.431620] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.431640] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.431652] usb usb1: Product: xHCI Host Controller
[    1.431661] usb usb1: Manufacturer: Linux 6.1.31 xhci-hcd
[    1.431669] usb usb1: SerialNumber: 0003:c4:00.0
[    1.432155] hub 1-0:1.0: USB hub found
[    1.432202] hub 1-0:1.0: 2 ports detected
[    1.432601] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.432705] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.432720] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.432731] usb usb2: Product: xHCI Host Controller
[    1.432739] usb usb2: Manufacturer: Linux 6.1.31 xhci-hcd
[    1.432746] usb usb2: SerialNumber: 0003:c4:00.0
[    1.433179] hub 2-0:1.0: USB hub found
[    1.433230] hub 2-0:1.0: 2 ports detected
[    1.433833] xhci_hcd 0003:c6:00.0: xHCI Host Controller
[    1.434055] xhci_hcd 0003:c6:00.0: new USB bus registered, assigned bus number 3
[    1.436511] xhci_hcd 0003:c6:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
[    1.437036] xhci_hcd 0003:c6:00.0: xHCI Host Controller
[    1.437259] xhci_hcd 0003:c6:00.0: new USB bus registered, assigned bus number 4
[    1.437284] xhci_hcd 0003:c6:00.0: Host supports USB 3.0 SuperSpeed
[    1.437458] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    1.437476] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.437488] usb usb3: Product: xHCI Host Controller
[    1.437496] usb usb3: Manufacturer: Linux 6.1.31 xhci-hcd
[    1.437504] usb usb3: SerialNumber: 0003:c6:00.0
[    1.437974] hub 3-0:1.0: USB hub found
[    1.438023] hub 3-0:1.0: 1 port detected
[    1.438555] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    1.438576] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.438587] usb usb4: Product: xHCI Host Controller
[    1.438596] usb usb4: Manufacturer: Linux 6.1.31 xhci-hcd
[    1.438604] usb usb4: SerialNumber: 0003:c6:00.0
[    1.439021] hub 4-0:1.0: USB hub found
[    1.439065] hub 4-0:1.0: 4 ports detected
[    1.439754] usbcore: registered new interface driver usbserial_generic
[    1.439788] usbserial: USB Serial support registered for generic
[    1.440130] mousedev: PS/2 mouse device common for all mice
[    1.440300] i2c_dev: i2c /dev entries driver
[    1.442206] nvme nvme0: allocated 64 MiB host memory buffer.
[    1.443769] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.443914] device-mapper: uevent: version 1.0.3
[    1.444290] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    1.445253] sdhci: Secure Digital Host Controller Interface driver
[    1.445271] sdhci: Copyright(c) Pierre Ossman
[    1.445297] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.478097] mmc0: SDHCI controller on 704002a000.bm-emmc [704002a000.bm-emmc] using ADMA 64-bit
[    1.509430] mmc1: SDHCI controller on 704002b000.bm-sd [704002b000.bm-sd] using ADMA 64-bit
[    1.513351] ledtrig-cpu: registered to indicate activity on CPUs
[    1.513558] hid: raw HID events driver (C) Jiri Kosina
[    1.513738] usbcore: registered new interface driver usbhid
[    1.513750] usbhid: USB HID core driver
[    1.513943] riscv-pmu-sbi: SBI PMU extension is available
[    1.514127] riscv-pmu-sbi: 16 firmware and 31 hardware counters
[    1.519271] drop_monitor: Initializing network drop monitor service
[    1.519563] Initializing XFRM netlink socket
[    1.520210] NET: Registered PF_INET6 protocol family
[    1.538844] Segment Routing with IPv6
[    1.538866] RPL Segment Routing with IPv6
[    1.538919] In-situ OAM (IOAM) with IPv6
[    1.539013] mip6: Mobile IPv6
[    1.539037] NET: Registered PF_PACKET protocol family
[    1.555221] registered taskstats version 1
[    1.562093] Loading compiled-in X.509 certificates
[    1.570341] nvme nvme0: 1/0/0 default/read/poll queues
[    1.574966]  nvme0n1: p1 p2 p3
[    1.585294] Loaded X.509 cert 'Build time autogenerated kernel key: 2a5cd213aff666f1a6d730961a34f8ce2a15c472'
[    1.600914] zswap: loaded using pool lzo/zbud
[    1.602117] page_owner is disabled
[    1.602395] Key type .fscrypt registered
[    1.602411] Key type fscrypt-provisioning registered
[    1.605566] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[    1.605705] Key type big_key registered
[    1.620932] Key type encrypted registered
[    1.620991] ima: No TPM chip found, activating TPM-bypass!
[    1.621020] Loading compiled-in module X.509 certificates
[    1.622454] Loaded X.509 cert 'Build time autogenerated kernel key: 2a5cd213aff666f1a6d730961a34f8ce2a15c472'
[    1.622481] ima: Allocated hash algorithm: sha256
[    1.622531] ima: No architecture policies found
[    1.622601] evm: Initialising EVM extended attributes:
[    1.622612] evm: security.selinux
[    1.622622] evm: security.SMACK64
[    1.622628] evm: security.SMACK64EXEC
[    1.622634] evm: security.SMACK64TRANSMUTE
[    1.622641] evm: security.SMACK64MMAP
[    1.622647] evm: security.apparmor
[    1.622653] evm: security.ima
[    1.622659] evm: security.capability
[    1.622665] evm: HMAC attrs: 0x1
[    1.698097] alg: No test for 842 (842-scomp)
[    1.698364] alg: No test for 842 (842-generic)
[    1.699750] ata1: SATA link down (SStatus 0 SControl 300)
[    1.718121] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.738108] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.901778] usb 1-1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 7.94
[    1.901805] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.901816] usb 1-1: Product: USB2.0 Hub             
[    1.901825] usb 1-1: Manufacturer: VIA Labs, Inc.         
[    1.901834] usb 1-1: SerialNumber: 000000001
[    1.908914] hub 1-1:1.0: USB hub found
[    1.909141] hub 1-1:1.0: 4 ports detected
[    1.919523] usb 3-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    1.919546] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.919558] usb 3-1: Product: USB2.0 Hub
[    1.921630] hub 3-1:1.0: USB hub found
[    1.921914] hub 3-1:1.0: 4 ports detected
[    2.029682] ata2: SATA link down (SStatus 0 SControl 300)
[    2.261044] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.359610] ata3: SATA link down (SStatus 0 SControl 300)
[    2.689627] ata4: SATA link down (SStatus 0 SControl 300)
[    2.697398] usb 2-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 7.94
[    2.697426] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.697438] usb 2-1: Product: USB3.1 Hub             
[    2.697446] usb 2-1: Manufacturer: VIA Labs, Inc.         
[    2.697455] usb 2-1: SerialNumber: 000000001
[    2.703997] hub 2-1:1.0: USB hub found
[    2.704656] hub 2-1:1.0: 4 ports detected
[    2.838095] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    3.019690] ata5: SATA link down (SStatus 0 SControl 300)
[    3.021965] usb 1-2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 7.94
[    3.021991] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.022002] usb 1-2: Product: USB2.0 Hub             
[    3.022011] usb 1-2: Manufacturer: VIA Labs, Inc.         
[    3.022019] usb 1-2: SerialNumber: 000000001
[    3.023265] Freeing unused kernel image (initmem) memory: 2720K
[    3.028891] Checked W+X mappings: passed, no W+X pages found
[    3.028917] rodata_test: all tests were successful
[    3.028976] Run /init as init process
[    3.028989]   with arguments:
[    3.028994]     /init
[    3.029001]   with environment:
[    3.029007]     HOME=/
[    3.029011]     TERM=linux
[    3.029014]     LANG=en_US.UTF-8
[    3.029132] hub 1-2:1.0: USB hub found
[    3.029346] hub 1-2:1.0: 4 ports detected
[    3.101185] systemd[1]: System time before build time, advancing clock.
[    3.134730] systemd[1]: systemd 253.2-614.7.riscv64.fc38 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)
[    3.134781] systemd[1]: Detected architecture riscv64.
[    3.134800] systemd[1]: Running in initrd.
[    3.137664] systemd[1]: Hostname set to <fedora-riscv>.
[    3.168933] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[    3.231145] usb 2-2: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 7.94
[    3.231168] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.231179] usb 2-2: Product: USB3.1 Hub             
[    3.231188] usb 2-2: Manufacturer: VIA Labs, Inc.         
[    3.231196] usb 2-2: SerialNumber: 000000001
[    3.238757] hub 2-2:1.0: USB hub found
[    3.239426] hub 2-2:1.0: 4 ports detected
[    3.368135] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd
[    3.440568] systemd[1]: bpf-lsm: Failed to load BPF object: No such process
[    3.721721] usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.01
[    3.721757] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.721771] usb 1-1.1: Product: USB Receiver
[    3.721781] usb 1-1.1: Manufacturer: Logitech
[    3.723087] systemd[1]: Queued start job for default target initrd.target.
[    3.742691] input: Logitech USB Receiver as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.0001/input/input0
[    3.808915] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0003:c4:00.0-1.1/input0
[    3.813110] input: Logitech USB Receiver Mouse as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0002/input/input1
[    3.813591] input: Logitech USB Receiver Consumer Control as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0002/input/input2
[    3.830012] systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.
[    3.830766] systemd[1]: Reached target local-fs.target - Local File Systems.
[    3.831056] systemd[1]: Reached target slices.target - Slice Units.
[    3.831300] systemd[1]: Reached target swap.target - Swaps.
[    3.831512] systemd[1]: Reached target timers.target - Timer Units.
[    3.832197] systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.
[    3.833009] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[    3.833805] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[    3.834658] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[    3.835359] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[    3.835636] systemd[1]: Reached target sockets.target - Socket Units.
[    3.842093] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[    3.842812] systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.
[    3.847827] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[    3.853172] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[    3.858295] systemd[1]: Starting systemd-vconsole-setup.service - Setup Virtual Console...
[    3.867257] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[    3.878554] input: Logitech USB Receiver System Control as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0002/input/input3
[    3.879325] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0003:c4:00.0-1.1/input1
[    3.883578] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0003:c4:00.0-1.1/input2
[    3.885088] alua: device handler registered
[    3.891021] emc: device handler registered
[    3.896719] rdac: device handler registered
[    3.900539] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[    3.906119] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[    3.913697] systemd[1]: Finished systemd-sysusers.service - Create System Users.
[    3.918980] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...
[    3.931767] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[    3.944466] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.
[    3.951175] systemd[1]: Started haveged.service - Entropy Daemon based on the HAVEGE algorithm.
[    3.961248] systemd[1]: Starting systemd-journald.service - Journal Service...
[    4.003748] systemd-journald[598]: Collecting audit messages is disabled.
[    4.025537] systemd[1]: Finished systemd-vconsole-setup.service - Setup Virtual Console.
[    4.026588] systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.
[    4.028140] usb 1-1.2: new full-speed USB device number 5 using xhci_hcd
[    4.031565] systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...
[    4.242503] systemd[1]: Started systemd-journald.service - Journal Service.
[    4.286132] usb 1-1.2: New USB device found, idVendor=feed, idProduct=0000, bcdDevice= 0.01
[    4.286161] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.286174] usb 1-1.2: Product: XD87 TKL
[    4.286184] usb 1-1.2: Manufacturer: KP Republic
[    4.286192] usb 1-1.2: SerialNumber: 0
[    4.301437] input: KP Republic XD87 TKL as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:FEED:0000.0004/input/input5
[    4.368879] hid-generic 0003:FEED:0000.0004: input,hidraw3: USB HID v1.11 Keyboard [KP Republic XD87 TKL] on usb-0003:c4:00.0-1.2/input0
[    4.370434] input: KP Republic XD87 TKL System Control as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:FEED:0000.0005/input/input6
[    4.438483] input: KP Republic XD87 TKL Consumer Control as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:FEED:0000.0005/input/input7
[    4.438848] hid-generic 0003:FEED:0000.0005: input,hidraw4: USB HID v1.11 Device [KP Republic XD87 TKL] on usb-0003:c4:00.0-1.2/input1
[    4.468355] random: crng init done
[    5.606168] [drm] radeon kernel modesetting enabled.
[    5.606333] pci 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    5.606485] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    5.607207] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x1787:0x3000 0x00).
[    5.928289] ATOM BIOS: C26401
[    5.928497] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    5.928514] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    5.928524] [drm] Detected VRAM RAM=2048M, BAR=256M
[    5.928532] [drm] RAM width 64bits DDR
[    5.928641] [drm] radeon: 2048M of VRAM memory ready
[    5.928657] [drm] radeon: 1024M of GTT memory ready.
[    5.928733] [drm] Loading CAICOS Microcode
[    5.947916] [drm] Internal thermal controller with fan control
[    5.952184] [drm] radeon: dpm initialized
[    5.972377] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    6.005349] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    6.005575] radeon 0000:01:00.0: WB enabled
[    6.005592] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    6.005605] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    6.010439] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118
[    6.011336] cdns-pcie-host 7060000000.pcie: msi#0 address_hi 0x0 address_lo 0x42c00000
[    6.011391] radeon 0000:01:00.0: radeon: using MSI.
[    6.011459] [drm] radeon: irq initialized.
[    6.028579] [drm] ring test on 0 succeeded in 1 usecs
[    6.028619] [drm] ring test on 3 succeeded in 3 usecs
[    6.205774] [drm] ring test on 5 succeeded in 1 usecs
[    6.205796] [drm] UVD initialized successfully.
[    6.206271] [drm] ib test on ring 0 succeeded in 0 usecs
[    6.206352] [drm] ib test on ring 3 succeeded in 0 usecs
[    6.357757] [drm] ib test on ring 5 succeeded
[    6.360226] [drm] Radeon Display Connectors
[    6.360248] [drm] Connector 0:
[    6.360256] [drm]   HDMI-A-1
[    6.360264] [drm]   HPD2
[    6.360270] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    6.360281] [drm]   Encoders:
[    6.360288] [drm]     DFP1: INTERNAL_UNIPHY1
[    6.360295] [drm] Connector 1:
[    6.360301] [drm]   DVI-D-1
[    6.360306] [drm]   HPD4
[    6.360312] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    6.360321] [drm]   Encoders:
[    6.360327] [drm]     DFP2: INTERNAL_UNIPHY
[    6.360334] [drm] Connector 2:
[    6.360339] [drm]   VGA-1
[    6.360345] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    6.360354] [drm]   Encoders:
[    6.360360] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.481920] [drm] fb mappable at 0x4100363000
[    6.481940] [drm] vram apper at 0x4100000000
[    6.481949] [drm] size 8294400
[    6.481956] [drm] fb depth is 24
[    6.481963] [drm]    pitch is 7680
[    6.544109] Console: switching to colour frame buffer device 240x67
[    6.611461] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[    6.678242] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    6.680201] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0003:c4:00.0-1.1/input2
[    6.821139] input: Logitech Wireless Device PID:401b Mouse as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0003/0003:046D:401B.0006/input/input8
[    6.822132] hid-generic 0003:046D:401B.0006: input,hidraw1: USB HID v1.11 Mouse [Logitech Wireless Device PID:401b] on usb-0003:c4:00.0-1.1/input2:1
[    6.823588] input: Logitech Wireless Device PID:4016 Keyboard as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0003/0003:046D:4016.0007/input/input12
[    6.824797] hid-generic 0003:046D:4016.0007: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4016] on usb-0003:c4:00.0-1.1/input2:2
[    6.927385] r8169 0003:c5:00.0 eth0: RTL8125B, 00:e0:4c:68:00:a5, XID 641, IRQ 60
[    6.927752] r8169 0003:c5:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.975826] r8169 0003:c9:00.0 eth1: RTL8125B, 00:e0:4c:68:00:a6, XID 641, IRQ 61
[    6.976182] r8169 0003:c9:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    6.983990] r8169 0003:c5:00.0 enP3p197s0: renamed from eth0
[    7.278965] r8169 0003:c9:00.0 enP3p201s0: renamed from eth1
[    7.368530] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
[    7.554507] input: Logitech M215 2nd Gen as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0003/0003:046D:401B.0006/input/input16
[    7.555935] logitech-hidpp-device 0003:046D:401B.0006: input,hidraw1: USB HID v1.11 Mouse [Logitech M215 2nd Gen] on usb-0003:c4:00.0-1.1/input2:1
[    8.204093] [drm] amdgpu kernel modesetting enabled.
[    8.436740] input: Logitech K330 as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0003/0003:046D:4016.0007/input/input17
[    8.438283] logitech-hidpp-device 0003:046D:4016.0007: input,hidraw2: USB HID v1.11 Keyboard [Logitech K330] on usb-0003:c4:00.0-1.1/input2:2
[    9.716647] systemd-journald[598]: Received SIGTERM from PID 1 (systemd).
[   10.014629] systemd[1]: systemd 253.2-614.7.riscv64.fc38 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)
[   10.038227] systemd[1]: Detected architecture riscv64.
[   10.328921] systemd[1]: bpf-lsm: Failed to load BPF object: No such process
[   10.690331] zram: Added device: zram0
[   10.929051] systemd[1]: xpcba.service: Failed to open /etc/systemd/system/xpcba.service: No such file or directory
[   11.539123] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[   11.552806] systemd[1]: Stopped initrd-switch-root.service - Switch Root.
[   11.566991] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[   11.568778] systemd[1]: Created slice machine.slice - Virtual Machine and Container Slice.
[   11.614326] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   11.648009] systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen.
[   11.682255] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice - Slice /system/systemd-zram-setup.
[   11.716086] systemd[1]: Created slice user.slice - User and Session Slice.
[   11.747852] systemd[1]: systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
[   11.748498] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   11.793462] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   11.826023] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[   11.841504] systemd[1]: Reached target getty.target - Login Prompts.
[   11.875215] systemd[1]: Stopped target initrd-switch-root.target - Switch Root.
[   11.890666] systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.
[   11.924536] systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.
[   11.940164] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   11.974838] systemd[1]: Reached target paths.target - Path Units.
[   11.990656] systemd[1]: Reached target slices.target - Slice Units.
[   12.025511] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   12.042022] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   12.078117] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   12.113970] systemd[1]: multipathd.socket - multipathd control socket was skipped because of an unmet condition check (ConditionPathExists=/etc/multipath.conf).
[   12.119217] systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.
[   12.164963] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   12.202594] systemd[1]: Listening on systemd-oomd.socket - Userspace Out-Of-Memory (OOM) Killer Socket.
[   12.240412] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   12.278424] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   12.316625] systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.
[   12.428585] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   12.462702] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   12.501848] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   12.541644] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   12.575510] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[   12.576552] systemd[1]: iscsi-starter.service was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/var/lib/iscsi/nodes).
[   12.581987] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   12.653185] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   12.695154] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   12.736742] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[   12.776810] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   12.817141] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   12.858200] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[   12.877936] loop: module loaded
[   12.911583] systemd[1]: plymouth-switch-root.service: Deactivated successfully.
[   12.926109] systemd[1]: Stopped plymouth-switch-root.service - Plymouth switch root service.
[   12.966163] systemd[1]: systemd-fsck-root.service: Deactivated successfully.
[   12.966413] systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.
[   13.021813] systemd[1]: Stopped systemd-journald.service - Journal Service.
[   13.060672] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[   13.139345] systemd[1]: Starting systemd-journald.service - Journal Service...
[   13.182429] systemd-journald[888]: Collecting audit messages is enabled.
[   13.184145] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   13.237004] systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...
[   13.274909] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   13.299130] EXT4-fs (nvme0n1p3): re-mounted. Quota mode: none.
[   13.331045] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   13.370763] systemd[1]: Started systemd-journald.service - Journal Service.
[   13.402932] audit: type=1130 audit(1683763210.290:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.525910] audit: type=1130 audit(1683763210.410:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.544667] audit: type=1130 audit(1683763210.430:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.584722] audit: type=1130 audit(1683763210.470:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.584741] audit: type=1131 audit(1683763210.470:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.623048] audit: type=1130 audit(1683763210.510:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.623068] audit: type=1131 audit(1683763210.510:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.683267] audit: type=1130 audit(1683763210.570:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.683284] audit: type=1131 audit(1683763210.570:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.718236] audit: type=1130 audit(1683763210.610:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.956338] systemd-journald[888]: Received client request to flush runtime journal.
[   13.958935] systemd-journald[888]: File /var/log/journal/55529f18b8f948478010a9a74e234929/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   14.787124] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver
[   14.793418] sophgo-spifmc 7000180000.flash-controller: gd25lb512me (65536 Kbytes)
[   14.802142] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[   14.802666] pci 0002:80:00.0: of_irq_parse_pci: failed with rc=-22
[   14.859304] pci 0002:80:00.0: enabling device (0000 -> 0002)
[   14.859339] ixgbe 0002:81:00.0: enabling device (0000 -> 0002)
[   14.874386] sophgo-spifmc 7002180000.flash-controller: gd25lb512me (65536 Kbytes)
[   15.036791] pci 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[   15.036977] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   15.036995] snd_hda_intel 0000:01:00.1: Force to snoop mode by module option
[   15.037159] cdns-pcie-host 7060000000.pcie: msi#1 address_hi 0x0 address_lo 0x42c00004
[   15.129273] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/platform/7060000000.pcie/pci0000:00/0000:00:00.0/0000:01:00.1/sound/card0/input18
[   15.155517] ixgbe 0002:81:00.0: Failed to allocate MSI-X interrupts. Err: -524
[   15.170160] ixgbe 0002:81:00.0: Disabling SR-IOV support
[   15.184691] ixgbe 0002:81:00.0: Disabling RSS support
[   15.198753] cdns-pcie-host 7062000000.pcie: msi#0 address_hi 0x0 address_lo 0x42c3f000
[   15.212810] ixgbe 0002:81:00.0: Multiqueue Disabled: Rx Queue count = 1, Tx Queue count = 1 XDP Queue count = 0
[   15.310159] ixgbe 0002:81:00.0: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[   15.386447] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
[   15.420543] ixgbe 0002:81:00.0: MAC: 3, PHY: 0, PBA No: G45270-002
[   15.436579] ixgbe 0002:81:00.0: a0:36:9f:53:d1:50
[   15.520716] zram0: detected capacity change from 0 to 16777216
[   15.587319] ixgbe 0002:81:00.0: Intel(R) 10 Gigabit Network Connection
[   15.587862] pci 0002:80:00.0: of_irq_parse_pci: failed with rc=-22
[   15.587888] ixgbe 0002:81:00.1: enabling device (0000 -> 0002)
[   15.838934] FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   15.876338] ixgbe 0002:81:00.1: Failed to allocate MSI-X interrupts. Err: -524
[   15.876353] ixgbe 0002:81:00.1: Disabling SR-IOV support
[   15.876358] ixgbe 0002:81:00.1: Disabling RSS support
[   15.876471] cdns-pcie-host 7062000000.pcie: msi#1 address_hi 0x0 address_lo 0x42c3f004
[   15.876535] ixgbe 0002:81:00.1: Multiqueue Disabled: Rx Queue count = 1, Tx Queue count = 1 XDP Queue count = 0
[   15.960164] ixgbe 0002:81:00.1: 32.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x8 link)
[   16.056161] ixgbe 0002:81:00.1: MAC: 3, PHY: 0, PBA No: G45270-002
[   16.067019] ixgbe 0002:81:00.1: a0:36:9f:53:d1:52
[   16.107440] Adding 8388604k swap on /dev/zram0.  Priority:100 extents:1 across:8388604k SSDscFS
[   16.227867] ixgbe 0002:81:00.1: Intel(R) 10 Gigabit Network Connection
[   16.246895] ixgbe 0002:81:00.1 enP2p129s0f1: renamed from eth1
[   16.379701] ixgbe 0002:81:00.0 enP2p129s0f0: renamed from eth0
[   16.618655] RPC: Registered named UNIX socket transport module.
[   16.618673] RPC: Registered udp transport module.
[   16.618678] RPC: Registered tcp transport module.
[   16.618681] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   18.882069] NET: Registered PF_QIPCRTR protocol family
[   20.188555] logitech-hidpp-device 0003:046D:401B.0006: HID++ 2.0 device connected.
[   20.387247] pps pps0: new PPS source ptp0
[   20.402709] ixgbe 0002:81:00.0: registered PHC device on enP2p129s0f0
[   20.648035] pps pps1: new PPS source ptp1
[   20.659072] ixgbe 0002:81:00.1: registered PHC device on enP2p129s0f1
[   20.868170] RTL8226B_RTL8221B 2.5Gbps PHY r8169-3-c500:00: attached PHY driver (mii_bus:phy_addr=r8169-3-c500:00, irq=MAC)
[   21.158257] r8169 0003:c5:00.0 enP3p197s0: Link is Down
[   21.228172] RTL8226B_RTL8221B 2.5Gbps PHY r8169-3-c900:00: attached PHY driver (mii_bus:phy_addr=r8169-3-c900:00, irq=MAC)
[   21.538248] r8169 0003:c9:00.0 enP3p201s0: Link is Down
[   21.689290] systemd-journald[888]: File /var/log/journal/55529f18b8f948478010a9a74e234929/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   27.612662] r8169 0003:c5:00.0 enP3p197s0: Link is Up - 2.5Gbps/Full - flow control off
[   27.612713] IPv6: ADDRCONF(NETDEV_CHANGE): enP3p197s0: link becomes ready
[   29.284466] rfkill: input handler disabled
[  480.058606] r8169 0003:c5:00.0 enP3p197s0: Link is Down
[  484.320344] r8169 0003:c9:00.0 enP3p201s0: Link is Up - 2.5Gbps/Full - flow control off
[  484.320396] IPv6: ADDRCONF(NETDEV_CHANGE): enP3p201s0: link becomes ready
[  493.466673] systemd-journald[888]: Oldest entry in /var/log/journal/55529f18b8f948478010a9a74e234929/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[  493.466712] systemd-journald[888]: /var/log/journal/55529f18b8f948478010a9a74e234929/system.journal: Journal header limits reached or header out-of-date, rotating.

fdisk

Output from fdisk running the stock Fedora 38 image.

Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: FORESEE XP1000F001T                     
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x4d3e74a9

Device         Boot   Start      End  Sectors  Size Id Type
/dev/nvme0n1p1         8192   258047   249856  122M  c W95 FAT32 (LBA)
/dev/nvme0n1p2 *     258048  1257471   999424  488M 83 Linux
/dev/nvme0n1p3      1257472 30670847 29413376   14G 83 Linux

free

Output from free running the stock Fedora 38 image.

               total        used        free      shared  buff/cache   available
Mem:           125Gi       1.3Gi       122Gi        21Mi       1.9Gi       123Gi
Swap:          8.0Gi          0B       8.0Gi

lshw

Output from lshw running Debian.

milkv-deb
    description: Computer
    product: Sophgo Mango
    width: 64 bits
    capabilities: smp
  *-core
       description: Motherboard
       physical id: 0
     *-cpu:0
          description: CPU
          product: cpu
          physical id: 0
          bus info: cpu@0
          width: 32 bits
     *-cpu:1
          description: CPU
          product: cpu
          physical id: 1
          bus info: cpu@1
          width: 32 bits
     *-cpu:2
          description: CPU
          product: cpu
          physical id: 2
          bus info: cpu@2
          width: 32 bits
     *-cpu:3
          description: CPU
          product: cpu
          physical id: 3
          bus info: cpu@3
          width: 32 bits
     *-cpu:4
          description: CPU
          product: cpu
          physical id: 4
          bus info: cpu@4
          width: 32 bits
     *-cpu:5
          description: CPU
          product: cpu
          physical id: 5
          bus info: cpu@5
          width: 32 bits
     *-cpu:6
          description: CPU
          product: cpu
          physical id: 6
          bus info: cpu@6
          width: 32 bits
     *-cpu:7
          description: CPU
          product: cpu
          physical id: 7
          bus info: cpu@7
          width: 32 bits
     *-cpu:8
          description: CPU
          product: cpu
          physical id: 8
          bus info: cpu@8
          width: 32 bits
     *-cpu:9
          description: CPU
          product: cpu
          physical id: 9
          bus info: cpu@9
          width: 32 bits
     *-cpu:10
          description: CPU
          product: cpu
          physical id: a
          bus info: cpu@10
          width: 32 bits
     *-cpu:11
          description: CPU
          product: cpu
          physical id: b
          bus info: cpu@11
          width: 32 bits
     *-cpu:12
          description: CPU
          product: cpu
          physical id: c
          bus info: cpu@12
          width: 32 bits
     *-cpu:13
          description: CPU
          product: cpu
          physical id: d
          bus info: cpu@13
          width: 32 bits
     *-cpu:14
          description: CPU
          product: cpu
          physical id: e
          bus info: cpu@14
          width: 32 bits
     *-cpu:15
          description: CPU
          product: cpu
          physical id: f
          bus info: cpu@15
          width: 32 bits
     *-cpu:16
          description: CPU
          product: cpu
          physical id: 10
          bus info: cpu@16
          width: 32 bits
     *-cpu:17
          description: CPU
          product: cpu
          physical id: 11
          bus info: cpu@17
          width: 32 bits
     *-cpu:18
          description: CPU
          product: cpu
          physical id: 12
          bus info: cpu@18
          width: 32 bits
     *-cpu:19
          description: CPU
          product: cpu
          physical id: 13
          bus info: cpu@19
          width: 32 bits
     *-cpu:20
          description: CPU
          product: cpu
          physical id: 14
          bus info: cpu@20
          width: 32 bits
     *-cpu:21
          description: CPU
          product: cpu
          physical id: 15
          bus info: cpu@21
          width: 32 bits
     *-cpu:22
          description: CPU
          product: cpu
          physical id: 16
          bus info: cpu@22
          width: 32 bits
     *-cpu:23
          description: CPU
          product: cpu
          physical id: 17
          bus info: cpu@23
          width: 32 bits
     *-cpu:24
          description: CPU
          product: cpu
          physical id: 18
          bus info: cpu@24
          width: 32 bits
     *-cpu:25
          description: CPU
          product: cpu
          physical id: 19
          bus info: cpu@25
          width: 32 bits
     *-cpu:26
          description: CPU
          product: cpu
          physical id: 1a
          bus info: cpu@26
          width: 32 bits
     *-cpu:27
          description: CPU
          product: cpu
          physical id: 1b
          bus info: cpu@27
          width: 32 bits
     *-cpu:28
          description: CPU
          product: cpu
          physical id: 1c
          bus info: cpu@28
          width: 32 bits
     *-cpu:29
          description: CPU
          product: cpu
          physical id: 1d
          bus info: cpu@29
          width: 32 bits
     *-cpu:30
          description: CPU
          product: cpu
          physical id: 1e
          bus info: cpu@30
          width: 32 bits
     *-cpu:31
          description: CPU
          product: cpu
          physical id: 1f
          bus info: cpu@31
          width: 32 bits
     *-cpu:32
          description: CPU
          product: cpu
          physical id: 20
          bus info: cpu@32
          width: 32 bits
     *-cpu:33
          description: CPU
          product: cpu
          physical id: 21
          bus info: cpu@33
          width: 32 bits
     *-cpu:34
          description: CPU
          product: cpu
          physical id: 22
          bus info: cpu@34
          width: 32 bits
     *-cpu:35
          description: CPU
          product: cpu
          physical id: 23
          bus info: cpu@35
          width: 32 bits
     *-cpu:36
          description: CPU
          product: cpu
          physical id: 24
          bus info: cpu@36
          width: 32 bits
     *-cpu:37
          description: CPU
          product: cpu
          physical id: 25
          bus info: cpu@37
          width: 32 bits
     *-cpu:38
          description: CPU
          product: cpu
          physical id: 26
          bus info: cpu@38
          width: 32 bits
     *-cpu:39
          description: CPU
          product: cpu
          physical id: 27
          bus info: cpu@39
          width: 32 bits
     *-cpu:40
          description: CPU
          product: cpu
          physical id: 28
          bus info: cpu@40
          width: 32 bits
     *-cpu:41
          description: CPU
          product: cpu
          physical id: 29
          bus info: cpu@41
          width: 32 bits
     *-cpu:42
          description: CPU
          product: cpu
          physical id: 2a
          bus info: cpu@42
          width: 32 bits
     *-cpu:43
          description: CPU
          product: cpu
          physical id: 2b
          bus info: cpu@43
          width: 32 bits
     *-cpu:44
          description: CPU
          product: cpu
          physical id: 2c
          bus info: cpu@44
          width: 32 bits
     *-cpu:45
          description: CPU
          product: cpu
          physical id: 2d
          bus info: cpu@45
          width: 32 bits
     *-cpu:46
          description: CPU
          product: cpu
          physical id: 2e
          bus info: cpu@46
          width: 32 bits
     *-cpu:47
          description: CPU
          product: cpu
          physical id: 2f
          bus info: cpu@47
          width: 32 bits
     *-cpu:48
          description: CPU
          product: cpu
          physical id: 30
          bus info: cpu@48
          width: 32 bits
     *-cpu:49
          description: CPU
          product: cpu
          physical id: 31
          bus info: cpu@49
          width: 32 bits
     *-cpu:50
          description: CPU
          product: cpu
          physical id: 32
          bus info: cpu@50
          width: 32 bits
     *-cpu:51
          description: CPU
          product: cpu
          physical id: 33
          bus info: cpu@51
          width: 32 bits
     *-cpu:52
          description: CPU
          product: cpu
          physical id: 34
          bus info: cpu@52
          width: 32 bits
     *-cpu:53
          description: CPU
          product: cpu
          physical id: 35
          bus info: cpu@53
          width: 32 bits
     *-cpu:54
          description: CPU
          product: cpu
          physical id: 36
          bus info: cpu@54
          width: 32 bits
     *-cpu:55
          description: CPU
          product: cpu
          physical id: 37
          bus info: cpu@55
          width: 32 bits
     *-cpu:56
          description: CPU
          product: cpu
          physical id: 38
          bus info: cpu@56
          width: 32 bits
     *-cpu:57
          description: CPU
          product: cpu
          physical id: 39
          bus info: cpu@57
          width: 32 bits
     *-cpu:58
          description: CPU
          product: cpu
          physical id: 3a
          bus info: cpu@58
          width: 32 bits
     *-cpu:59
          description: CPU
          product: cpu
          physical id: 3b
          bus info: cpu@59
          width: 32 bits
     *-cpu:60
          description: CPU
          product: cpu
          physical id: 3c
          bus info: cpu@60
          width: 32 bits
     *-cpu:61
          description: CPU
          product: cpu
          physical id: 3d
          bus info: cpu@61
          width: 32 bits
     *-cpu:62
          description: CPU
          product: cpu
          physical id: 3e
          bus info: cpu@62
          width: 32 bits
     *-cpu:63
          description: CPU
          product: cpu
          physical id: 3f
          bus info: cpu@63
          width: 32 bits
     *-cpu:64 DISABLED
          description: CPU
          product: cpu-map
          physical id: 40
          bus info: cpu@64
     *-memory
          description: System memory
          physical id: 41
          size: 158GiB
     *-pci:0
          description: PCI bridge
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 00
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi msix pciexpress normal_decode bus_master cap_list
          resources: ioport:1000(size=4096) memory:4050000000-40500fffff ioport:4100000000(size=268435456)
        *-display
             description: VGA compatible controller
             product: Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 0
             bus info: pci@0000:01:00.0
             logical name: /dev/fb0
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb
             configuration: depth=32 driver=radeon latency=0 mode=1920x1080 resolution=1920,1080 visual=truecolor xres=1920 yres=1080
             resources: iomemory:410-40f irq:69 memory:4100000000-410fffffff memory:4050000000-405001ffff ioport:1000(size=256) memory:4050020000-405003ffff
        *-multimedia
             description: Audio device
             product: Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
             vendor: Advanced Micro Devices, Inc. [AMD/ATI]
             physical id: 0.1
             bus info: pci@0000:01:00.1
             logical name: card0
             logical name: /dev/snd/controlC0
             logical name: /dev/snd/hwC0D0
             logical name: /dev/snd/pcmC0D3p
             version: 00
             width: 64 bits
             clock: 33MHz
             capabilities: pm pciexpress msi bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             resources: irq:68 memory:4050040000-4050043fff
           *-input
                product: HDA ATI HDMI HDMI/DP,pcm=3
                physical id: 0
                logical name: input6
                logical name: /dev/input/event6
     *-pci:1
          description: PCI bridge
          physical id: 101
          bus info: pci@0001:40:00.0
          version: 00
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi msix pciexpress normal_decode cap_list
     *-pci:2
          description: PCI bridge
          physical id: 102
          bus info: pci@0002:80:00.0
          version: 00
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi msix pciexpress normal_decode bus_master cap_list
          resources: memory:48c0000000-48c04fffff ioport:4900000000(size=5242880)
        *-network:0 DISABLED
             description: Ethernet interface
             product: Ethernet Controller 10-Gigabit X540-AT2
             vendor: Intel Corporation
             physical id: 0
             bus info: pci@0002:81:00.0
             logical name: enP2p129s0f0
             version: 01
             serial: a0:36:9f:53:d1:50
             capacity: 10Gbit/s
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
             configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=6.1.61-4fyi+ firmware=0x80000389, 1.1197.0 latency=0 link=no multicast=yes port=twisted pair
             resources: iomemory:490-48f iomemory:490-48f irq:66 memory:4900000000-49001fffff memory:4900400000-4900403fff memory:48c0000000-48c007ffff memory:48c0100000-48c01fffff memory:48c0200000-48c02fffff
        *-network:1 DISABLED
             description: Ethernet interface
             product: Ethernet Controller 10-Gigabit X540-AT2
             vendor: Intel Corporation
             physical id: 0.1
             bus info: pci@0002:81:00.1
             logical name: enP2p129s0f1
             version: 01
             serial: a0:36:9f:53:d1:52
             capacity: 10Gbit/s
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi msix pciexpress bus_master cap_list rom ethernet physical tp 100bt-fd 1000bt-fd 10000bt-fd autonegotiation
             configuration: autonegotiation=on broadcast=yes driver=ixgbe driverversion=6.1.61-4fyi+ firmware=0x80000389, 1.1197.0 latency=0 link=no multicast=yes port=twisted pair
             resources: iomemory:490-48f iomemory:490-48f irq:67 memory:4900200000-49003fffff memory:4900404000-4900407fff memory:48c0080000-48c00fffff memory:48c0300000-48c03fffff memory:48c0400000-48c04fffff
     *-pci:3
          description: PCI bridge
          physical id: 103
          bus info: pci@0003:c0:00.0
          version: 00
          width: 32 bits
          clock: 33MHz
          capabilities: pci pm msi msix pciexpress normal_decode bus_master cap_list
          resources: ioport:c00000(size=12288) memory:4cf0000000-4cf05fffff
        *-pci
             description: PCI bridge
             product: ASM2824 PCIe Gen3 Packet Switch
             vendor: ASMedia Technology Inc.
             physical id: 0
             bus info: pci@0003:c1:00.0
             version: 01
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
             resources: ioport:c00000(size=12288) memory:4cf0000000-4cf05fffff
           *-pci:0
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: 0
                bus info: pci@0003:c2:00.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: memory:4cf0000000-4cf00fffff
              *-nvme
                   description: NVMe device
                   product: FORESEE XP1000F001T
                   vendor: Shenzhen Longsys Electronics Co., Ltd.
                   physical id: 0
                   bus info: pci@0003:c3:00.0
                   logical name: /dev/nvme0
                   version: V1.28
                   serial: NEV4642003058
                   width: 64 bits
                   clock: 33MHz
                   capabilities: nvme pm msi pciexpress msix nvm_express bus_master cap_list rom
                   configuration: driver=nvme latency=0 nqn=nqn.2011-06.com.longsys:nvme:nguid:0000001032504346A3A572200300B1EC state=live
                   resources: irq:50 memory:4cf0020000-4cf0023fff memory:4cf0000000-4cf001ffff
                 *-namespace:0
                      description: NVMe disk
                      physical id: 0
                      logical name: hwmon1
                 *-namespace:1
                      description: NVMe disk
                      physical id: 2
                      logical name: /dev/ng0n1
                 *-namespace:2
                      description: NVMe disk
                      physical id: 1
                      bus info: nvme@0:1
                      logical name: /dev/nvme0n1
                      size: 953GiB (1024GB)
                      capabilities: partitioned partitioned:dos
                      configuration: logicalsectorsize=512 sectorsize=512 signature=4d3e74a9 wwid=uuid.5e09f4c3-c440-c24e-b194-569d0b085121
                    *-volume:0
                         description: Windows FAT volume
                         vendor: mkfs.fat
                         physical id: 1
                         bus info: nvme@0:1,1
                         logical name: /dev/nvme0n1p1
                         version: FAT16
                         serial: 1ee7-06eb
                         size: 121MiB
                         capacity: 122MiB
                         capabilities: primary fat initialized
                         configuration: FATs=2 filesystem=fat
                    *-volume:1
                         description: EXT4 volume
                         vendor: Linux
                         physical id: 2
                         bus info: nvme@0:1,2
                         logical name: /dev/nvme0n1p2
                         logical name: /boot
                         version: 1.0
                         serial: d9518f6d-f175-4331-83de-cb10ef6d8885
                         size: 488MiB
                         capacity: 488MiB
                         capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                         configuration: created=2023-05-14 14:17:49 filesystem=ext4 label=_/boot lastmountpoint=/boot modified=2024-01-06 08:21:04 mount.fstype=ext4 mount.options=rw,relatime mounted=2024-01-06 08:21:04 state=mounted
                    *-volume:2
                         description: EXT4 volume
                         vendor: Linux
                         physical id: 3
                         bus info: nvme@0:1,3
                         logical name: /dev/nvme0n1p3
                         version: 1.0
                         serial: 14d537a6-03f8-4ed0-88df-a784510cfc99
                         size: 14GiB
                         capacity: 14GiB
                         capabilities: primary journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
                         configuration: created=2023-05-14 14:17:47 filesystem=ext4 label=_/ lastmountpoint=/sysroot modified=2023-05-10 18:00:02 mounted=2023-05-10 18:00:02 state=clean
                    *-volume:3
                         description: Extended partition
                         physical id: 4
                         bus info: nvme@0:1,4
                         logical name: /dev/nvme0n1p4
                         size: 939GiB
                         capacity: 939GiB
                         capabilities: primary extended partitioned partitioned:extended
                       *-logicalvolume:0
                            description: EXT4 volume
                            vendor: Linux
                            physical id: 5
                            logical name: /dev/nvme0n1p5
                            logical name: /
                            version: 1.0
                            serial: 31848ebc-3f7e-4307-b5e6-ccc80239bb39
                            size: 25GiB
                            capacity: 25GiB
                            capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                            configuration: created=2024-01-07 16:01:20 filesystem=ext4 lastmountpoint=/root modified=1969-12-31 17:00:04 mount.fstype=ext4 mount.options=rw,relatime mounted=1969-12-31 17:00:04 state=mounted
                       *-logicalvolume:1
                            description: EXT4 volume
                            vendor: Linux
                            physical id: 6
                            logical name: /dev/nvme0n1p6
                            logical name: /home
                            version: 1.0
                            serial: 1aa9357f-b707-434b-9442-68f49f89424b
                            size: 250GiB
                            capacity: 250GiB
                            capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                            configuration: created=2024-01-07 19:29:16 filesystem=ext4 lastmountpoint=/home modified=2024-01-06 08:21:04 mount.fstype=ext4 mount.options=rw,relatime mounted=2024-01-06 08:21:04 state=mounted
           *-pci:1
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: 4
                bus info: pci@0003:c2:04.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: memory:4cf0100000-4cf01fffff
              *-usb
                   description: USB controller
                   product: ASM2142/ASM3142 USB 3.1 Host Controller
                   vendor: ASMedia Technology Inc.
                   physical id: 0
                   bus info: pci@0003:c4:00.0
                   version: 00
                   width: 64 bits
                   clock: 33MHz
                   capabilities: msi msix pm pciexpress xhci bus_master cap_list
                   configuration: driver=xhci_hcd latency=0
                   resources: irq:64 memory:4cf0100000-4cf0107fff
                 *-usbhost:0
                      product: xHCI Host Controller
                      vendor: Linux 6.1.61-4fyi+ xhci-hcd
                      physical id: 0
                      bus info: usb@1
                      logical name: usb1
                      version: 6.01
                      capabilities: usb-2.00
                      configuration: driver=hub slots=2 speed=480Mbit/s
                    *-usb:0
                         description: USB hub
                         product: USB2.0 Hub
                         vendor: VIA Labs, Inc.
                         physical id: 1
                         bus info: usb@1:1
                         version: 7.94
                         serial: 000000001
                         capabilities: usb-2.10
                         configuration: driver=hub slots=4 speed=480Mbit/s
                       *-usb:0
                            description: Keyboard
                            product: SIGMACHIP USB Keyboard System Control
                            vendor: SIGMACHIP
                            physical id: 1
                            bus info: usb@1:1.1
                            logical name: input2
                            logical name: /dev/input/event2
                            logical name: input2::capslock
                            logical name: input2::numlock
                            logical name: input2::scrolllock
                            logical name: input4
                            logical name: /dev/input/event4
                            logical name: input5
                            logical name: /dev/input/event5
                            version: 1.70
                            capabilities: usb-1.10 usb
                            configuration: driver=usbhid maxpower=98mA speed=2Mbit/s
                       *-usb:1
                            description: Mouse
                            product: Logitech USB Optical Mouse
                            vendor: Logitech
                            physical id: 2
                            bus info: usb@1:1.2
                            logical name: input3
                            logical name: /dev/input/event3
                            logical name: /dev/input/mouse0
                            version: 72.00
                            capabilities: usb-2.00 usb
                            configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
                    *-usb:1
                         description: USB hub
                         product: USB2.0 Hub
                         vendor: VIA Labs, Inc.
                         physical id: 2
                         bus info: usb@1:2
                         version: 7.94
                         serial: 000000001
                         capabilities: usb-2.10
                         configuration: driver=hub slots=4 speed=480Mbit/s
                 *-usbhost:1
                      product: xHCI Host Controller
                      vendor: Linux 6.1.61-4fyi+ xhci-hcd
                      physical id: 1
                      bus info: usb@2
                      logical name: usb2
                      version: 6.01
                      capabilities: usb-3.10
                      configuration: driver=hub slots=2 speed=10000Mbit/s
                    *-usb:0
                         description: USB hub
                         product: USB3.1 Hub
                         vendor: VIA Labs, Inc.
                         physical id: 1
                         bus info: usb@2:1
                         version: 7.94
                         serial: 000000001
                         capabilities: usb-3.20
                         configuration: driver=hub slots=4 speed=5000Mbit/s
                    *-usb:1
                         description: USB hub
                         product: USB3.1 Hub
                         vendor: VIA Labs, Inc.
                         physical id: 2
                         bus info: usb@2:2
                         version: 7.94
                         serial: 000000001
                         capabilities: usb-3.20
                         configuration: driver=hub slots=4 speed=5000Mbit/s
           *-pci:2
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: 6
                bus info: pci@0003:c2:06.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: ioport:c00000(size=4096) memory:4cf0200000-4cf02fffff
              *-network DISABLED
                   description: Ethernet interface
                   product: RTL8125 2.5GbE Controller
                   vendor: Realtek Semiconductor Co., Ltd.
                   physical id: 0
                   bus info: pci@0003:c5:00.0
                   logical name: enP3p197s0
                   version: 05
                   serial: 00:e0:4c:68:00:a5
                   width: 64 bits
                   clock: 33MHz
                   capabilities: pm msi pciexpress msix vpd cap_list ethernet physical
                   configuration: broadcast=yes driver=r8169 driverversion=6.1.61-4fyi+ latency=0 link=no multicast=yes
                   resources: irq:51 ioport:c00000(size=256) memory:4cf0200000-4cf020ffff memory:4cf0210000-4cf0213fff
           *-pci:3
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: 7
                bus info: pci@0003:c2:07.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: memory:4cf0300000-4cf03fffff
              *-usb
                   description: USB controller
                   product: VL805/806 xHCI USB 3.0 Controller
                   vendor: VIA Technologies, Inc.
                   physical id: 0
                   bus info: pci@0003:c6:00.0
                   version: 01
                   width: 64 bits
                   clock: 33MHz
                   capabilities: pm msi pciexpress xhci bus_master cap_list
                   configuration: driver=xhci_hcd latency=0
                   resources: irq:65 memory:4cf0300000-4cf0300fff
                 *-usbhost:0
                      product: xHCI Host Controller
                      vendor: Linux 6.1.61-4fyi+ xhci-hcd
                      physical id: 0
                      bus info: usb@3
                      logical name: usb3
                      version: 6.01
                      capabilities: usb-2.00
                      configuration: driver=hub slots=1 speed=480Mbit/s
                    *-usb
                         description: USB hub
                         product: USB2.0 Hub
                         vendor: VIA Labs, Inc.
                         physical id: 1
                         bus info: usb@3:1
                         version: 4.20
                         capabilities: usb-2.10
                         configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                 *-usbhost:1
                      product: xHCI Host Controller
                      vendor: Linux 6.1.61-4fyi+ xhci-hcd
                      physical id: 1
                      bus info: usb@4
                      logical name: usb4
                      version: 6.01
                      capabilities: usb-3.00
                      configuration: driver=hub slots=4 speed=5000Mbit/s
           *-pci:4
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: 8
                bus info: pci@0003:c2:08.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode cap_list
           *-pci:5
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: c
                bus info: pci@0003:c2:0c.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: ioport:c01000(size=4096) memory:4cf0400000-4cf04fffff
              *-sata
                   description: SATA controller
                   product: JMB58x AHCI SATA controller
                   vendor: JMicron Technology Corp.
                   physical id: 0
                   bus info: pci@0003:c8:00.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: sata pm msi pciexpress ahci_1.0 bus_master cap_list rom
                   configuration: driver=ahci latency=0
                   resources: irq:56 ioport:c01000(size=128) ioport:c01080(size=128) ioport:c01100(size=128) ioport:c01180(size=128) ioport:c01200(size=128) memory:4cf0410000-4cf0411fff memory:4cf0400000-4cf040ffff
           *-pci:6
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: e
                bus info: pci@0003:c2:0e.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                resources: ioport:c02000(size=4096) memory:4cf0500000-4cf05fffff
              *-network
                   description: Ethernet interface
                   product: RTL8125 2.5GbE Controller
                   vendor: Realtek Semiconductor Co., Ltd.
                   physical id: 0
                   bus info: pci@0003:c9:00.0
                   logical name: enP3p201s0
                   version: 05
                   serial: 00:e0:4c:68:00:a6
                   capacity: 1Gbit/s
                   width: 64 bits
                   clock: 33MHz
                   capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
                   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=6.1.61-4fyi+ duplex=full firmware=rtl8125b-2_0.0.2 07/13/20 ip=192.168.109.239 latency=0 link=yes multicast=yes port=twisted pair
                   resources: irq:52 ioport:c02000(size=256) memory:4cf0500000-4cf050ffff memory:4cf0510000-4cf0513fff
           *-pci:7
                description: PCI bridge
                product: ASM2824 PCIe Gen3 Packet Switch
                vendor: ASMedia Technology Inc.
                physical id: f
                bus info: pci@0003:c2:0f.0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode cap_list
  *-mmc0
       description: MMC Host
       physical id: 1
       logical name: mmc0
  *-mmc1
       description: MMC Host
       physical id: 2
       logical name: mmc1
  *-input:0
       product: soc:gpio-poweroff
       physical id: 3
       logical name: input0
       logical name: /dev/input/event0
       capabilities: platform
  *-input:1
       product: soc:gpio-restart
       physical id: 4
       logical name: input1
       logical name: /dev/input/event1
       capabilities: platform

lscpu

Output from lscpu running the stock Fedora 38 image.

Architecture:        riscv64
Byte Order:          Little Endian
CPU(s):              64
On-line CPU(s) list: 0-63
NUMA node(s):        4
NUMA node0 CPU(s):   0-7,16-23
NUMA node1 CPU(s):   8-15,24-31
NUMA node2 CPU(s):   32-39,48-55
NUMA node3 CPU(s):   40-47,56-63

lspci

Output from lspci running the stock Fedora 38 image.

0000:00:00.0 PCI bridge: Device 1e30:2042
0000:01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM]
0000:01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235/235X OEM]
0001:40:00.0 PCI bridge: Device 1e30:2042
0002:80:00.0 PCI bridge: Device 1e30:2042
0002:81:00.0 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01)
0002:81:00.1 Ethernet controller: Intel Corporation Ethernet Controller 10-Gigabit X540-AT2 (rev 01)
0003:c0:00.0 PCI bridge: Device 1e30:2042
0003:c1:00.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:00.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:04.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:06.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:07.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:08.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:0c.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:0e.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c2:0f.0 PCI bridge: ASMedia Technology Inc. ASM2824 PCIe Gen3 Packet Switch (rev 01)
0003:c3:00.0 Non-Volatile memory controller: Shenzhen Longsys Electronics Co., Ltd. Device 5216 (rev 01)
0003:c4:00.0 USB controller: ASMedia Technology Inc. ASM2142/ASM3142 USB 3.1 Host Controller
0003:c5:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
0003:c6:00.0 USB controller: VIA Technologies, Inc. VL805/806 xHCI USB 3.0 Controller (rev 01)
0003:c8:00.0 SATA controller: JMicron Technology Corp. JMB58x AHCI SATA controller
0003:c9:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)

lsusb

Output from lsusb running the stock Fedora 38 image.

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 2109:3431 VIA Labs, Inc. Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 2109:0822 VIA Labs, Inc. USB3.1 Hub             
Bus 002 Device 002: ID 2109:0822 VIA Labs, Inc. USB3.1 Hub             
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 2109:2822 VIA Labs, Inc. USB2.0 Hub             
Bus 001 Device 005: ID feed:0000 KP Republic XD87 TKL
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 2109:2822 VIA Labs, Inc. USB2.0 Hub             
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub