Hey, Im working with a custom baord using the kria k26 SOM and the ad9361 chip. Meta-adi layer, petalinux, vivado are all 2023.1. I am having some trouble getting the ad9361 spi device to work. I get the following errors on boot.
The entire boot log as follows
Zynq MP First Stage Boot Loader Release 2023.1 May 1 2023 - 00:38:12 MultiBootOffset: 0x0 Reset Mode : System Reset Platform: Silicon (4.0), Running on A53-0 (64-bit) Processor, Device Name: XCZUUNKNEG QSPI 32 bit Boot Mode FlashID=0x20 0xBB 0x20 Non authenticated Bitstream download to start now PL Configuration done successfully Skipping the Partition 0x5 ▒ BL31: Non secure code at 0x8000000e ▒ꊕ NOTICE: BL31: v2.8(release):xlnx_rebase_v2.8_2023.1_update1 NOTICE: BL31: Built : 09:24:17, Apr 12 2023 U-Boot 2023.01 (Mar 29 2023 - 13:08:40 +0000) CPU: ZynqMP Silicon: v3 Chip: xck26 Detected name: zynqmp-sm-k26-xcl2gi-rev1 Model: ZynqMP SM-K26 Rev1/B/A Board: Xilinx ZynqMP DRAM: 2 GiB (effective 4 GiB) PMUFW: v1.1 Xilinx I2C FRU format at nvmem0: Manufacturer Name: XILINX Product Name: SM-K26-XCL2GI Serial No: XFL1JNRSSQX5 Part Number: 5057-03 File ID: 0x0 Revision Number: 1 EL Level: EL2 Secure Boot: not authenticated, not encrypted Core: 61 devices, 29 uclasses, devicetree: board NAND: 0 MiB MMC: mmc@ff160000: 0 Loading Environment from nowhere... OK In: serial Out: serial Err: serial Bootmode: QSPI_MODE Reset reason: EXTERNAL Net: Could not get PHY for eth0: addr -19 No ethernet found. Hit any key to stop autoboot: 0 SF: Detected mt25qu512a with page size 256 Bytes, erase size 64 KiB, total 64 MiB device 0 offset 0xa00000, size 0xbc0 SF: 3008 bytes @ 0xa00000 Read: OK ## Executing script at 20000000 SF: Detected mt25qu512a with page size 256 Bytes, erase size 64 KiB, total 64 MiB device 0 offset 0xa00500, size 0x35ffb00 SF: 56621824 bytes @ 0xa00500 Read: OK ## Loading kernel from FIT Image at 10000000 ... Using 'conf-system-top.dtb' configuration Trying 'kernel-1' kernel subimage Description: Linux kernel Created: 2023-12-20 15:50:24 UTC Type: Kernel Image Compression: gzip compressed Data Start: 0x10000100 Data Size: 12471716 Bytes = 11.9 MiB Architecture: AArch64 OS: Linux Load Address: 0x00200000 Entry Point: 0x00200000 Hash algo: sha256 Hash value: 3276e6476f7ce96577b2ec0946886a72020f23a221ad079991913714fc15a148 Verifying Hash Integrity ... sha256+ OK ## Loading ramdisk from FIT Image at 10000000 ... Using 'conf-system-top.dtb' configuration Trying 'ramdisk-1' ramdisk subimage Description: petalinux-image-minimal Created: 2023-12-20 15:50:24 UTC Type: RAMDisk Image Compression: uncompressed Data Start: 0x10bf1ab4 Data Size: 35248028 Bytes = 33.6 MiB Architecture: AArch64 OS: Linux Load Address: unavailable Entry Point: unavailable Hash algo: sha256 Hash value: 83977089db4579c1f488f11bcb7df267f4804f4f258c29a009544ecc69b32d5f Verifying Hash Integrity ... sha256+ OK ## Loading fdt from FIT Image at 10000000 ... Using 'conf-system-top.dtb' configuration Trying 'fdt-system-top.dtb' fdt subimage Description: Flattened Device Tree blob Created: 2023-12-20 15:50:24 UTC Type: Flat Device Tree Compression: uncompressed Data Start: 0x10be4fb4 Data Size: 51757 Bytes = 50.5 KiB Architecture: AArch64 Hash algo: sha256 Hash value: 14f0f8b915ef94763744b92b111fbe5f5e5ef87409c86cc3c7c6c11c8a0c4e73 Verifying Hash Integrity ... sha256+ OK Booting using the fdt blob at 0x10be4fb4 Working FDT set to 10be4fb4 Could not get PHY for eth0: addr -19 Could not get PHY for eth0: addr -19 Uncompressing Kernel Image Loading Ramdisk to 79c54000, end 7bdf179c ... OK Loading Device Tree to 0000000079c44000, end 0000000079c53a2c ... OK Working FDT set to 79c44000 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version 6.1.0-xilinx-v2023.1 (oe-user@oe-host) (aarch64-xilinx-linux-gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0.20220819) #1 SMP Wed Dec 20 15:50:24 UTC 2023 [ 0.000000] Machine model: ZynqMP SM-K26 Rev1/B/A [ 0.000000] earlycon: cdns0 at MMIO 0x00000000ff010000 (options '115200n8') [ 0.000000] printk: bootconsole [cdns0] enabled [ 0.000000] efi: UEFI not found. [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x000000087fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000007fffffff] [ 0.000000] node 0: [mem 0x0000000800000000-0x000000087fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000087fffffff] [ 0.000000] cma: Reserved 256 MiB at 0x0000000069c00000 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 18 pages/cpu s36328 r8192 d29208 u73728 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: ARM erratum 845719 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1032192 [ 0.000000] Kernel command line: earlycon console=ttyPS1,115200 clk_ignore_unused root=/dev/ram0 rw [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x000000007c000000-0x0000000080000000] (64MB) [ 0.000000] Memory: 3712212K/4194304K available (17856K kernel code, 1772K rwdata, 15524K rodata, 2752K init, 673K bss, 219948K reserved, 262144K cma-reserved) [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000 [ 0.000000] Root IRQ handler: gic_handle_irq [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] arch_timer: cp15 timer(s) running at 99.99MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0x1ffffffffffffff max_cycles: 0x171015c90f, max_idle_ns: 440795203080 ns [ 0.000000] sched_clock: 57 bits at 100MHz, resolution 10ns, wraps every 4398046511101ns [ 0.008443] Console: colour dummy device 80x25 [ 0.012557] Calibrating delay loop (skipped), value calculated using timer frequency.. 199.99 BogoMIPS (lpj=399996) [ 0.022972] pid_max: default: 32768 minimum: 301 [ 0.027777] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.034988] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 0.043858] rcu: Hierarchical SRCU implementation. [ 0.047595] rcu: Max phase no-delay instances is 1000. [ 0.053023] EFI services will not be available. [ 0.057493] smp: Bringing up secondary CPUs ... [ 0.193509] Detected VIPT I-cache on CPU1 [ 0.193576] CPU1: Booted secondary processor 0x0000000001 [0x410fd034] [ 0.552973] Detected VIPT I-cache on CPU2 [ 0.553028] CPU2: Booted secondary processor 0x0000000002 [0x410fd034] [ 0.910551] Detected VIPT I-cache on CPU3 [ 0.910602] CPU3: Booted secondary processor 0x0000000003 [0x410fd034] [ 0.910647] smp: Brought up 1 node, 4 CPUs [ 0.940681] SMP: Total of 4 processors activated. [ 0.945379] CPU features: detected: 32-bit EL0 Support [ 0.950513] CPU features: detected: CRC32 instructions [ 0.955702] CPU: All CPU(s) started at EL2 [ 0.959736] alternatives: applying system-wide alternatives [ 0.966336] devtmpfs: initialized [ 0.973346] Registered cp15_barrier emulation handler [ 0.973654] Registered setend emulation handler [ 0.978281] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.987930] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 1.000475] pinctrl core: initialized pinctrl subsystem [ 1.001384] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 1.006625] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations [ 1.013117] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 1.020901] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 1.028722] audit: initializing netlink subsys (disabled) [ 1.034211] audit: type=2000 audit(0.968:1): state=initialized audit_enabled=0 res=1 [ 1.041847] cpuidle: using governor menu [ 1.045818] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 1.052581] ASID allocator initialised with 65536 entries [ 1.075049] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages [ 1.076199] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page [ 1.082823] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages [ 1.089621] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page [ 1.096041] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages [ 1.102824] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page [ 1.109177] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages [ 1.115961] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page [ 1.190295] raid6: neonx8 gen() 2523 MB/s [ 1.258347] raid6: neonx4 gen() 2455 MB/s [ 1.326403] raid6: neonx2 gen() 2355 MB/s [ 1.394465] raid6: neonx1 gen() 2013 MB/s [ 1.462518] raid6: int64x8 gen() 1572 MB/s [ 1.530562] raid6: int64x4 gen() 1741 MB/s [ 1.598623] raid6: int64x2 gen() 1549 MB/s [ 1.666687] raid6: int64x1 gen() 1149 MB/s [ 1.666725] raid6: using algorithm neonx8 gen() 2523 MB/s [ 1.738753] raid6: .... xor() 1833 MB/s, rmw enabled [ 1.738797] raid6: using neon recovery algorithm [ 1.743094] iommu: Default domain type: Translated [ 1.747555] iommu: DMA domain TLB invalidation policy: strict mode [ 1.754005] SCSI subsystem initialized [ 1.757694] usbcore: registered new interface driver usbfs [ 1.763065] usbcore: registered new interface driver hub [ 1.768367] usbcore: registered new device driver usb [ 1.773543] mc: Linux media interface: v0.10 [ 1.777680] videodev: Linux video capture interface: v2.00 [ 1.783183] pps_core: LinuxPPS API ver. 1 registered [ 1.788097] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.797238] PTP clock support registered [ 1.801164] EDAC MC: Ver: 3.0.0 [ 1.804542] zynqmp-ipi-mbox mailbox@ff9905c0: Registered ZynqMP IPI mbox with TX/RX channels. [ 1.813114] jesd204: found 0 devices and 0 topologies [ 1.817878] FPGA manager framework [ 1.821363] Advanced Linux Sound Architecture Driver Initialized. [ 1.827742] Bluetooth: Core ver 2.22 [ 1.830911] NET: Registered PF_BLUETOOTH protocol family [ 1.836209] Bluetooth: HCI device and connection manager initialized [ 1.842562] Bluetooth: HCI socket layer initialized [ 1.847433] Bluetooth: L2CAP socket layer initialized [ 1.852490] Bluetooth: SCO socket layer initialized [ 1.857824] clocksource: Switched to clocksource arch_sys_counter [ 1.863588] VFS: Disk quotas dquot_6.6.0 [ 1.867385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.878792] NET: Registered PF_INET protocol family [ 1.879243] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.888987] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) [ 1.895049] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.902771] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 1.910869] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear) [ 1.918811] TCP: Hash tables configured (established 32768 bind 32768) [ 1.924672] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.931370] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.938580] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.944374] RPC: Registered named UNIX socket transport module. [ 1.950011] RPC: Registered udp transport module. [ 1.954707] RPC: Registered tcp transport module. [ 1.959406] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.966434] PCI: CLS 0 bytes, default 64 [ 1.970038] Trying to unpack rootfs image as initramfs... [ 1.976240] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 1.983878] Initialise system trusted keyrings [ 1.987492] workingset: timestamp_bits=46 max_order=20 bucket_order=0 [ 1.994556] NFS: Registering the id_resolver key type [ 1.998844] Key type id_resolver registered [ 2.002991] Key type id_legacy registered [ 2.007024] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.013691] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.021124] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 2.028437] fuse: init (API version 7.37) [ 2.065065] NET: Registered PF_ALG protocol family [ 2.065132] xor: measuring software checksum speed [ 2.072532] 8regs : 2801 MB/sec [ 2.076872] 32regs : 2802 MB/sec [ 2.081480] arm64_neon : 2611 MB/sec [ 2.082063] xor: using function: 32regs (2802 MB/sec) [ 2.087117] Key type asymmetric registered [ 2.091200] Asymmetric key parser 'x509' registered [ 2.096153] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 2.103470] io scheduler mq-deadline registered [ 2.107991] io scheduler kyber registered [ 2.145510] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.152932] brd: module loaded [ 2.156143] loop: module loaded [ 2.156526] Registered mathworks_ip class [ 2.158143] mtdoops: mtd device (mtddev=name/number) must be supplied [ 2.164215] SPI driver spidev has no spi_device_id for adi,swspi [ 2.172760] tun: Universal TUN/TAP device driver, 1.6 [ 2.175288] CAN device driver interface [ 2.179823] SPI driver wl1271_spi has no spi_device_id for ti,wl1271 [ 2.185322] SPI driver wl1271_spi has no spi_device_id for ti,wl1273 [ 2.191661] SPI driver wl1271_spi has no spi_device_id for ti,wl1281 [ 2.198013] SPI driver wl1271_spi has no spi_device_id for ti,wl1283 [ 2.204361] SPI driver wl1271_spi has no spi_device_id for ti,wl1285 [ 2.210712] SPI driver wl1271_spi has no spi_device_id for ti,wl1801 [ 2.217072] SPI driver wl1271_spi has no spi_device_id for ti,wl1805 [ 2.223415] SPI driver wl1271_spi has no spi_device_id for ti,wl1807 [ 2.229765] SPI driver wl1271_spi has no spi_device_id for ti,wl1831 [ 2.236117] SPI driver wl1271_spi has no spi_device_id for ti,wl1835 [ 2.242467] SPI driver wl1271_spi has no spi_device_id for ti,wl1837 [ 2.249017] usbcore: registered new interface driver asix [ 2.254263] usbcore: registered new interface driver ax88179_178a [ 2.260345] usbcore: registered new interface driver cdc_ether [ 2.266173] usbcore: registered new interface driver net1080 [ 2.271825] usbcore: registered new interface driver cdc_subset [ 2.277757] usbcore: registered new interface driver zaurus [ 2.283354] usbcore: registered new interface driver cdc_ncm [ 2.288961] usbcore: registered new interface driver r8153_ecm [ 2.296108] usbcore: registered new interface driver uas [ 2.300108] usbcore: registered new interface driver usb-storage [ 2.306137] usbcore: registered new interface driver usbserial_generic [ 2.312609] usbserial: USB Serial support registered for generic [ 2.318656] usbcore: registered new interface driver ftdi_sio [ 2.324358] usbserial: USB Serial support registered for FTDI USB Serial Device [ 2.331684] usbcore: registered new interface driver upd78f0730 [ 2.337577] usbserial: USB Serial support registered for upd78f0730 [ 2.344987] SPI driver ads7846 has no spi_device_id for ti,tsc2046 [ 2.350010] SPI driver ads7846 has no spi_device_id for ti,ads7843 [ 2.356180] SPI driver ads7846 has no spi_device_id for ti,ads7845 [ 2.362356] SPI driver ads7846 has no spi_device_id for ti,ads7873 [ 2.369316] rtc_zynqmp ffa60000.rtc: registered as rtc0 [ 2.373782] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01T19:00:21 UTC (68421) [ 2.382358] i2c_dev: i2c /dev entries driver [ 2.388296] usbcore: registered new interface driver uvcvideo [ 2.393591] Bluetooth: HCI UART driver ver 2.3 [ 2.396647] Bluetooth: HCI UART protocol H4 registered [ 2.401771] Bluetooth: HCI UART protocol BCSP registered [ 2.407117] Bluetooth: HCI UART protocol LL registered [ 2.412217] Bluetooth: HCI UART protocol ATH3K registered [ 2.417647] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 2.423986] Bluetooth: HCI UART protocol Intel registered [ 2.429281] Bluetooth: HCI UART protocol QCA registered [ 2.434521] usbcore: registered new interface driver bcm203x [ 2.440189] usbcore: registered new interface driver bpa10x [ 2.445762] usbcore: registered new interface driver bfusb [ 2.451242] usbcore: registered new interface driver btusb [ 2.456727] usbcore: registered new interface driver ath3k [ 2.462363] EDAC MC: ECC not enabled [ 2.466050] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT) [ 2.478550] sdhci: Secure Digital Host Controller Interface driver [ 2.484081] sdhci: Copyright(c) Pierre Ossman [ 2.488420] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.494835] ledtrig-cpu: registered to indicate activity on CPUs [ 2.500169] SMCCC: SOC_ID: ID = jep106:0049:0000 Revision = 0x04724093 [ 2.506737] zynqmp_firmware_probe Platform Management API v1.1 [ 2.512482] zynqmp_firmware_probe Trustzone version v1.0 [ 2.546885] zynqmp-aes zynqmp-aes.0: will run requests pump with realtime priority [ 2.549177] usbcore: registered new interface driver usbhid [ 2.554408] usbhid: USB HID core driver [ 2.558409] SPI driver fb_seps525 has no spi_device_id for syncoam,seps525 [ 2.566107] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7988-5 [ 2.572324] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7988-1 [ 2.579538] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7986 [ 2.586583] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7985 [ 2.593643] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7984 [ 2.600677] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7983 [ 2.607723] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7982 [ 2.614771] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7980 [ 2.621823] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7949 [ 2.628865] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7946 [ 2.635912] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7944 [ 2.642959] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7942 [ 2.650006] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7699 [ 2.657053] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7693 [ 2.664100] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7691 [ 2.671147] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7690 [ 2.678194] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7689 [ 2.685241] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7688 [ 2.692289] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7687 [ 2.699336] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7686 [ 2.706384] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7685 [ 2.713430] SPI driver pulsar_adc has no spi_device_id for adi,pulsar,ad7682 [ 2.720654] SPI driver ad7124 has no spi_device_id for adi,ad7124-4 [ 2.726750] SPI driver ad7124 has no spi_device_id for adi,ad7124-8 [ 2.733052] SPI driver ad7192 has no spi_device_id for adi,ad7190 [ 2.739097] SPI driver ad7192 has no spi_device_id for adi,ad7193 [ 2.745186] SPI driver ad7192 has no spi_device_id for adi,ad7195 [ 2.752343] SPI driver ad9467 has no spi_device_id for adi,ad9643 [ 2.757375] SPI driver ad9467 has no spi_device_id for adi,ad9250 [ 2.763456] SPI driver ad9467 has no spi_device_id for adi,ad9250_2 [ 2.769719] SPI driver ad9467 has no spi_device_id for adi,ad9265 [ 2.775808] SPI driver ad9467 has no spi_device_id for adi,ad9683 [ 2.781898] SPI driver ad9467 has no spi_device_id for adi,ad9434 [ 2.787989] SPI driver ad9467 has no spi_device_id for adi,ad9625 [ 2.794079] SPI driver ad9467 has no spi_device_id for adi,ad9652 [ 2.800169] SPI driver ad9467 has no spi_device_id for adi,ad9649 [ 2.808871] SPI driver adar3000 has no spi_device_id for adi,adar3001 [ 2.812713] SPI driver adar3000 has no spi_device_id for adi,adar3002 [ 2.820549] SPI driver ad9783 has no spi_device_id for adi,ad9780 [ 2.825232] SPI driver ad9783 has no spi_device_id for adi,ad9781 [ 2.831672] SPI driver adis16475 has no spi_device_id for adi,adis16470 [ 2.837933] SPI driver adis16475 has no spi_device_id for adi,adis16475-1 [ 2.844729] SPI driver adis16475 has no spi_device_id for adi,adis16475-2 [ 2.851500] SPI driver adis16475 has no spi_device_id for adi,adis16475-3 [ 2.858286] SPI driver adis16475 has no spi_device_id for adi,adis16477-1 [ 2.865071] SPI driver adis16475 has no spi_device_id for adi,adis16477-2 [ 2.871857] SPI driver adis16475 has no spi_device_id for adi,adis16477-3 [ 2.878643] SPI driver adis16475 has no spi_device_id for adi,adis16465-1 [ 2.885430] SPI driver adis16475 has no spi_device_id for adi,adis16465-2 [ 2.892215] SPI driver adis16475 has no spi_device_id for adi,adis16465-3 [ 2.899002] SPI driver adis16475 has no spi_device_id for adi,adis16467-1 [ 2.905787] SPI driver adis16475 has no spi_device_id for adi,adis16467-2 [ 2.912574] SPI driver adis16475 has no spi_device_id for adi,adis16467-3 [ 2.919360] SPI driver adis16475 has no spi_device_id for adi,adis16500 [ 2.925972] SPI driver adis16475 has no spi_device_id for adi,adis16505-1 [ 2.932757] SPI driver adis16475 has no spi_device_id for adi,adis16505-2 [ 2.939548] SPI driver adis16475 has no spi_device_id for adi,adis16505-3 [ 2.946330] SPI driver adis16475 has no spi_device_id for adi,adis16507-1 [ 2.953116] SPI driver adis16475 has no spi_device_id for adi,adis16507-2 [ 2.959903] SPI driver adis16475 has no spi_device_id for adi,adis16507-3 [ 2.967949] axi_sysid 85000000.axi_sysid-0: AXI System ID core version (1.01.a) found [ 2.974706] axi_sysid 85000000.axi_sysid-0: [fmcomms2] on [zcu102] git branch <> git <0> dirty [2024-01-02 18:15:32] UTC [ 2.986308] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered [ 2.992453] usbcore: registered new interface driver snd-usb-audio [ 2.999903] pktgen: Packet Generator for packet performance testing. Version: 2.75 [ 3.010335] Initializing XFRM netlink socket [ 3.010452] NET: Registered PF_INET6 protocol family [ 3.015392] Segment Routing with IPv6 [ 3.018492] In-situ OAM (IOAM) with IPv6 [ 3.022457] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 3.028737] NET: Registered PF_PACKET protocol family [ 3.033351] NET: Registered PF_KEY protocol family [ 3.038291] can: controller area network core [ 3.042509] NET: Registered PF_CAN protocol family [ 3.047255] can: raw protocol [ 3.050215] can: broadcast manager protocol [ 3.054395] can: netlink gateway - max_hops=1 [ 3.058914] Bluetooth: RFCOMM TTY layer initialized [ 3.063624] Bluetooth: RFCOMM socket layer initialized [ 3.068758] Bluetooth: RFCOMM ver 1.11 [ 3.072488] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.077789] Bluetooth: BNEP filters: protocol multicast [ 3.083016] Bluetooth: BNEP socket layer initialized [ 3.087968] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 3.093890] Bluetooth: HIDP socket layer initialized [ 3.099097] 9pnet: Installing 9P2000 support [ 3.103145] NET: Registered PF_IEEE802154 protocol family [ 3.108550] Key type dns_resolver registered [ 3.113097] registered taskstats version 1 [ 3.116862] Loading compiled-in X.509 certificates [ 3.122112] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 3.128371] alg: No test for xilinx-zynqmp-rsa (zynqmp-rsa) [ 3.460096] Freeing initrd memory: 34420K [ 3.838454] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 23, base_baud = 6249999) is a xuartps [ 3.847536] printk: console [ttyPS1] enabled [ 3.847536] printk: console [ttyPS1] enabled [ 3.851838] printk: bootconsole [cdns0] disabled [ 3.851838] printk: bootconsole [cdns0] disabled [ 3.861055] of-fpga-region fpga-full: FPGA Region probed [ 3.870851] gpio gpiochip1: (zynqmp_gpio): not an immutable chip, please consider fixing it! [ 3.883698] ad9361 spi1.0: ad9361_probe : enter (ad9361) [ 3.889883] ad9361 spi1.0: No GPIOs defined for ext band ctrl [ 3.910778] ad9361 spi1.0: Failed to set BB ref clock rate (-22) [ 3.916785] ad9361: probe of spi1.0 failed with error -22 [ 3.925965] spi-nor spi0.0: SPI-NOR-UniqueID fa360c00121b001a006a89b70991 [ 3.932971] spi-nor spi0.0: mt25qu512a (65536 Kbytes) [ 3.938093] 17 fixed-partitions partitions found on MTD device spi0.0 [ 3.944548] Creating 17 MTD partitions on "spi0.0": [ 3.949422] 0x000000000000-0x000000080000 : "Image Selector" [ 3.956015] 0x000000080000-0x000000100000 : "Image Selector Golden" [ 3.962915] 0x000000100000-0x000000120000 : "Persistent Register" [ 3.969649] 0x000000120000-0x000000140000 : "Persistent Register Backup" [ 3.976991] 0x000000140000-0x000000200000 : "Open_1" [ 3.982601] 0x000000200000-0x000000f00000 : "Image A (FSBL, PMU, ATF, U-Boot)" [ 3.990485] 0x000000f00000-0x000000f80000 : "ImgSel Image A Catch" [ 3.997314] 0x000000f80000-0x000001c80000 : "Image B (FSBL, PMU, ATF, U-Boot)" [ 4.005213] 0x000001c80000-0x000001d00000 : "ImgSel Image B Catch" [ 4.012279] 0x000001d00000-0x000001e00000 : "Open_2" [ 4.017910] 0x000001e00000-0x000002000000 : "Recovery Image" [ 4.024237] 0x000002000000-0x000002200000 : "Recovery Image Backup" [ 4.031160] 0x000002200000-0x000002220000 : "U-Boot storage variables" [ 4.038363] 0x000002220000-0x000002240000 : "U-Boot storage variables backup" [ 4.046179] 0x000002240000-0x000002280000 : "SHA256" [ 4.051805] 0x000002280000-0x0000022a0000 : "Secure OS Storage" [ 4.058391] 0x0000022a0000-0x000004050000 : "User" [ 4.063175] mtd: partition "User" extends beyond the end of device "spi0.0" -- size truncated to 0x1d60000 [ 4.074004] macb ff0e0000.ethernet: Not enabling partial store and forward [ 4.080960] macb ff0e0000.ethernet: invalid hw address, using random [ 4.093297] macb ff0e0000.ethernet eth0: Cadence GEM rev 0x50070106 at 0xff0e0000 irq 50 (b2:ea:af:5e:65:d1) [ 4.103583] xilinx-axipmon ffa00000.perf-monitor: Probed Xilinx APM [ 4.110144] xilinx-axipmon fd0b0000.perf-monitor: Probed Xilinx APM [ 4.116629] xilinx-axipmon fd490000.perf-monitor: Probed Xilinx APM [ 4.123110] xilinx-axipmon ffa10000.perf-monitor: Probed Xilinx APM [ 4.129578] cdns-i2c ff030000.i2c: can't get pinctrl, bus recovery not supported [ 4.137428] at24 1-0050: supply vcc not found, using dummy regulator [ 4.144112] at24 1-0050: 8192 byte 24c64 EEPROM, writable, 1 bytes/write [ 4.150945] at24 1-0051: supply vcc not found, using dummy regulator [ 4.184177] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 53 [ 4.191277] cdns-wdt fd4d0000.watchdog: Xilinx Watchdog Timer with timeout 60s [ 4.198766] cdns-wdt ff150000.watchdog: Xilinx Watchdog Timer with timeout 10s [ 4.209039] clk: couldn't set sdio0_ref clk rate to 187498123 (-16), current rate: 187499999 [ 4.210351] input: gpio-keys as /devices/platform/gpio-keys/input/input0 [ 4.217857] clk: couldn't set sdio0_ref clk rate to 187498123 (-16), current rate: 187499999 [ 4.224510] of_cfs_init [ 4.235057] of_cfs_init: OK [ 4.237907] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 4.265272] mmc0: SDHCI controller on ff160000.mmc [ff160000.mmc] using ADMA 64-bit [ 4.285299] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 4.291868] clk: Not disabling unused clocks [ 4.296374] ALSA device list: [ 4.299332] No soundcards found. [ 4.303013] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 4.311639] cfg80211: failed to load regulatory.db [ 4.317080] Freeing unused kernel memory: 2752K [ 4.333858] Run /init as init process [ 4.349452] systemd[1]: System time before build time, advancing clock. [ 4.360308] systemd[1]: systemd 251.8+ 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=hybrid) [ 4.365434] mmc0: new HS200 MMC card at address 0001 [ 4.392052] systemd[1]: Detected architecture arm64. [ 4.397399] mmcblk0: mmc0:0001 S0J56X 14.8 GiB [ 4.407834] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB [ 4.413655] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB [ 4.419339] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (243:0) Welcome to PetaLinux 2023.1+release-S05010539 (langdale)! [ 4.462013] systemd[1]: Hostname set to <xilinx-k26-som-20231>. [ 4.468047] systemd[1]: Initializing machine ID from random generator. [ 4.527035] systemd-sysv-generator[142]: SysV service '/etc/init.d/watchdog-init' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 4.553183] systemd-sysv-generator[142]: SysV service '/etc/init.d/sshd' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 4.577292] systemd-sysv-generator[142]: SysV service '/etc/init.d/nfsserver' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 4.601674] systemd-sysv-generator[142]: SysV service '/etc/init.d/inetd.busybox' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 4.808614] systemd[1]: Queued start job for default target Multi-User System. [ 4.857890] systemd[1]: Created slice Slice /system/getty. [ OK ] Created slice Slice /system/getty. [ 4.879231] systemd[1]: Created slice Slice /system/modprobe. [ OK ] Created slice Slice /system/modprobe. [ 4.903120] systemd[1]: Created slice Slice /system/serial-getty. [ OK ] Created slice Slice /system/serial-getty. [ 4.926795] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 4.950065] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 4.974014] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 4.998073] systemd[1]: Reached target Path Units. [ OK ] Reached target Path Units. [ 5.013934] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 5.033906] systemd[1]: Reached target Slice Units. [ OK ] Reached target Slice Units. [ 5.049930] systemd[1]: Reached target Swaps. [ OK ] Reached target Swaps. [ 5.066351] systemd[1]: Listening on RPCbind Server Activation Socket. [ OK ] Listening on RPCbind Server Activation Socket. [ 5.089915] systemd[1]: Reached target RPC Port Mapper. [ OK ] Reached target RPC Port Mapper. [ 5.110202] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 5.126093] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 5.150329] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 5.170132] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 5.190181] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 5.206319] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 5.230230] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.250104] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.270130] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 5.310103] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 5.328625] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.352709] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 5.370220] systemd[1]: Kernel Trace File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/tracing). [ 5.385622] systemd[1]: Mounting Temporary Directory /tmp... Mounting Temporary Directory /tmp... [ 5.402224] systemd[1]: Create List of Static Device Nodes was skipped because of a failed condition check (ConditionFileNotEmpty=/lib/modules/6.1.0-xilinx-v2023.1/modules.devname). [ 5.421556] systemd[1]: Starting Load Kernel Module configfs... Starting Load Kernel Module configfs... [ 5.440941] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 5.460941] systemd[1]: Starting Load Kernel Module fuse... Starting Load Kernel Module fuse... [ 5.481010] systemd[1]: Starting RPC Bind... Starting RPC Bind... [ 5.494017] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/). [ 5.506926] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. [ 5.519811] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) [ 5.531846] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.549427] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 5.560239] dmaproxy: loading out-of-tree module taints kernel. [ 5.618350] systemd[1]: Starting Generate network units from Kernel command line... Starting Generate network …ts from Kernel command line... [ 5.644861] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 5.669050] systemd[1]: Starting Coldplug All udev Devices... Starting Coldplug All udev Devices... [ 5.690171] systemd[1]: Started RPC Bind. [ OK ] Started RPC Bind. [ 5.706325] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Mounted Huge Pages File System. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory /tmp. [ OK ] Finished Load Kernel Module configfs. [ OK ] Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module fuse. [ OK ] Finished Load Kernel Modules. [ OK ] Finished Generate network units from Kernel command line. [ OK ] Finished Remount Root and Kernel File Systems. [ OK ] Reached target Preparation for Network. Mounting NFSD configuration filesystem... Mounting FUSE Control File System... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ 5.979900] systemd-journald[151]: Received client request to flush runtime journal. Starting Apply Kernel Variables... Starting Create System Users... [FAILED] Failed to mount NFSD configuration filesystem. See 'systemctl status proc-fs-nfsd.mount' for details. [DEPEND] Dependency failed for NFS Mount Daemon. [DEPEND] Dependency failed for NFS server and services. [ OK ] Mounted FUSE Control File System. [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished Flush Journal to Persistent Storage. [ OK ] Finished Apply Kernel Variables. [ OK ] Finished Create System Users. Starting Create Static Device Nodes in /dev... [ OK ] Finished Create Static Device Nodes in /dev. [ OK ] Reached target Preparation for Local File Systems. Mounting /var/volatile... Starting Rule-based Manage…for Device Events and Files... [ OK ] Mounted /var/volatile. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Rebuild Dynamic Linker Cache... Starting Create Volatile Files and Directories... [ OK ] Started Rule-based Manager for Device Events and Files. [ OK ] Finished Rebuild Dynamic Linker Cache. Starting Network Configuration... [ OK ] Finished Create Volatile Files and Directories. Starting Rebuild Journal Catalog... Starting Network Name Resolution... Starting Network Time Synchronization... Starting Record System Boot/Shutdown in UTMP... [ OK ] Finished Coldplug All udev Devices. [ OK ] Finished Rebuild Journal Catalog. [ OK ] Finished Record System Boot/Shutdown in UTMP. [ OK ] Started Network Configuration. [ 7.361512] macb ff0e0000.ethernet eth0: validation of rgmii-id with support 00000000,00000000,00006280 and advertisement 00000000,00000000,00004280 failed: -EINVAL [ 7.382352] macb ff0e0000.ethernet eth0: Could not attach PHY (-22) [ 7.433865] random: crng init done [ OK ] Finished Load/Save Random Seed. [ OK ] Started Network Name Resolution. [ OK ] Started Network Time Synchronization. [ OK ] Reached target Network. [ OK ] Reached target Host and Network Name Lookups. [ OK ] Reached target System Time Set. [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. [ OK ] Started NFS status monitor for NFSv2/3 locking.. Starting Wait for udev To …plete Device Initialization... Starting Update is Completed... [ OK ] Finished Update is Completed. [ OK ] Finished Wait for udev To Complete Device Initialization. [ OK ] Reached target System Initialization. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timer Units. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Listening on D-Bus System Message Bus Socket. Starting sshd.socket... [ OK ] Listening on sshd.socket. [ OK ] Reached target Socket Units. [ OK ] Reached target Basic System. Starting Avahi mDNS/DNS-SD Stack... [ OK ] Started Kernel Logging Service. [ OK ] Started System Logging Service. Starting D-Bus System Message Bus... [ OK ] Started FANCONTROL Daemon. [ OK ] Started IIO Daemon. Starting inetd.busybox.service... Starting LSB: Kernel NFS server support... Starting User Login Management... Starting Permit User Sessions... Starting Target Communication Framework agent... Starting OpenSSH Key Generation... [ OK ] Started D-Bus System Message Bus. [ OK ] Started inetd.busybox.service. [FAILED] Failed to start LSB: Kernel NFS server support. See 'systemctl status nfsserver.service' for details. [ OK ] Finished Permit User Sessions. [ OK ] Started Target Communication Framework agent. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyPS1. [ OK ] Reached target Login Prompts. [ OK ] Started User Login Management. [ OK ] Started Avahi mDNS/DNS-SD Stack. [ OK ] Stopped FANCONTROL Daemon. [ OK ] Started FANCONTROL Daemon. [ OK ] Reached target Multi-User System. Starting Record Runlevel Change in UTMP... [ OK ] Finished Record Runlevel Change in UTMP. [ OK ] Stopped FANCONTROL Daemon. [ OK ] Started FANCONTROL Daemon. [ OK ] Stopped FANCONTROL Daemon. [ OK ] Started FANCONTROL Daemon. [ OK ] Stopped FANCONTROL Daemon. [ OK ] Started FANCONTROL Daemon. [ OK ] Stopped FANCONTROL Daemon. [FAILED] Failed to start FANCONTROL Daemon. See 'systemctl status fancontrold.service' for details. PetaLinux 2023.1+release-S05010539 xilinx-k26-som-20231 ttyPS1 xilinx-k26-som-20231 login: [ 16.486473] platform 99020000.cf-ad9361-lpc: deferred probe pending [ 16.492755] platform 99024000.cf-ad9361-dds-core-lpc: deferred probe pending root Password: [ 22.422799] audit: type=1006 audit(1667916035.072:2): pid=677 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1 [ 22.435172] audit: type=1300 audit(1667916035.072:2): arch=c00000b7 syscall=64 success=yes exit=1 a0=8 a1=7ff7cf70a0 a2=1 a3=1 items=0 ppid=1 pid=677 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/lib/systemd/systemd" key=(null) [ 22.460333] audit: type=1327 audit(1667916035.072:2): proctitle="(systemd)" root@xilinx-k26-som-20231:~#
And here is my system.dts file
/dts-v1/; / { compatible = "xlnx,zynqmp-sm-k26-rev1", "xlnx,zynqmp-sm-k26-revB", "xlnx,zynqmp-sm-k26-revA", "xlnx,zynqmp-sm-k26", "xlnx,zynqmp"; #address-cells = <0x2>; #size-cells = <0x2>; model = "ZynqMP SM-K26 Rev1/B/A"; cpus { #address-cells = <0x1>; #size-cells = <0x0>; cpu@0 { compatible = "arm,cortex-a53"; device_type = "cpu"; enable-method = "psci"; operating-points-v2 = <0x1>; reg = <0x0>; cpu-idle-states = <0x2>; next-level-cache = <0x3>; clocks = <0x4 0xa>; phandle = <0x6>; }; cpu@1 { compatible = "arm,cortex-a53"; device_type = "cpu"; enable-method = "psci"; reg = <0x1>; operating-points-v2 = <0x1>; cpu-idle-states = <0x2>; next-level-cache = <0x3>; phandle = <0x7>; }; cpu@2 { compatible = "arm,cortex-a53"; device_type = "cpu"; enable-method = "psci"; reg = <0x2>; operating-points-v2 = <0x1>; cpu-idle-states = <0x2>; next-level-cache = <0x3>; phandle = <0x8>; }; cpu@3 { compatible = "arm,cortex-a53"; device_type = "cpu"; enable-method = "psci"; reg = <0x3>; operating-points-v2 = <0x1>; cpu-idle-states = <0x2>; next-level-cache = <0x3>; phandle = <0x9>; }; l2-cache { compatible = "cache"; cache-level = <0x2>; phandle = <0x3>; }; idle-states { entry-method = "psci"; cpu-sleep-0 { compatible = "arm,idle-state"; arm,psci-suspend-param = <0x40000000>; local-timer-stop; entry-latency-us = <0x12c>; exit-latency-us = <0x258>; min-residency-us = <0x2710>; phandle = <0x2>; }; }; }; opp-table-cpu { compatible = "operating-points-v2"; opp-shared; phandle = <0x1>; opp00 { opp-hz = <0x0 0x4f790c10>; opp-microvolt = <0xf4240>; clock-latency-ns = <0x7a120>; }; opp01 { opp-hz = <0x0 0x27bc8608>; opp-microvolt = <0xf4240>; clock-latency-ns = <0x7a120>; }; opp02 { opp-hz = <0x0 0x1a7daeb0>; opp-microvolt = <0xf4240>; clock-latency-ns = <0x7a120>; }; opp03 { opp-hz = <0x0 0x13de4304>; opp-microvolt = <0xf4240>; clock-latency-ns = <0x7a120>; }; opp04 { opp-hz = <0x0 0x4d7c6cf4>; opp-microvolt = <0xf4240>; clock-latency-ns = <0x7a120>; }; }; zynqmp_ipi { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-ipi-mailbox"; interrupt-parent = <0x5>; interrupts = <0x0 0x23 0x4>; xlnx,ipi-id = <0x0>; #address-cells = <0x2>; #size-cells = <0x2>; ranges; phandle = <0x26>; mailbox@ff9905c0 { u-boot,dm-pre-reloc; reg = <0x0 0xff9905c0 0x0 0x20 0x0 0xff9905e0 0x0 0x20 0x0 0xff990e80 0x0 0x20 0x0 0xff990ea0 0x0 0x20>; reg-names = "local_request_region", "local_response_region", "remote_request_region", "remote_response_region"; #mbox-cells = <0x1>; xlnx,ipi-id = <0x4>; phandle = <0xa>; }; }; dcc { compatible = "arm,dcc"; status = "disabled"; u-boot,dm-pre-reloc; phandle = <0x27>; }; pmu { compatible = "arm,armv8-pmuv3"; interrupt-parent = <0x5>; interrupts = <0x0 0x8f 0x4 0x0 0x90 0x4 0x0 0x91 0x4 0x0 0x92 0x4>; interrupt-affinity = <0x6 0x7 0x8 0x9>; }; psci { compatible = "arm,psci-0.2"; method = "smc"; }; firmware { zynqmp-firmware { compatible = "xlnx,zynqmp-firmware"; u-boot,dm-pre-reloc; method = "smc"; #power-domain-cells = <0x1>; phandle = <0x11>; zynqmp-power { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-power"; interrupt-parent = <0x5>; interrupts = <0x0 0x23 0x4>; mboxes = <0xa 0x0 0xa 0x1>; mbox-names = "tx", "rx"; phandle = <0x28>; }; nvmem_firmware { compatible = "xlnx,zynqmp-nvmem-fw"; #address-cells = <0x1>; #size-cells = <0x1>; soc_revision@0 { reg = <0x0 0x4>; phandle = <0x29>; }; efuse_dna@c { reg = <0xc 0xc>; phandle = <0x2a>; }; efuse_usr0@20 { reg = <0x20 0x4>; phandle = <0x2b>; }; efuse_usr1@24 { reg = <0x24 0x4>; phandle = <0x2c>; }; efuse_usr2@28 { reg = <0x28 0x4>; phandle = <0x2d>; }; efuse_usr3@2c { reg = <0x2c 0x4>; phandle = <0x2e>; }; efuse_usr4@30 { reg = <0x30 0x4>; phandle = <0x2f>; }; efuse_usr5@34 { reg = <0x34 0x4>; phandle = <0x30>; }; efuse_usr6@38 { reg = <0x38 0x4>; phandle = <0x31>; }; efuse_usr7@3c { reg = <0x3c 0x4>; phandle = <0x32>; }; efuse_miscusr@40 { reg = <0x40 0x4>; phandle = <0x33>; }; efuse_chash@50 { reg = <0x50 0x4>; phandle = <0x34>; }; efuse_pufmisc@54 { reg = <0x54 0x4>; phandle = <0x35>; }; efuse_sec@58 { reg = <0x58 0x4>; phandle = <0x36>; }; efuse_spkid@5c { reg = <0x5c 0x4>; phandle = <0x37>; }; efuse_ppk0hash@a0 { reg = <0xa0 0x30>; phandle = <0x38>; }; efuse_ppk1hash@d0 { reg = <0xd0 0x30>; phandle = <0x39>; }; }; pcap { compatible = "xlnx,zynqmp-pcap-fpga"; clock-names = "ref_clk"; clocks = <0x4 0x29>; phandle = <0x10>; }; reset-controller { compatible = "xlnx,zynqmp-reset"; #reset-cells = <0x1>; phandle = <0x13>; }; pinctrl { compatible = "xlnx,zynqmp-pinctrl"; status = "okay"; phandle = <0x3a>; sdhci0-default { phandle = <0x17>; conf { groups = "sdio0_0_grp"; slew-rate = <0x1>; power-source = <0x1>; bias-disable; }; mux { groups = "sdio0_0_grp"; function = "sdio0"; }; }; }; gpio { compatible = "xlnx,zynqmp-gpio-modepin"; gpio-controller; #gpio-cells = <0x2>; label = "modepin"; phandle = <0x19>; }; clock-controller { u-boot,dm-pre-reloc; #clock-cells = <0x1>; compatible = "xlnx,zynqmp-clk"; clocks = <0xb 0xc 0xd 0xe 0xf>; clock-names = "pss_ref_clk", "video_clk", "pss_alt_ref_clk", "aux_ref_clk", "gt_crx_ref_clk"; phandle = <0x4>; }; }; }; timer { compatible = "arm,armv8-timer"; interrupt-parent = <0x5>; interrupts = <0x1 0xd 0xf08 0x1 0xe 0xf08 0x1 0xb 0xf08 0x1 0xa 0xf08>; }; edac { compatible = "arm,cortex-a53-edac"; }; fpga-full { compatible = "fpga-region"; fpga-mgr = <0x10>; #address-cells = <0x2>; #size-cells = <0x2>; ranges; phandle = <0x3b>; }; axi { compatible = "simple-bus"; u-boot,dm-pre-reloc; #address-cells = <0x2>; #size-cells = <0x2>; ranges; phandle = <0x3c>; can@ff060000 { compatible = "xlnx,zynq-can-1.0"; status = "disabled"; clock-names = "can_clk", "pclk"; reg = <0x0 0xff060000 0x0 0x1000>; interrupts = <0x0 0x17 0x4>; interrupt-parent = <0x5>; tx-fifo-depth = <0x40>; rx-fifo-depth = <0x40>; power-domains = <0x11 0x2f>; clocks = <0x4 0x3f 0x4 0x1f>; phandle = <0x3d>; }; can@ff070000 { compatible = "xlnx,zynq-can-1.0"; status = "disabled"; clock-names = "can_clk", "pclk"; reg = <0x0 0xff070000 0x0 0x1000>; interrupts = <0x0 0x18 0x4>; interrupt-parent = <0x5>; tx-fifo-depth = <0x40>; rx-fifo-depth = <0x40>; power-domains = <0x11 0x30>; clocks = <0x4 0x40 0x4 0x1f>; phandle = <0x3e>; }; cci@fd6e0000 { compatible = "arm,cci-400"; status = "okay"; reg = <0x0 0xfd6e0000 0x0 0x9000>; ranges = <0x0 0x0 0xfd6e0000 0x10000>; #address-cells = <0x1>; #size-cells = <0x1>; phandle = <0x3f>; pmu@9000 { compatible = "arm,cci-400-pmu,r1"; reg = <0x9000 0x5000>; interrupt-parent = <0x5>; interrupts = <0x0 0x7b 0x4 0x0 0x7b 0x4 0x0 0x7b 0x4 0x0 0x7b 0x4 0x0 0x7b 0x4>; }; }; dma-controller@fd500000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd500000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x7c 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14e8>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x40>; }; dma-controller@fd510000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd510000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x7d 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14e9>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x41>; }; dma-controller@fd520000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd520000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x7e 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14ea>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x42>; }; dma-controller@fd530000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd530000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x7f 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14eb>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x43>; }; dma-controller@fd540000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd540000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x80 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14ec>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x44>; }; dma-controller@fd550000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd550000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x81 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14ed>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x45>; }; dma-controller@fd560000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd560000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x82 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14ee>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x46>; }; dma-controller@fd570000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xfd570000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x83 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x80>; iommus = <0x12 0x14ef>; power-domains = <0x11 0x2a>; clocks = <0x4 0x13 0x4 0x1f>; phandle = <0x47>; }; interrupt-controller@f9010000 { compatible = "arm,gic-400"; #interrupt-cells = <0x3>; reg = <0x0 0xf9010000 0x0 0x10000 0x0 0xf9020000 0x0 0x20000 0x0 0xf9040000 0x0 0x20000 0x0 0xf9060000 0x0 0x20000>; interrupt-controller; interrupt-parent = <0x5>; interrupts = <0x1 0x9 0xf04>; num_cpus = <0x2>; num_interrupts = <0x60>; phandle = <0x5>; }; gpu@fd4b0000 { status = "okay"; compatible = "xlnx,zynqmp-mali", "arm,mali-400"; reg = <0x0 0xfd4b0000 0x0 0x10000>; interrupt-parent = <0x5>; interrupts = <0x0 0x84 0x4 0x0 0x84 0x4 0x0 0x84 0x4 0x0 0x84 0x4 0x0 0x84 0x4 0x0 0x84 0x4>; interrupt-names = "gp", "gpmmu", "pp0", "ppmmu0", "pp1", "ppmmu1"; clock-names = "bus", "core"; power-domains = <0x11 0x3a>; clocks = <0x4 0x18 0x4 0x19>; xlnx,tz-nonsecure = <0x1>; phandle = <0x48>; }; dma-controller@ffa80000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffa80000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x4d 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x49>; }; dma-controller@ffa90000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffa90000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x4e 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4a>; }; dma-controller@ffaa0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffaa0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x4f 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4b>; }; dma-controller@ffab0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffab0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x50 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4c>; }; dma-controller@ffac0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffac0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x51 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4d>; }; dma-controller@ffad0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffad0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x52 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4e>; }; dma-controller@ffae0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffae0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x53 0x4>; clock-names = "clk_main", "clk_apb"; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x4f>; }; dma-controller@ffaf0000 { status = "okay"; compatible = "xlnx,zynqmp-dma-1.0"; reg = <0x0 0xffaf0000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0x54 0x4>; clock-names = "clk_main", "clk_apb"; #dma-cells = <0x1>; xlnx,bus-width = <0x40>; power-domains = <0x11 0x2b>; clocks = <0x4 0x44 0x4 0x1f>; phandle = <0x50>; }; memory-controller@fd070000 { compatible = "xlnx,zynqmp-ddrc-2.40a"; reg = <0x0 0xfd070000 0x0 0x30000>; interrupt-parent = <0x5>; interrupts = <0x0 0x70 0x4>; phandle = <0x51>; }; nand-controller@ff100000 { compatible = "xlnx,zynqmp-nand-controller", "arasan,nfc-v3p10"; status = "disabled"; reg = <0x0 0xff100000 0x0 0x1000>; clock-names = "controller", "bus"; interrupt-parent = <0x5>; interrupts = <0x0 0xe 0x4>; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x872>; power-domains = <0x11 0x2c>; clocks = <0x4 0x3c 0x4 0x1f>; phandle = <0x52>; }; ethernet@ff0b0000 { compatible = "xlnx,zynqmp-gem", "cdns,gem"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x39 0x4 0x0 0x39 0x4>; reg = <0x0 0xff0b0000 0x0 0x1000>; clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x874>; power-domains = <0x11 0x1d>; resets = <0x13 0x1d>; reset-names = "gem0_rst"; clocks = <0x4 0x1f 0x4 0x68 0x4 0x2d 0x4 0x31 0x4 0x2c>; phandle = <0x53>; }; ethernet@ff0c0000 { compatible = "xlnx,zynqmp-gem", "cdns,gem"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x3b 0x4 0x0 0x3b 0x4>; reg = <0x0 0xff0c0000 0x0 0x1000>; clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x875>; power-domains = <0x11 0x1e>; resets = <0x13 0x1e>; reset-names = "gem1_rst"; clocks = <0x4 0x1f 0x4 0x69 0x4 0x2e 0x4 0x32 0x4 0x2c>; phandle = <0x54>; }; ethernet@ff0d0000 { compatible = "xlnx,zynqmp-gem", "cdns,gem"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x3d 0x4 0x0 0x3d 0x4>; reg = <0x0 0xff0d0000 0x0 0x1000>; clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x876>; power-domains = <0x11 0x1f>; resets = <0x13 0x1f>; reset-names = "gem2_rst"; clocks = <0x4 0x1f 0x4 0x6a 0x4 0x2f 0x4 0x33 0x4 0x2c>; phandle = <0x55>; }; ethernet@ff0e0000 { compatible = "xlnx,zynqmp-gem", "cdns,gem"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x3f 0x4 0x0 0x3f 0x4>; reg = <0x0 0xff0e0000 0x0 0x1000>; clock-names = "pclk", "hclk", "tx_clk", "rx_clk", "tsu_clk"; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x877>; power-domains = <0x11 0x20>; resets = <0x13 0x20>; reset-names = "gem3_rst"; clocks = <0x4 0x1f 0x4 0x6b 0x4 0x30 0x4 0x34 0x4 0x2c>; phy-mode = "rgmii-id"; xlnx,ptp-enet-clock = <0x0>; phandle = <0x56>; }; gpio@ff0a0000 { compatible = "xlnx,zynqmp-gpio-1.0"; status = "okay"; #gpio-cells = <0x2>; gpio-controller; interrupt-parent = <0x5>; interrupts = <0x0 0x10 0x4>; interrupt-controller; #interrupt-cells = <0x2>; reg = <0x0 0xff0a0000 0x0 0x1000>; power-domains = <0x11 0x2e>; clocks = <0x4 0x1f>; gpio-line-names = "QSPI_CLK", "QSPI_DQ1", "QSPI_DQ2", "QSPI_DQ3", "QSPI_DQ0", "QSPI_CS_B", "SPI_CLK", "LED1", "LED2", "SPI_CS_B", "SPI_MISO", "SPI_MOSI", "FWUEN", "EMMC_DAT0", "EMMC_DAT1", "EMMC_DAT2", "EMMC_DAT3", "EMMC_DAT4", "EMMC_DAT5", "EMMC_DAT6", "EMMC_DAT7", "EMMC_CMD", "EMMC_CLK", "EMMC_RST", "I2C1_SCL", "I2C1_SDA", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""; emio-gpio-width = <0x20>; gpio-mask-high = <0x0>; gpio-mask-low = <0x5600>; phandle = <0x14>; }; i2c@ff020000 { compatible = "cdns,i2c-r1p14"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x11 0x4>; reg = <0x0 0xff020000 0x0 0x1000>; #address-cells = <0x1>; #size-cells = <0x0>; power-domains = <0x11 0x25>; clocks = <0x4 0x3d>; phandle = <0x57>; }; i2c@ff030000 { compatible = "cdns,i2c-r1p14"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x12 0x4>; reg = <0x0 0xff030000 0x0 0x1000>; #address-cells = <0x1>; #size-cells = <0x0>; power-domains = <0x11 0x26>; clocks = <0x4 0x3e>; u-boot,dm-pre-reloc; clock-frequency = <0x61a80>; scl-gpios = <0x14 0x18 0x0>; sda-gpios = <0x14 0x19 0x0>; phandle = <0x58>; eeprom@50 { u-boot,dm-pre-reloc; compatible = "st,24c64", "atmel,24c64"; reg = <0x50>; phandle = <0x59>; }; eeprom@51 { u-boot,dm-pre-reloc; compatible = "st,24c64", "atmel,24c64"; reg = <0x51>; phandle = <0x5a>; }; pmic@33 { compatible = "dlg,da9131"; reg = <0x33>; phandle = <0x5b>; regulators { buck1 { regulator-name = "da9131_buck1"; regulator-boot-on; regulator-always-on; phandle = <0x5c>; }; buck2 { regulator-name = "da9131_buck2"; regulator-boot-on; regulator-always-on; phandle = <0x5d>; }; }; }; pmic@32 { compatible = "dlg,da9130"; reg = <0x32>; phandle = <0x5e>; regulators { buck1 { regulator-name = "da9130_buck1"; regulator-boot-on; regulator-always-on; phandle = <0x5f>; }; }; }; }; memory-controller@ff960000 { compatible = "xlnx,zynqmp-ocmc-1.0"; reg = <0x0 0xff960000 0x0 0x1000>; interrupt-parent = <0x5>; interrupts = <0x0 0xa 0x4>; phandle = <0x60>; }; perf-monitor@ffa00000 { compatible = "xlnx,axi-perf-monitor"; reg = <0x0 0xffa00000 0x0 0x10000>; interrupts = <0x0 0x19 0x4>; interrupt-parent = <0x5>; xlnx,enable-profile = <0x0>; xlnx,enable-trace = <0x0>; xlnx,num-monitor-slots = <0x1>; xlnx,enable-event-count = <0x1>; xlnx,enable-event-log = <0x1>; xlnx,have-sampled-metric-cnt = <0x1>; xlnx,num-of-counters = <0x8>; xlnx,metric-count-width = <0x20>; xlnx,metrics-sample-count-width = <0x20>; xlnx,global-count-width = <0x20>; xlnx,metric-count-scale = <0x1>; clocks = <0x4 0x1f>; phandle = <0x61>; }; perf-monitor@fd0b0000 { compatible = "xlnx,axi-perf-monitor"; reg = <0x0 0xfd0b0000 0x0 0x10000>; interrupts = <0x0 0x7b 0x4>; interrupt-parent = <0x5>; xlnx,enable-profile = <0x0>; xlnx,enable-trace = <0x0>; xlnx,num-monitor-slots = <0x6>; xlnx,enable-event-count = <0x1>; xlnx,enable-event-log = <0x0>; xlnx,have-sampled-metric-cnt = <0x1>; xlnx,num-of-counters = <0xa>; xlnx,metric-count-width = <0x20>; xlnx,metrics-sample-count-width = <0x20>; xlnx,global-count-width = <0x20>; xlnx,metric-count-scale = <0x1>; clocks = <0x4 0x1c>; phandle = <0x62>; }; perf-monitor@fd490000 { compatible = "xlnx,axi-perf-monitor"; reg = <0x0 0xfd490000 0x0 0x10000>; interrupts = <0x0 0x7b 0x4>; interrupt-parent = <0x5>; xlnx,enable-profile = <0x0>; xlnx,enable-trace = <0x0>; xlnx,num-monitor-slots = <0x1>; xlnx,enable-event-count = <0x1>; xlnx,enable-event-log = <0x0>; xlnx,have-sampled-metric-cnt = <0x1>; xlnx,num-of-counters = <0x8>; xlnx,metric-count-width = <0x20>; xlnx,metrics-sample-count-width = <0x20>; xlnx,global-count-width = <0x20>; xlnx,metric-count-scale = <0x1>; clocks = <0x4 0x1c>; phandle = <0x63>; }; perf-monitor@ffa10000 { compatible = "xlnx,axi-perf-monitor"; reg = <0x0 0xffa10000 0x0 0x10000>; interrupts = <0x0 0x19 0x4>; interrupt-parent = <0x5>; xlnx,enable-profile = <0x0>; xlnx,enable-trace = <0x0>; xlnx,num-monitor-slots = <0x1>; xlnx,enable-event-count = <0x1>; xlnx,enable-event-log = <0x1>; xlnx,have-sampled-metric-cnt = <0x1>; xlnx,num-of-counters = <0x8>; xlnx,metric-count-width = <0x20>; xlnx,metrics-sample-count-width = <0x20>; xlnx,global-count-width = <0x20>; xlnx,metric-count-scale = <0x1>; clocks = <0x4 0x1f>; phandle = <0x64>; }; pcie@fd0e0000 { compatible = "xlnx,nwl-pcie-2.11"; status = "disabled"; #address-cells = <0x3>; #size-cells = <0x2>; #interrupt-cells = <0x1>; msi-controller; device_type = "pci"; interrupt-parent = <0x5>; interrupts = <0x0 0x76 0x4 0x0 0x75 0x4 0x0 0x74 0x4 0x0 0x73 0x4 0x0 0x72 0x4>; interrupt-names = "misc", "dummy", "intx", "msi1", "msi0"; msi-parent = <0x15>; reg = <0x0 0xfd0e0000 0x0 0x1000 0x0 0xfd480000 0x0 0x1000 0x80 0x0 0x0 0x1000000>; reg-names = "breg", "pcireg", "cfg"; ranges = <0x2000000 0x0 0xe0000000 0x0 0xe0000000 0x0 0x10000000 0x43000000 0x6 0x0 0x6 0x0 0x2 0x0>; interrupt-map-mask = <0x0 0x0 0x0 0x7>; bus-range = <0x0 0xff>; interrupt-map = <0x0 0x0 0x0 0x1 0x16 0x1 0x0 0x0 0x0 0x2 0x16 0x2 0x0 0x0 0x0 0x3 0x16 0x3 0x0 0x0 0x0 0x4 0x16 0x4>; iommus = <0x12 0x4d0>; power-domains = <0x11 0x3b>; clocks = <0x4 0x17>; phandle = <0x15>; legacy-interrupt-controller { interrupt-controller; #address-cells = <0x0>; #interrupt-cells = <0x1>; phandle = <0x16>; }; }; spi@ff0f0000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-qspi-1.0"; status = "okay"; clock-names = "ref_clk", "pclk"; interrupts = <0x0 0xf 0x4>; interrupt-parent = <0x5>; num-cs = <0x1>; reg = <0x0 0xff0f0000 0x0 0x1000 0x0 0xc0000000 0x0 0x8000000>; #address-cells = <0x1>; #size-cells = <0x0>; iommus = <0x12 0x873>; power-domains = <0x11 0x2d>; clocks = <0x4 0x35 0x4 0x1f>; is-dual = <0x0>; spi-rx-bus-width = <0x4>; spi-tx-bus-width = <0x4>; phandle = <0x65>; flash@0 { compatible = "mt25qu512a", "jedec,spi-nor"; #address-cells = <0x1>; #size-cells = <0x1>; reg = <0x0>; spi-tx-bus-width = <0x4>; spi-rx-bus-width = <0x4>; spi-max-frequency = <0x2625a00>; phandle = <0x66>; partitions { compatible = "fixed-partitions"; #address-cells = <0x1>; #size-cells = <0x1>; partition@0 { label = "Image Selector"; reg = <0x0 0x80000>; read-only; lock; }; partition@80000 { label = "Image Selector Golden"; reg = <0x80000 0x80000>; read-only; lock; }; partition@100000 { label = "Persistent Register"; reg = <0x100000 0x20000>; }; partition@120000 { label = "Persistent Register Backup"; reg = <0x120000 0x20000>; }; partition@140000 { label = "Open_1"; reg = <0x140000 0xc0000>; }; partition@200000 { label = "Image A (FSBL, PMU, ATF, U-Boot)"; reg = <0x200000 0xd00000>; }; partition@f00000 { label = "ImgSel Image A Catch"; reg = <0xf00000 0x80000>; read-only; lock; }; partition@f80000 { label = "Image B (FSBL, PMU, ATF, U-Boot)"; reg = <0xf80000 0xd00000>; }; partition@1c80000 { label = "ImgSel Image B Catch"; reg = <0x1c80000 0x80000>; read-only; lock; }; partition@1d00000 { label = "Open_2"; reg = <0x1d00000 0x100000>; }; partition@1e00000 { label = "Recovery Image"; reg = <0x1e00000 0x200000>; read-only; lock; }; partition@2000000 { label = "Recovery Image Backup"; reg = <0x2000000 0x200000>; read-only; lock; }; partition@2200000 { label = "U-Boot storage variables"; reg = <0x2200000 0x20000>; }; partition@2220000 { label = "U-Boot storage variables backup"; reg = <0x2220000 0x20000>; }; partition@2240000 { label = "SHA256"; reg = <0x2240000 0x40000>; read-only; lock; }; partition@2280000 { label = "Secure OS Storage"; reg = <0x2280000 0x20000>; }; partition@22A0000 { label = "User"; reg = <0x22a0000 0x1db0000>; }; }; }; }; phy@fd400000 { compatible = "xlnx,zynqmp-psgtr-v1.1"; status = "okay"; reg = <0x0 0xfd400000 0x0 0x40000 0x0 0xfd3d0000 0x0 0x1000>; reg-names = "serdes", "siou"; #phy-cells = <0x4>; phandle = <0x67>; }; rtc@ffa60000 { compatible = "xlnx,zynqmp-rtc"; status = "okay"; reg = <0x0 0xffa60000 0x0 0x100>; interrupt-parent = <0x5>; interrupts = <0x0 0x1a 0x4 0x0 0x1b 0x4>; interrupt-names = "alarm", "sec"; calibration = <0x7fff>; phandle = <0x68>; }; ahci@fd0c0000 { compatible = "ceva,ahci-1v84"; status = "disabled"; reg = <0x0 0xfd0c0000 0x0 0x2000>; interrupt-parent = <0x5>; interrupts = <0x0 0x85 0x4>; power-domains = <0x11 0x1c>; resets = <0x13 0x10>; clocks = <0x4 0x16>; phandle = <0x69>; }; mmc@ff160000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x30 0x4>; reg = <0x0 0xff160000 0x0 0x1000>; clock-names = "clk_xin", "clk_ahb"; iommus = <0x12 0x870>; power-domains = <0x11 0x27>; #clock-cells = <0x1>; clock-output-names = "clk_out_sd0", "clk_in_sd0"; resets = <0x13 0x26>; clocks = <0x4 0x36 0x4 0x1f>; assigned-clocks = <0x4 0x36>; pinctrl-names = "default"; pinctrl-0 = <0x17>; non-removable; disable-wp; bus-width = <0x8>; xlnx,mio-bank = <0x0>; assigned-clock-rates = <0xb2cfe8b>; clock-frequency = <0xb2cfe8b>; phandle = <0x6a>; }; mmc@ff170000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-8.9a", "arasan,sdhci-8.9a"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x31 0x4>; reg = <0x0 0xff170000 0x0 0x1000>; clock-names = "clk_xin", "clk_ahb"; iommus = <0x12 0x871>; power-domains = <0x11 0x28>; #clock-cells = <0x1>; clock-output-names = "clk_out_sd1", "clk_in_sd1"; resets = <0x13 0x27>; clocks = <0x4 0x37 0x4 0x1f>; assigned-clocks = <0x4 0x37>; phandle = <0x6b>; }; smmu@fd800000 { compatible = "arm,mmu-500"; reg = <0x0 0xfd800000 0x0 0x20000>; #iommu-cells = <0x1>; status = "disabled"; #global-interrupts = <0x1>; interrupt-parent = <0x5>; interrupts = <0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4 0x0 0x9b 0x4>; phandle = <0x12>; }; spi@ff040000 { compatible = "cdns,spi-r1p6"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x13 0x4>; reg = <0x0 0xff040000 0x0 0x1000>; clock-names = "ref_clk", "pclk"; #address-cells = <0x1>; #size-cells = <0x0>; power-domains = <0x11 0x23>; clocks = <0x4 0x3a 0x4 0x1f>; is-decoded-cs = <0x0>; num-cs = <0x3>; phandle = <0x6c>; ad9361-phy@0 { compatible = "adi,ad9361"; reg = <0x0>; spi-cpha; spi-max-frequency = <0x989680>; clocks = <0x18 0x0>; clock-names = "ad9361_ext_refclk"; clock-output-names = "rx_sampl_clk", "tx_sampl_clk"; #clock-cells = <0x1>; adi,digital-interface-tune-skip-mode = <0x0>; adi,pp-tx-swap-enable; adi,pp-rx-swap-enable; adi,rx-frame-pulse-mode-enable; adi,lvds-mode-enable; adi,lvds-bias-mV = <0x96>; adi,lvds-rx-onchip-termination-enable; adi,rx-data-delay = <0x4>; adi,tx-fb-clock-delay = <0x7>; adi,dcxo-coarse-and-fine-tune = <0x8 0x1720>; adi,2rx-2tx-mode-enable; adi,frequency-division-duplex-mode-enable; adi,rx-rf-port-input-select = <0x0>; adi,tx-rf-port-input-select = <0x0>; adi,tx-attenuation-mdB = <0x2710>; adi,tx-lo-powerdown-managed-enable; adi,rf-rx-bandwidth-hz = <0x112a880>; adi,rf-tx-bandwidth-hz = <0x112a880>; adi,rx-synthesizer-frequency-hz = <0x0 0x8f0d1800>; adi,tx-synthesizer-frequency-hz = <0x0 0x92080880>; adi,rx-path-clock-frequencies = <0x3a980000 0xea60000 0x7530000 0x3a98000 0x1d4c000 0x1d4c000>; adi,tx-path-clock-frequencies = <0x3a980000 0x7530000 0x7530000 0x3a98000 0x1d4c000 0x1d4c000>; adi,gc-rx1-mode = <0x2>; adi,gc-rx2-mode = <0x2>; adi,gc-adc-ovr-sample-size = <0x4>; adi,gc-adc-small-overload-thresh = <0x2f>; adi,gc-adc-large-overload-thresh = <0x3a>; adi,gc-lmt-overload-high-thresh = <0x320>; adi,gc-lmt-overload-low-thresh = <0x2c0>; adi,gc-dec-pow-measurement-duration = <0x2000>; adi,gc-low-power-thresh = <0x18>; adi,mgc-inc-gain-step = <0x2>; adi,mgc-dec-gain-step = <0x2>; adi,mgc-split-table-ctrl-inp-gain-mode = <0x0>; adi,agc-attack-delay-extra-margin-us = <0x1>; adi,agc-outer-thresh-high = <0x5>; adi,agc-outer-thresh-high-dec-steps = <0x2>; adi,agc-inner-thresh-high = <0xa>; adi,agc-inner-thresh-high-dec-steps = <0x1>; adi,agc-inner-thresh-low = <0xc>; adi,agc-inner-thresh-low-inc-steps = <0x1>; adi,agc-outer-thresh-low = <0x12>; adi,agc-outer-thresh-low-inc-steps = <0x2>; adi,agc-adc-small-overload-exceed-counter = <0xa>; adi,agc-adc-large-overload-exceed-counter = <0xa>; adi,agc-adc-large-overload-inc-steps = <0x2>; adi,agc-lmt-overload-large-exceed-counter = <0xa>; adi,agc-lmt-overload-small-exceed-counter = <0xa>; adi,agc-lmt-overload-large-inc-steps = <0x2>; adi,agc-gain-update-interval-us = <0x3e8>; adi,fagc-dec-pow-measurement-duration = <0x40>; adi,fagc-lp-thresh-increment-steps = <0x1>; adi,fagc-lp-thresh-increment-time = <0x5>; adi,fagc-energy-lost-stronger-sig-gain-lock-exit-cnt = <0x8>; adi,fagc-final-overrange-count = <0x3>; adi,fagc-gain-index-type-after-exit-rx-mode = <0x0>; adi,fagc-lmt-final-settling-steps = <0x1>; adi,fagc-lock-level = <0xa>; adi,fagc-lock-level-gain-increase-upper-limit = <0x5>; adi,fagc-lock-level-lmt-gain-increase-enable; adi,fagc-lpf-final-settling-steps = <0x1>; adi,fagc-optimized-gain-offset = <0x5>; adi,fagc-power-measurement-duration-in-state5 = <0x40>; adi,fagc-rst-gla-engergy-lost-goto-optim-gain-enable; adi,fagc-rst-gla-engergy-lost-sig-thresh-below-ll = <0xa>; adi,fagc-rst-gla-engergy-lost-sig-thresh-exceeded-enable; adi,fagc-rst-gla-if-en-agc-pulled-high-mode = <0x0>; adi,fagc-rst-gla-large-adc-overload-enable; adi,fagc-rst-gla-large-lmt-overload-enable; adi,fagc-rst-gla-stronger-sig-thresh-above-ll = <0xa>; adi,fagc-rst-gla-stronger-sig-thresh-exceeded-enable; adi,fagc-state-wait-time-ns = <0x104>; adi,fagc-use-last-lock-level-for-set-gain-enable; adi,rssi-restart-mode = <0x3>; adi,rssi-delay = <0x1>; adi,rssi-wait = <0x1>; adi,rssi-duration = <0x3e8>; adi,ctrl-outs-index = <0x0>; adi,ctrl-outs-enable-mask = <0xff>; adi,temp-sense-measurement-interval-ms = <0x3e8>; adi,temp-sense-offset-signed = <0xce>; adi,temp-sense-periodic-measurement-enable; adi,aux-dac-manual-mode-enable; adi,aux-dac1-default-value-mV = <0x0>; adi,aux-dac1-rx-delay-us = <0x0>; adi,aux-dac1-tx-delay-us = <0x0>; adi,aux-dac2-default-value-mV = <0x0>; adi,aux-dac2-rx-delay-us = <0x0>; adi,aux-dac2-tx-delay-us = <0x0>; en_agc-gpios = <0x14 0x7a 0x0>; sync-gpios = <0x14 0x7b 0x0>; reset-gpios = <0x14 0x7c 0x0>; enable-gpios = <0x14 0x7d 0x0>; txnrx-gpios = <0x14 0x7e 0x0>; phandle = <0x24>; }; }; spi@ff050000 { compatible = "cdns,spi-r1p6"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x14 0x4>; reg = <0x0 0xff050000 0x0 0x1000>; clock-names = "ref_clk", "pclk"; #address-cells = <0x1>; #size-cells = <0x0>; power-domains = <0x11 0x24>; clocks = <0x4 0x3b 0x4 0x1f>; label = "TPM"; num-cs = <0x1>; phandle = <0x6d>; tpm@0 { compatible = "infineon,slb9670", "tcg,tpm_tis-spi"; reg = <0x0>; spi-max-frequency = <0x11a49a0>; }; }; timer@ff110000 { compatible = "cdns,ttc"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x24 0x4 0x0 0x25 0x4 0x0 0x26 0x4>; reg = <0x0 0xff110000 0x0 0x1000>; timer-width = <0x20>; power-domains = <0x11 0x18>; clocks = <0x4 0x1f>; #pwm-cells = <0x3>; phandle = <0x21>; }; timer@ff120000 { compatible = "cdns,ttc"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x27 0x4 0x0 0x28 0x4 0x0 0x29 0x4>; reg = <0x0 0xff120000 0x0 0x1000>; timer-width = <0x20>; power-domains = <0x11 0x19>; clocks = <0x4 0x1f>; phandle = <0x6e>; }; timer@ff130000 { compatible = "cdns,ttc"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x2a 0x4 0x0 0x2b 0x4 0x0 0x2c 0x4>; reg = <0x0 0xff130000 0x0 0x1000>; timer-width = <0x20>; power-domains = <0x11 0x1a>; clocks = <0x4 0x1f>; phandle = <0x6f>; }; timer@ff140000 { compatible = "cdns,ttc"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x2d 0x4 0x0 0x2e 0x4 0x0 0x2f 0x4>; reg = <0x0 0xff140000 0x0 0x1000>; timer-width = <0x20>; power-domains = <0x11 0x1b>; clocks = <0x4 0x1f>; phandle = <0x70>; }; serial@ff000000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; status = "disabled"; interrupt-parent = <0x5>; interrupts = <0x0 0x15 0x4>; reg = <0x0 0xff000000 0x0 0x1000>; clock-names = "uart_clk", "pclk"; power-domains = <0x11 0x21>; clocks = <0x4 0x38 0x4 0x1f>; phandle = <0x71>; }; serial@ff010000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-uart", "cdns,uart-r1p12"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x16 0x4>; reg = <0x0 0xff010000 0x0 0x1000>; clock-names = "uart_clk", "pclk"; power-domains = <0x11 0x22>; clocks = <0x4 0x39 0x4 0x1f>; cts-override; device_type = "serial"; port-number = <0x0>; phandle = <0x72>; }; usb@ff9d0000 { #address-cells = <0x2>; #size-cells = <0x2>; status = "disabled"; compatible = "xlnx,zynqmp-dwc3"; reg = <0x0 0xff9d0000 0x0 0x100>; clock-names = "bus_clk", "ref_clk"; power-domains = <0x11 0x16>; resets = <0x13 0x3b 0x13 0x3d 0x13 0x3f>; reset-names = "usb_crst", "usb_hibrst", "usb_apbrst"; reset-gpios = <0x19 0x1 0x1>; ranges; clocks = <0x4 0x20 0x4 0x22>; assigned-clocks = <0x4 0x20 0x4 0x22>; phandle = <0x73>; usb@fe200000 { compatible = "snps,dwc3"; status = "okay"; reg = <0x0 0xfe200000 0x0 0x40000>; interrupt-parent = <0x5>; interrupt-names = "dwc_usb3", "otg", "hiber"; interrupts = <0x0 0x41 0x4 0x0 0x45 0x4 0x0 0x4b 0x4>; iommus = <0x12 0x860>; snps,quirk-frame-length-adjustment = <0x20>; clock-names = "ref"; snps,enable_guctl1_resume_quirk; snps,enable_guctl1_ipd_quirk; snps,resume-hs-terminations; clocks = <0x4 0x22>; dr_mode = "otg"; phandle = <0x74>; }; }; usb@ff9e0000 { #address-cells = <0x2>; #size-cells = <0x2>; status = "disabled"; compatible = "xlnx,zynqmp-dwc3"; reg = <0x0 0xff9e0000 0x0 0x100>; clock-names = "bus_clk", "ref_clk"; power-domains = <0x11 0x17>; resets = <0x13 0x3c 0x13 0x3e 0x13 0x40>; reset-names = "usb_crst", "usb_hibrst", "usb_apbrst"; ranges; clocks = <0x4 0x21 0x4 0x22>; assigned-clocks = <0x4 0x21 0x4 0x22>; phandle = <0x75>; usb@fe300000 { compatible = "snps,dwc3"; status = "disabled"; reg = <0x0 0xfe300000 0x0 0x40000>; interrupt-parent = <0x5>; interrupt-names = "dwc_usb3", "otg", "hiber"; interrupts = <0x0 0x46 0x4 0x0 0x4a 0x4 0x0 0x4c 0x4>; iommus = <0x12 0x861>; snps,quirk-frame-length-adjustment = <0x20>; clock-names = "ref"; snps,enable_guctl1_resume_quirk; snps,enable_guctl1_ipd_quirk; snps,resume-hs-terminations; clocks = <0x4 0x22>; phandle = <0x76>; }; }; watchdog@fd4d0000 { compatible = "cdns,wdt-r1p2"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x71 0x1>; reg = <0x0 0xfd4d0000 0x0 0x1000>; timeout-sec = <0x3c>; reset-on-timeout; clocks = <0x4 0x4b>; phandle = <0x77>; }; watchdog@ff150000 { compatible = "cdns,wdt-r1p2"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x34 0x1>; reg = <0x0 0xff150000 0x0 0x1000>; timeout-sec = <0xa>; clocks = <0x4 0x70>; phandle = <0x78>; }; ams@ffa50000 { compatible = "xlnx,zynqmp-ams"; status = "okay"; interrupt-parent = <0x5>; interrupts = <0x0 0x38 0x4>; interrupt-names = "ams-irq"; reg = <0x0 0xffa50000 0x0 0x800>; reg-names = "ams-base"; #address-cells = <0x1>; #size-cells = <0x1>; #io-channel-cells = <0x1>; ranges = <0x0 0x0 0xffa50800 0x800>; clocks = <0x4 0x46>; phandle = <0x20>; ams_ps@0 { compatible = "xlnx,zynqmp-ams-ps"; status = "okay"; reg = <0x0 0x400>; phandle = <0x79>; }; ams_pl@400 { compatible = "xlnx,zynqmp-ams-pl"; status = "okay"; reg = <0x400 0x400>; phandle = <0x7a>; }; }; dma-controller@fd4c0000 { compatible = "xlnx,zynqmp-dpdma"; status = "disabled"; reg = <0x0 0xfd4c0000 0x0 0x1000>; interrupts = <0x0 0x7a 0x4>; interrupt-parent = <0x5>; clock-names = "axi_clk"; power-domains = <0x11 0x29>; dma-channels = <0x6>; iommus = <0x12 0xce4>; #dma-cells = <0x1>; clocks = <0x4 0x14>; assigned-clocks = <0x4 0x14>; phandle = <0x1b>; }; dp_aud@fd4ac000 { compatible = "xlnx,zynqmp-dpaud-setting", "syscon"; reg = <0x0 0xfd4ac000 0x0 0x1000>; phandle = <0x1a>; }; display@fd4a0000 { u-boot,dm-pre-reloc; compatible = "xlnx,zynqmp-dpsub-1.7"; status = "disabled"; reg = <0x0 0xfd4a0000 0x0 0x1000 0x0 0xfd4aa000 0x0 0x1000 0x0 0xfd4ab000 0x0 0x1000>; reg-names = "dp", "blend", "av_buf"; xlnx,dpaud-reg = <0x1a>; interrupts = <0x0 0x77 0x4>; interrupt-parent = <0x5>; iommus = <0x12 0xce3>; clock-names = "dp_apb_clk", "dp_aud_clk", "dp_vtc_pixel_clk_in"; power-domains = <0x11 0x29>; resets = <0x13 0x3>; dma-names = "vid0", "vid1", "vid2", "gfx0"; dmas = <0x1b 0x0 0x1b 0x1 0x1b 0x2 0x1b 0x3>; clocks = <0x1c 0x4 0x11 0x4 0x10>; assigned-clocks = <0x4 0x12 0x4 0x11 0x4 0x10>; phandle = <0x7b>; i2c-bus { }; zynqmp_dp_snd_codec0 { compatible = "xlnx,dp-snd-codec"; clock-names = "aud_clk"; clocks = <0x4 0x11>; phandle = <0x1f>; }; zynqmp_dp_snd_pcm0 { compatible = "xlnx,dp-snd-pcm0"; dmas = <0x1b 0x4>; dma-names = "tx"; phandle = <0x1d>; }; zynqmp_dp_snd_pcm1 { compatible = "xlnx,dp-snd-pcm1"; dmas = <0x1b 0x5>; dma-names = "tx"; phandle = <0x1e>; }; zynqmp_dp_snd_card { compatible = "xlnx,dp-snd-card"; xlnx,dp-snd-pcm = <0x1d 0x1e>; xlnx,dp-snd-codec = <0x1f>; phandle = <0x7c>; }; }; }; fclk0 { status = "okay"; compatible = "xlnx,fclk"; clocks = <0x4 0x47>; phandle = <0x7d>; }; fclk1 { status = "okay"; compatible = "xlnx,fclk"; clocks = <0x4 0x48>; phandle = <0x7e>; }; fclk2 { status = "okay"; compatible = "xlnx,fclk"; clocks = <0x4 0x49>; phandle = <0x7f>; }; fclk3 { status = "okay"; compatible = "xlnx,fclk"; clocks = <0x4 0x4a>; phandle = <0x80>; }; pss_ref_clk { u-boot,dm-pre-reloc; compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x1fca055>; phandle = <0xb>; }; video_clk { u-boot,dm-pre-reloc; compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x19bfcc0>; phandle = <0xc>; }; pss_alt_ref_clk { u-boot,dm-pre-reloc; compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x0>; phandle = <0xd>; }; gt_crx_ref_clk { u-boot,dm-pre-reloc; compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x66ff300>; phandle = <0xf>; }; aux_ref_clk { u-boot,dm-pre-reloc; compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x19bfcc0>; phandle = <0xe>; }; dp_aclk { compatible = "fixed-clock"; #clock-cells = <0x0>; clock-frequency = <0x5f5e100>; clock-accuracy = <0x64>; phandle = <0x1c>; }; aliases { gpio0 = "/axi/gpio@ff0a0000"; i2c0 = "/axi/i2c@ff020000"; i2c1 = "/axi/i2c@ff030000"; mmc0 = "/axi/mmc@ff160000"; mmc1 = "/axi/mmc@ff170000"; nvmem0 = "/axi/i2c@ff030000/eeprom@50"; nvmem1 = "/axi/i2c@ff030000/eeprom@51"; rtc0 = "/axi/rtc@ffa60000"; serial0 = "/axi/serial@ff000000"; serial1 = "/axi/serial@ff010000"; serial2 = "/dcc"; spi0 = "/axi/spi@ff0f0000"; spi1 = "/axi/spi@ff040000"; spi2 = "/axi/spi@ff050000"; usb0 = "/axi/usb@ff9d0000"; usb1 = "/axi/usb@ff9e0000"; }; chosen { bootargs = "earlycon console=ttyPS1,115200 clk_ignore_unused root=/dev/ram0 rw"; stdout-path = "serial1:115200n8"; }; gpio-keys { compatible = "gpio-keys"; autorepeat; key-fwuen { label = "fwuen"; gpios = <0x14 0xc 0x1>; linux,code = <0x100>; wakeup-source; autorepeat; }; }; leds { compatible = "gpio-leds"; ds35-led { label = "heartbeat"; gpios = <0x14 0x7 0x0>; linux,default-trigger = "heartbeat"; }; ds36-led { label = "vbus_det"; gpios = <0x14 0x8 0x0>; default-state = "on"; }; }; ams { compatible = "iio-hwmon"; io-channels = <0x20 0x0 0x20 0x1 0x20 0x2 0x20 0x3 0x20 0x4 0x20 0x5 0x20 0x6 0x20 0x7 0x20 0x8 0x20 0x9 0x20 0xa 0x20 0xb 0x20 0xc 0x20 0xd 0x20 0xe 0x20 0xf 0x20 0x10 0x20 0x11 0x20 0x12 0x20 0x13 0x20 0x14 0x20 0x15 0x20 0x16 0x20 0x17 0x20 0x18 0x20 0x19 0x20 0x1a 0x20 0x1b 0x20 0x1c 0x20 0x1d>; }; pwm-fan { compatible = "pwm-fan"; pwms = <0x21 0x2 0x9c40 0x0>; }; amba_pl@0 { #address-cells = <0x2>; #size-cells = <0x2>; compatible = "simple-bus"; ranges; phandle = <0x81>; axi_quad_spi@a0000000 { bits-per-word = <0x8>; clock-names = "ext_spi_clk", "s_axi_aclk"; clocks = <0x4 0x47 0x4 0x47>; compatible = "xlnx,axi-quad-spi-3.2", "xlnx,xps-spi-2.00.a"; fifo-size = <0x10>; interrupt-names = "ip2intc_irpt"; interrupt-parent = <0x5>; interrupts = <0x0 0x59 0x1>; num-cs = <0x3>; reg = <0x0 0xa0000000 0x0 0x10000>; xlnx,num-ss-bits = <0x3>; xlnx,spi-mode = <0x0>; phandle = <0x82>; }; axi_quad_spi@a0010000 { bits-per-word = <0x8>; clock-names = "ext_spi_clk", "s_axi_aclk"; clocks = <0x4 0x47 0x4 0x47>; compatible = "xlnx,axi-quad-spi-3.2", "xlnx,xps-spi-2.00.a"; fifo-size = <0x10>; interrupt-names = "ip2intc_irpt"; interrupt-parent = <0x5>; interrupts = <0x0 0x5d 0x1>; num-cs = <0x1>; reg = <0x0 0xa0010000 0x0 0x10000>; xlnx,num-ss-bits = <0x1>; xlnx,spi-mode = <0x2>; phandle = <0x83>; }; axi_quad_spi@a0020000 { bits-per-word = <0x8>; clock-names = "ext_spi_clk", "s_axi_aclk"; clocks = <0x4 0x47 0x4 0x47>; compatible = "xlnx,axi-quad-spi-3.2", "xlnx,xps-spi-2.00.a"; fifo-size = <0x10>; interrupt-names = "ip2intc_irpt"; interrupt-parent = <0x5>; interrupts = <0x0 0x5c 0x1>; num-cs = <0x1>; reg = <0x0 0xa0020000 0x0 0x10000>; xlnx,num-ss-bits = <0x1>; xlnx,spi-mode = <0x2>; phandle = <0x84>; }; axi_quad_spi@a0030000 { bits-per-word = <0x8>; clock-names = "ext_spi_clk", "s_axi_aclk"; clocks = <0x4 0x47 0x4 0x47>; compatible = "xlnx,axi-quad-spi-3.2", "xlnx,xps-spi-2.00.a"; fifo-size = <0x10>; interrupt-names = "ip2intc_irpt"; interrupt-parent = <0x5>; interrupts = <0x0 0x5b 0x1>; num-cs = <0x1>; reg = <0x0 0xa0030000 0x0 0x10000>; xlnx,num-ss-bits = <0x1>; xlnx,spi-mode = <0x2>; phandle = <0x85>; }; axi_quad_spi@a0040000 { bits-per-word = <0x8>; clock-names = "ext_spi_clk", "s_axi_aclk"; clocks = <0x4 0x47 0x4 0x47>; compatible = "xlnx,axi-quad-spi-3.2", "xlnx,xps-spi-2.00.a"; fifo-size = <0x10>; interrupt-names = "ip2intc_irpt"; interrupt-parent = <0x5>; interrupts = <0x0 0x5a 0x1>; num-cs = <0x1>; reg = <0x0 0xa0040000 0x0 0x10000>; xlnx,num-ss-bits = <0x1>; xlnx,spi-mode = <0x0>; phandle = <0x86>; }; }; memory@0 { device_type = "memory"; reg = <0x0 0x0 0x0 0x80000000 0x8 0x0 0x0 0x80000000>; }; clocks { clock@0 { compatible = "fixed-clock"; clock-frequency = <0x2625a00>; clock-output-names = "ad9361_ext_refclk"; #clock-cells = <0x0>; phandle = <0x18>; }; }; fpga-axi@0 { interrupt-parent = <0x5>; compatible = "simple-bus"; #address-cells = <0x1>; #size-cells = <0x1>; ranges = <0x0 0x0 0x0 0xffffffff>; phandle = <0x87>; axi_dmac@9c400000 { clock-names = "s_axi_aclk", "m_dest_axi_aclk", "fifo_wr_clk"; clocks = <0x4 0x47 0x4 0x47 0x22>; compatible = "adi,axi-dmac-1.00.a"; interrupt-names = "irq"; interrupt-parent = <0x5>; #dma-cells = <0x1>; #clock-cells = <0x0>; interrupts = <0x0 0x68 0x4>; reg = <0x9c400000 0x1000>; phandle = <0x23>; adi,channels { #size-cells = <0x0>; #address-cells = <0x1>; dma-channel@0 { reg = <0x0>; adi,source-bus-width = <0x40>; adi,source-bus-type = <0x2>; adi,destination-bus-width = <0x40>; adi,destination-bus-type = <0x0>; }; }; }; misc_clk_0 { #clock-cells = <0x0>; clock-frequency = <0x5f5e100>; compatible = "fixed-clock"; phandle = <0x22>; }; axi_dmac1@9c420000 { clock-names = "s_axi_aclk", "m_src_axi_aclk", "m_axis_aclk"; clocks = <0x4 0x47 0x4 0x47 0x22>; compatible = "adi,axi-dmac-1.00.a"; interrupt-names = "irq"; interrupt-parent = <0x5>; interrupts = <0x0 0x69 0x4>; #dma-cells = <0x1>; #clock-cells = <0x0>; reg = <0x9c420000 0x1000>; phandle = <0x25>; adi,channels { #size-cells = <0x0>; #address-cells = <0x1>; dma-channel@0 { reg = <0x0>; adi,source-bus-width = <0x40>; adi,source-bus-type = <0x0>; adi,destination-bus-width = <0x40>; adi,destination-bus-type = <0x2>; }; }; }; cf-ad9361-lpc@99020000 { compatible = "adi,axi-ad9361-6.00.a"; reg = <0x99020000 0x6000>; dmas = <0x23 0x0>; dma-names = "rx"; spibus-connected = <0x24>; phandle = <0x88>; }; cf-ad9361-dds-core-lpc@99024000 { compatible = "adi,axi-ad9361-dds-6.00.a"; reg = <0x99024000 0x1000>; clocks = <0x24 0xd>; clock-names = "sampl_clk"; dmas = <0x25 0x0>; dma-names = "tx"; phandle = <0x89>; }; axi_sysid-0@85000000 { compatible = "adi,axi-sysid-1.00.a"; reg = <0x85000000 0x10000>; phandle = <0x8a>; }; }; __symbols__ { cpu0 = "/cpus/cpu@0"; cpu1 = "/cpus/cpu@1"; cpu2 = "/cpus/cpu@2"; cpu3 = "/cpus/cpu@3"; L2 = "/cpus/l2-cache"; CPU_SLEEP_0 = "/cpus/idle-states/cpu-sleep-0"; cpu_opp_table = "/opp-table-cpu"; zynqmp_ipi = "/zynqmp_ipi"; ipi_mailbox_pmu1 = "/zynqmp_ipi/mailbox@ff9905c0"; dcc = "/dcc"; zynqmp_firmware = "/firmware/zynqmp-firmware"; zynqmp_power = "/firmware/zynqmp-firmware/zynqmp-power"; soc_revision = "/firmware/zynqmp-firmware/nvmem_firmware/soc_revision@0"; efuse_dna = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_dna@c"; efuse_usr0 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr0@20"; efuse_usr1 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr1@24"; efuse_usr2 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr2@28"; efuse_usr3 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr3@2c"; efuse_usr4 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr4@30"; efuse_usr5 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr5@34"; efuse_usr6 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr6@38"; efuse_usr7 = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_usr7@3c"; efuse_miscusr = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_miscusr@40"; efuse_chash = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_chash@50"; efuse_pufmisc = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_pufmisc@54"; efuse_sec = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_sec@58"; efuse_spkid = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_spkid@5c"; efuse_ppk0hash = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_ppk0hash@a0"; efuse_ppk1hash = "/firmware/zynqmp-firmware/nvmem_firmware/efuse_ppk1hash@d0"; zynqmp_pcap = "/firmware/zynqmp-firmware/pcap"; zynqmp_reset = "/firmware/zynqmp-firmware/reset-controller"; pinctrl0 = "/firmware/zynqmp-firmware/pinctrl"; pinctrl_sdhci0_default = "/firmware/zynqmp-firmware/pinctrl/sdhci0-default"; modepin_gpio = "/firmware/zynqmp-firmware/gpio"; zynqmp_clk = "/firmware/zynqmp-firmware/clock-controller"; fpga_full = "/fpga-full"; amba = "/axi"; can0 = "/axi/can@ff060000"; can1 = "/axi/can@ff070000"; cci = "/axi/cci@fd6e0000"; fpd_dma_chan1 = "/axi/dma-controller@fd500000"; fpd_dma_chan2 = "/axi/dma-controller@fd510000"; fpd_dma_chan3 = "/axi/dma-controller@fd520000"; fpd_dma_chan4 = "/axi/dma-controller@fd530000"; fpd_dma_chan5 = "/axi/dma-controller@fd540000"; fpd_dma_chan6 = "/axi/dma-controller@fd550000"; fpd_dma_chan7 = "/axi/dma-controller@fd560000"; fpd_dma_chan8 = "/axi/dma-controller@fd570000"; gic = "/axi/interrupt-controller@f9010000"; gpu = "/axi/gpu@fd4b0000"; lpd_dma_chan1 = "/axi/dma-controller@ffa80000"; lpd_dma_chan2 = "/axi/dma-controller@ffa90000"; lpd_dma_chan3 = "/axi/dma-controller@ffaa0000"; lpd_dma_chan4 = "/axi/dma-controller@ffab0000"; lpd_dma_chan5 = "/axi/dma-controller@ffac0000"; lpd_dma_chan6 = "/axi/dma-controller@ffad0000"; lpd_dma_chan7 = "/axi/dma-controller@ffae0000"; lpd_dma_chan8 = "/axi/dma-controller@ffaf0000"; mc = "/axi/memory-controller@fd070000"; nand0 = "/axi/nand-controller@ff100000"; gem0 = "/axi/ethernet@ff0b0000"; gem1 = "/axi/ethernet@ff0c0000"; gem2 = "/axi/ethernet@ff0d0000"; gem3 = "/axi/ethernet@ff0e0000"; gpio = "/axi/gpio@ff0a0000"; i2c0 = "/axi/i2c@ff020000"; i2c1 = "/axi/i2c@ff030000"; eeprom = "/axi/i2c@ff030000/eeprom@50"; eeprom_cc = "/axi/i2c@ff030000/eeprom@51"; da9131 = "/axi/i2c@ff030000/pmic@33"; da9131_buck1 = "/axi/i2c@ff030000/pmic@33/regulators/buck1"; da9131_buck2 = "/axi/i2c@ff030000/pmic@33/regulators/buck2"; da9130 = "/axi/i2c@ff030000/pmic@32"; da9130_buck1 = "/axi/i2c@ff030000/pmic@32/regulators/buck1"; ocm = "/axi/memory-controller@ff960000"; perf_monitor_ocm = "/axi/perf-monitor@ffa00000"; perf_monitor_ddr = "/axi/perf-monitor@fd0b0000"; perf_monitor_cci = "/axi/perf-monitor@fd490000"; perf_monitor_lpd = "/axi/perf-monitor@ffa10000"; pcie = "/axi/pcie@fd0e0000"; pcie_intc = "/axi/pcie@fd0e0000/legacy-interrupt-controller"; qspi = "/axi/spi@ff0f0000"; spi_flash = "/axi/spi@ff0f0000/flash@0"; psgtr = "/axi/phy@fd400000"; rtc = "/axi/rtc@ffa60000"; sata = "/axi/ahci@fd0c0000"; sdhci0 = "/axi/mmc@ff160000"; sdhci1 = "/axi/mmc@ff170000"; smmu = "/axi/smmu@fd800000"; spi0 = "/axi/spi@ff040000"; adc0_ad9361 = "/axi/spi@ff040000/ad9361-phy@0"; spi1 = "/axi/spi@ff050000"; ttc0 = "/axi/timer@ff110000"; ttc1 = "/axi/timer@ff120000"; ttc2 = "/axi/timer@ff130000"; ttc3 = "/axi/timer@ff140000"; uart0 = "/axi/serial@ff000000"; uart1 = "/axi/serial@ff010000"; usb0 = "/axi/usb@ff9d0000"; dwc3_0 = "/axi/usb@ff9d0000/usb@fe200000"; usb1 = "/axi/usb@ff9e0000"; dwc3_1 = "/axi/usb@ff9e0000/usb@fe300000"; watchdog0 = "/axi/watchdog@fd4d0000"; lpd_watchdog = "/axi/watchdog@ff150000"; xilinx_ams = "/axi/ams@ffa50000"; ams_ps = "/axi/ams@ffa50000/ams_ps@0"; ams_pl = "/axi/ams@ffa50000/ams_pl@400"; zynqmp_dpdma = "/axi/dma-controller@fd4c0000"; zynqmp_dpaud_setting = "/axi/dp_aud@fd4ac000"; zynqmp_dpsub = "/axi/display@fd4a0000"; zynqmp_dp_snd_codec0 = "/axi/display@fd4a0000/zynqmp_dp_snd_codec0"; zynqmp_dp_snd_pcm0 = "/axi/display@fd4a0000/zynqmp_dp_snd_pcm0"; zynqmp_dp_snd_pcm1 = "/axi/display@fd4a0000/zynqmp_dp_snd_pcm1"; zynqmp_dp_snd_card0 = "/axi/display@fd4a0000/zynqmp_dp_snd_card"; fclk0 = "/fclk0"; fclk1 = "/fclk1"; fclk2 = "/fclk2"; fclk3 = "/fclk3"; pss_ref_clk = "/pss_ref_clk"; video_clk = "/video_clk"; pss_alt_ref_clk = "/pss_alt_ref_clk"; gt_crx_ref_clk = "/gt_crx_ref_clk"; aux_ref_clk = "/aux_ref_clk"; dp_aclk = "/dp_aclk"; amba_pl = "/amba_pl@0"; Memory_devices_FRAM_SPI = "/amba_pl@0/axi_quad_spi@a0000000"; Memory_devices_NOR_Flash_NOR0_QSPI = "/amba_pl@0/axi_quad_spi@a0010000"; Memory_devices_NOR_Flash_NOR1_QSPI = "/amba_pl@0/axi_quad_spi@a0020000"; Memory_devices_NOR_Flash_NOR2_QSPI = "/amba_pl@0/axi_quad_spi@a0030000"; Memory_devices_TLM_SPI = "/amba_pl@0/axi_quad_spi@a0040000"; ad9361_clkin = "/clocks/clock@0"; fpga_axi = "/fpga-axi@0"; rx_dma = "/fpga-axi@0/axi_dmac@9c400000"; misc_clk_0 = "/fpga-axi@0/misc_clk_0"; tx_dma = "/fpga-axi@0/axi_dmac1@9c420000"; cf_ad9361_adc_core_0 = "/fpga-axi@0/cf-ad9361-lpc@99020000"; cf_ad9361_dac_core_0 = "/fpga-axi@0/cf-ad9361-dds-core-lpc@99024000"; axi_sysid_0 = "/fpga-axi@0/axi_sysid-0@85000000"; }; };
and here is the clock summary
enable prepare property duty hardware clock count count count rate accuracy phase cycle nshot enable -------------------------------------------------------------------------------------------------------------- misc_clk_0 0 0 0 100000000 0 0 50000 0 Y ad9361_ext_refclk 0 0 0 40000000 0 0 50000 0 Y dp_aclk 0 0 0 100000000 100 0 50000 0 Y aux_ref_clk 0 0 0 27000000 0 0 50000 0 Y gt_crx_ref_clk 0 0 0 108000000 0 0 50000 0 Y pss_alt_ref_clk 0 0 0 0 0 0 50000 0 Y video_clk 0 0 0 27000000 0 0 50000 0 Y pss_ref_clk 1 1 1 33333333 0 0 50000 0 Y vpll_post_src 0 0 0 33333333 0 0 50000 0 Y vpll_pre_src 0 0 0 33333333 0 0 50000 0 Y vpll_int 0 0 0 2999999970 0 0 50000 0 N vpll_half 0 0 0 1499999985 0 0 50000 0 Y vpll_int_mux 0 0 0 1499999985 0 0 50000 0 Y vpll 0 0 0 1499999985 0 0 50000 0 Y dp_stc_ref_mux 0 0 0 1499999985 0 0 50000 0 Y dp_stc_ref_div1 0 0 0 30000000 0 0 50000 0 Y dp_stc_ref_div2 0 0 0 937500 0 0 50000 0 Y dp_stc_ref 0 0 0 937500 0 0 50000 0 Y dp_audio_ref_mux 0 0 0 1499999985 0 0 50000 0 Y dp_audio_ref_div1 0 0 0 42857143 0 0 50000 0 Y dp_audio_ref_div2 0 0 0 14285715 0 0 50000 0 Y dp_audio_ref 0 0 0 14285715 0 0 50000 0 Y vpll_to_lpd 0 0 0 499999995 0 0 50000 0 Y dpll_post_src 0 0 0 33333333 0 0 50000 0 Y dpll_pre_src 0 0 0 33333333 0 0 50000 0 Y dpll_int 0 0 0 2133333312 0 0 50000 0 Y dpll_half 0 0 0 1066666656 0 0 50000 0 Y dpll_int_mux 0 0 0 1066666656 0 0 50000 0 Y dpll 0 0 0 1066666656 0 0 50000 0 Y pcie_ref_mux 0 0 0 1066666656 0 0 50000 0 Y pcie_ref_div1 0 0 0 88888888 0 0 50000 0 Y pcie_ref 0 0 0 88888888 0 0 50000 0 Y sata_ref_mux 0 0 0 1066666656 0 0 50000 0 Y sata_ref_div1 0 0 0 88888888 0 0 50000 0 Y sata_ref 0 0 0 88888888 0 0 50000 0 Y gdma_ref_mux 0 0 0 1066666656 0 0 50000 0 Y gdma_ref_div1 0 0 0 533333328 0 0 50000 0 Y gdma_ref 0 0 0 533333328 0 0 50000 0 N dp_video_ref_mux 0 0 0 1066666656 0 0 50000 0 Y dp_video_ref_div1 0 0 0 106666666 0 0 50000 0 Y dp_video_ref_div2 0 0 0 106666666 0 0 50000 0 Y dp_video_ref 0 0 0 106666666 0 0 50000 0 Y dpll_to_lpd 0 0 0 533333328 0 0 50000 0 Y apll_post_src 0 0 0 33333333 0 0 50000 0 Y apll_pre_src 0 0 0 33333333 0 0 50000 0 Y apll_int 0 0 0 2666666640 0 0 50000 0 Y apll_half 0 0 0 1333333320 0 0 50000 0 Y apll_int_mux 0 0 0 1333333320 0 0 50000 0 Y apll 0 0 0 1333333320 0 0 50000 0 Y dpdma_ref_mux 0 0 0 1333333320 0 0 50000 0 Y dpdma_ref_div1 0 0 0 444444440 0 0 50000 0 Y dpdma_ref 0 0 0 444444440 0 0 50000 0 Y acpu_mux 0 0 0 1333333320 0 0 50000 0 Y acpu 0 0 0 1333333320 0 0 50000 0 Y rpll_post_src 0 0 0 33333333 0 0 50000 0 Y rpll_pre_src 0 0 0 33333333 0 0 50000 0 Y rpll_int 0 0 0 1999999980 0 0 50000 0 N rpll_half 0 0 0 999999990 0 0 50000 0 Y rpll_int_mux 0 0 0 999999990 0 0 50000 0 Y rpll 0 0 0 999999990 0 0 50000 0 Y spi0_ref_mux 0 0 0 999999990 0 0 50000 0 Y spi0_ref_div1 0 0 0 199999998 0 0 50000 0 Y spi0_ref_div2 0 0 0 199999998 0 0 50000 0 Y spi0_ref 0 0 0 199999998 0 0 50000 0 N rpll_to_fpd 0 0 0 499999995 0 0 50000 0 Y iopll_post_src 0 0 0 33333333 0 0 50000 0 Y iopll_pre_src 1 1 1 33333333 0 0 50000 0 Y iopll_int 1 1 1 2999999970 0 0 50000 0 Y iopll_half 1 1 1 1499999985 0 0 50000 0 Y iopll_int_mux 1 1 1 1499999985 0 0 50000 0 Y iopll 9 11 5 1499999985 0 0 50000 0 Y gem3_ref_ung_mux 0 0 0 1499999985 0 0 50000 0 Y gem3_ref_ung_div1 0 0 0 124999999 0 0 50000 0 Y gem3_ref_ung 0 0 0 124999999 0 0 50000 0 Y gem3_ref 0 0 0 124999999 0 0 50000 0 Y gem3_tx 0 0 0 124999999 0 0 50000 0 N gem2_ref_ung_mux 0 0 0 1499999985 0 0 50000 0 Y gem2_ref_ung_div1 0 0 0 62500000 0 0 50000 0 Y gem2_ref_ung 0 0 0 62500000 0 0 50000 0 Y gem2_ref 0 0 0 62500000 0 0 50000 0 Y gem2_tx 0 0 0 62500000 0 0 50000 0 Y gem1_ref_ung_mux 0 0 0 1499999985 0 0 50000 0 Y gem1_ref_ung_div1 0 0 0 62500000 0 0 50000 0 Y gem1_ref_ung 0 0 0 62500000 0 0 50000 0 Y gem1_ref 0 0 0 62500000 0 0 50000 0 Y gem1_tx 0 0 0 62500000 0 0 50000 0 Y gem0_ref_ung_mux 0 0 0 1499999985 0 0 50000 0 Y gem0_ref_ung_div1 0 0 0 62500000 0 0 50000 0 Y gem0_ref_ung 0 0 0 62500000 0 0 50000 0 Y gem0_ref 0 0 0 62500000 0 0 50000 0 Y gem0_tx 0 0 0 62500000 0 0 50000 0 Y pl3_ref_mux 1 1 0 1499999985 0 0 50000 0 Y pl3_ref_div1 1 1 0 46875000 0 0 50000 0 Y pl3_ref_div2 1 1 0 9375000 0 0 50000 0 Y pl3_ref 1 1 0 9375000 0 0 50000 0 Y pl2_ref_mux 1 1 0 1499999985 0 0 50000 0 Y pl2_ref_div1 1 1 0 46875000 0 0 50000 0 Y pl2_ref_div2 1 1 0 9375000 0 0 50000 0 Y pl2_ref 1 1 0 9375000 0 0 50000 0 Y pl1_ref_mux 1 1 0 1499999985 0 0 50000 0 Y pl1_ref_div1 1 1 0 299999997 0 0 50000 0 Y pl1_ref_div2 1 1 0 299999997 0 0 50000 0 Y pl1_ref 1 1 0 299999997 0 0 50000 0 Y pl0_ref_mux 1 1 0 1499999985 0 0 50000 0 Y pl0_ref_div1 1 1 0 99999999 0 0 50000 0 Y pl0_ref_div2 1 1 0 99999999 0 0 50000 0 Y pl0_ref 3 3 0 99999999 0 0 50000 0 Y ams_ref_mux 1 1 1 1499999985 0 0 50000 0 Y ams_ref_div1 1 1 1 50000000 0 0 50000 0 Y ams_ref_div2 1 1 1 50000000 0 0 50000 0 Y ams_ref 1 1 1 50000000 0 0 50000 0 Y adma_ref_mux 0 0 0 1499999985 0 0 50000 0 Y adma_ref_div1 0 0 0 499999995 0 0 50000 0 Y adma_ref 0 0 0 499999995 0 0 50000 0 N can1_ref_mux 0 0 0 1499999985 0 0 50000 0 Y can1_ref_div1 0 0 0 46875000 0 0 50000 0 Y can1_ref_div2 0 0 0 46875000 0 0 50000 0 Y can1_ref 0 0 0 46875000 0 0 50000 0 Y can1 0 0 0 46875000 0 0 50000 0 Y can0_ref_mux 0 0 0 1499999985 0 0 50000 0 Y can0_ref_div1 0 0 0 46875000 0 0 50000 0 Y can0_ref_div2 0 0 0 46875000 0 0 50000 0 Y can0_ref 0 0 0 46875000 0 0 50000 0 Y can0 0 0 0 46875000 0 0 50000 0 Y i2c1_ref_mux 0 1 1 1499999985 0 0 50000 0 Y i2c1_ref_div1 0 1 1 99999999 0 0 50000 0 Y i2c1_ref_div2 0 1 1 99999999 0 0 50000 0 Y i2c1_ref 0 1 1 99999999 0 0 50000 0 N i2c0_ref_mux 0 0 0 1499999985 0 0 50000 0 Y i2c0_ref_div1 0 0 0 299999997 0 0 50000 0 Y i2c0_ref_div2 0 0 0 299999997 0 0 50000 0 Y i2c0_ref 0 0 0 299999997 0 0 50000 0 Y nand_ref_mux 0 0 0 1499999985 0 0 50000 0 Y nand_ref_div1 0 0 0 46875000 0 0 50000 0 Y nand_ref_div2 0 0 0 9375000 0 0 50000 0 Y nand_ref 0 0 0 9375000 0 0 50000 0 N spi1_ref_mux 0 0 0 1499999985 0 0 50000 0 Y spi1_ref_div1 0 0 0 62500000 0 0 50000 0 Y spi1_ref_div2 0 0 0 62500000 0 0 50000 0 Y spi1_ref 0 0 0 62500000 0 0 50000 0 Y uart1_ref_mux 1 1 1 1499999985 0 0 50000 0 Y uart1_ref_div1 1 1 1 99999999 0 0 50000 0 Y uart1_ref_div2 1 1 1 99999999 0 0 50000 0 Y uart1_ref 1 1 1 99999999 0 0 50000 0 Y uart0_ref_mux 0 0 0 1499999985 0 0 50000 0 Y uart0_ref_div1 0 0 0 62500000 0 0 50000 0 Y uart0_ref_div2 0 0 0 62500000 0 0 50000 0 Y uart0_ref 0 0 0 62500000 0 0 50000 0 Y sdio1_ref_mux 0 0 0 1499999985 0 0 50000 0 Y sdio1_ref_div1 0 0 0 99999999 0 0 50000 0 Y sdio1_ref_div2 0 0 0 99999999 0 0 50000 0 Y sdio1_ref 0 0 0 99999999 0 0 50000 0 Y sdio0_ref_mux 1 1 1 1499999985 0 0 50000 0 Y sdio0_ref_div1 1 1 1 1499999985 0 0 50000 0 Y sdio0_ref_div2 1 1 1 187499999 0 0 50000 0 Y sdio0_ref 1 1 1 187499999 0 0 50000 0 Y clk_in_sd0 0 0 0 200000000 0 0 50000 0 Y clk_out_sd0 0 0 0 200000000 0 0 50000 0 Y qspi_ref_mux 0 1 1 1499999985 0 0 50000 0 Y qspi_ref_div1 0 1 1 124999999 0 0 50000 0 Y qspi_ref_div2 0 1 1 124999999 0 0 50000 0 Y qspi_ref 0 1 1 124999999 0 0 50000 0 N gem_tsu_ref_mux 0 0 0 1499999985 0 0 50000 0 Y gem_tsu_ref_div1 0 0 0 249999998 0 0 50000 0 Y gem_tsu_ref_div2 0 0 0 249999998 0 0 50000 0 Y gem_tsu_ref 0 0 0 249999998 0 0 50000 0 Y gem_tsu 0 0 0 249999998 0 0 50000 0 Y usb3_dual_ref_mux 0 0 0 1499999985 0 0 50000 0 Y usb3_dual_ref_div1 0 0 0 46875000 0 0 50000 0 Y usb3_dual_ref_div2 0 0 0 9375000 0 0 50000 0 Y usb3_dual_ref 0 0 0 9375000 0 0 50000 0 N usb1_bus_ref_mux 0 0 0 1499999985 0 0 50000 0 Y usb1_bus_ref_div1 0 0 0 124999999 0 0 50000 0 Y usb1_bus_ref_div2 0 0 0 124999999 0 0 50000 0 Y usb1_bus_ref 0 0 0 124999999 0 0 50000 0 N usb0_bus_ref_mux 0 0 0 1499999985 0 0 50000 0 Y usb0_bus_ref_div1 0 0 0 124999999 0 0 50000 0 Y usb0_bus_ref_div2 0 0 0 124999999 0 0 50000 0 Y usb0_bus_ref 0 0 0 124999999 0 0 50000 0 N lpd_lsbus_mux 1 1 0 1499999985 0 0 50000 0 Y lpd_lsbus_div1 1 1 0 99999999 0 0 50000 0 Y lpd_lsbus 6 7 0 99999999 0 0 50000 0 Y lpd_wdt 1 1 0 99999999 0 0 50000 0 Y iopll_to_fpd 1 1 0 499999995 0 0 50000 0 Y topsw_lsbus_mux 1 1 0 499999995 0 0 50000 0 Y topsw_lsbus_div1 1 1 0 99999999 0 0 50000 0 Y topsw_lsbus 3 3 0 99999999 0 0 50000 0 Y fpd_wdt 1 1 0 99999999 0 0 50000 0 Y gpu_ref_mux 0 0 0 499999995 0 0 50000 0 Y gpu_ref_div1 0 0 0 499999995 0 0 50000 0 Y gpu_ref 0 0 0 499999995 0 0 50000 0 Y gpu_pp1_ref 0 0 0 499999995 0 0 50000 0 N gpu_pp0_ref 0 0 0 499999995 0 0 50000 0 N can1_mio 0 0 0 0 0 0 50000 0 Y can0_mio 0 0 0 0 0 0 50000 0 Y gem3_rx 0 0 0 0 0 0 50000 0 N gem2_rx 0 0 0 0 0 0 50000 0 N gem1_rx 0 0 0 0 0 0 50000 0 N gem0_rx 0 0 0 0 0 0 50000 0 N
added clock summary
[edited by: HamzaH at 12:57 AM (GMT -5) on 31 Jan 2024]