Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
2nd NIC on Rock64
Hello,
Pine64 sells a daughter board for the Rock64 that adds a second
ethernet port. However, I only see one interface, but it has two phys.
Am I correct in assuming that the two PHY's are for the two network
ports or am I mistaken.
The network interface is awge. Here are the relevant lines from
dmesg (the full dmesg is attached both from 9.0_STABLE and current):
[ 1.000006] awge0 at simplebus0: GMAC
[ 1.000006] awge0: Core version: 00001035
[ 1.000006] awge0: Ethernet address 76:c0:ab:f4:ca:6e
[ 1.000006] awge0: HW feature mask: d0f17
[ 1.000006] rgephy0 at awge0 phy 0: RTL8211F 1000BASE-T media interface
[ 1.000006] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX,
1000baseT-FDX, auto
[ 1.000006] rgephy1 at awge0 phy 1: RTL8211F 1000BASE-T media interface
[ 1.000006] rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX,
1000baseT-FDX, auto[ 1.000006] awge0: interrupting on GIC irq 56
According to pcictl none of the pci buses are configured. Here is
everything that is "not configured" in dmesg
[ 1.000006] /opp_table0 at simplebus0 not configured
[ 1.000006] /vop@ff370000 at simplebus0 not configured
[ 1.000006] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000006] /codec@ff410000 at simplebus0 not configured
[ 1.000006] /iommu@ff373f00 at simplebus0 not configured
[ 1.000006] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000006] /phy@ff430000 at simplebus0 not configured
[ 1.000006] /i2s@ff010000 at simplebus0 not configured
[ 1.000006] /efuse@ff260000 at simplebus0 not configured
[ 1.000006] /spdif@ff030000 at simplebus0 not configured
[ 1.000006] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000006] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000006] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000006] /spi@ff190000 at simplebus0 not configured
[ 1.000006] /watchdog@ff1a0000 at simplebus0 not configured
[ 1.000006] /gpu@ff300000 at simplebus0 not configured
[ 1.000006] /sound at simplebus0 not configured
[ 1.000006] /syscon@ff100000/reboot-mode at syscon0 not configured
--
Thanks,
Jason M.
arm64# dmesg | more
[ 1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[ 1.000000] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[ 1.000000] 2018, 2019, 2020 The NetBSD Foundation, Inc. All rights reserved.
[ 1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[ 1.000000] The Regents of the University of California. All rights reserved.
[ 1.000000] NetBSD 9.0_STABLE (GENERIC64) #0: Sun Sep 13 15:52:02 UTC 2020
[ 1.000000] mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC64
[ 1.000000] total memory = 4063 MB
[ 1.000000] avail memory = 3918 MB
[ 1.000000] timecounter: Timecounters tick every 10.000 msec
[ 1.000000] running cgd selftest aes-xts-256 aes-xts-512 done
[ 1.000000] armfdt0 (root)
[ 1.000000] simplebus0 at armfdt0: Pine64 Rock64
[ 1.000000] cpus0 at simplebus0
[ 1.000000] simplebus1 at simplebus0
[ 1.000000] psci0 at simplebus0: PSCI 1.0
[ 1.000000] simplebus2 at simplebus0
[ 1.000000] cpu0 at cpus0: Cortex-A53 r0p4 (Cortex V8-A core)
[ 1.000000] cpu0: package 0, core 0, smt 0
[ 1.000000] cpu0: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000000] cpu0: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000000] cpu0: Dcache line 64, Icache line 64
[ 1.000000] cpu0: L1 32KB/64B 2-way read-allocate VIPT Instruction cache
[ 1.000000] cpu0: L1 32KB/64B 4-way write-back read-allocate write-allocate PIPT Data cache
[ 1.000000] cpu0: L2 256KB/64B 16-way write-back read-allocate write-allocate PIPT Unified cache
[ 1.000000] cpu0: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000000] cpu0: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.000000] cpufreqdt0 at cpu0
[ 1.000000] cpu1 at cpus0: Cortex-A53 r0p4 (Cortex V8-A core)
[ 1.000000] cpu1: package 0, core 1, smt 0
[ 1.000000] cpufreqdt1 at cpu1
[ 1.000000] cpu2 at cpus0: Cortex-A53 r0p4 (Cortex V8-A core)
[ 1.000000] cpu2: package 0, core 2, smt 0
[ 1.000000] cpufreqdt2 at cpu2
[ 1.000000] cpu3 at cpus0: Cortex-A53 r0p4 (Cortex V8-A core)
[ 1.000000] cpu3: package 0, core 3, smt 0
[ 1.000000] cpufreqdt3 at cpu3
[ 1.000000] gic0 at simplebus0: GIC
[ 1.000000] armgic0 at gic0: Generic Interrupt Controller, 160 sources (149 valid)
[ 1.000000] armgic0: 16 Priorities, 128 SPIs, 6 PPIs, 15 SGIs
[ 1.000000] syscon0 at simplebus0: System Controller Registers
[ 1.000000] fclock0 at simplebus0: 24000000 Hz fixed clock (xin24m)
[ 1.000000] syscon1 at simplebus0: System Controller Registers
[ 1.000000] fclock1 at simplebus0: 125000000 Hz fixed clock (gmac_clkin)
[ 1.000000] gtmr0 at simplebus0: Generic Timer
[ 1.000000] gtmr0: interrupting on GIC irq 27
[ 1.000000] armgtmr0 at gtmr0: Generic Timer (24000 kHz, virtual)
[ 1.000000] timecounter: Timecounter "armgtmr0" frequency 24000000 Hz quality 500
[ 1.000006] rkcru0 at simplebus0: RK3328 CRU
[ 1.000006] rkiomux0 at simplebus0: RK3328 IOMUX control
[ 1.000006] rkgpio0 at rkiomux0: GPIO (gpio0@ff210000)
[ 1.000006] gpio0 at rkgpio0: 32 pins
[ 1.000006] rkgpio1 at rkiomux0: GPIO (gpio1@ff220000)
[ 1.000006] gpio1 at rkgpio1: 32 pins
[ 1.000006] rkgpio2 at rkiomux0: GPIO (gpio2@ff230000)
[ 1.000006] gpio2 at rkgpio2: 32 pins
[ 1.000006] rkgpio3 at rkiomux0: GPIO (gpio3@ff240000)
[ 1.000006] gpio3 at rkgpio3: 32 pins
[ 1.000006] rkiic0 at simplebus0: Rockchip I2C (100000 Hz)
[ 1.000006] iic0 at rkiic0: I2C bus
[ 1.000006] rkpmic0 at iic0 addr 0x18: RK805 Power Management and Real Time Clock IC
[ 1.000006] rkreg0 at rkpmic0: vdd_logic
[ 1.000006] rkreg1 at rkpmic0: vdd_arm
[ 1.000006] rkreg2 at rkpmic0: vcc_ddr
[ 1.000006] rkreg3 at rkpmic0: vcc_io
[ 1.000006] rkreg4 at rkpmic0: vdd_18
[ 1.000006] rkreg5 at rkpmic0: vcc_18emmc
[ 1.000006] rkreg6 at rkpmic0: vdd_10
[ 1.000006] fregulator0 at simplebus0: vcc_sys
[ 1.000006] fregulator1 at simplebus0: vcc_sd
[ 1.000006] com0 at simplebus0: ns16550a, working fifo
[ 1.000006] com0: console
[ 1.000006] com0: interrupting on GIC irq 89
[ 1.000006] fregulator2 at simplebus0: vcc_host_5v
[ 1.000006] fregulator3 at simplebus0: vcc_host1_5v
[ 1.000006] rkdrm0 at simplebus0
[ 1.000006] rkusb0 at syscon1: USB2 PHY
[ 1.000006] rkusbphy0 at rkusb0: USB2 OTG port
[ 1.000006] rkusbphy1 at rkusb0: USB2 host port
[ 1.000006] /opp_table0 at simplebus0 not configured
[ 1.000006] /vop@ff370000 at simplebus0 not configured
[ 1.000006] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000006] /codec@ff410000 at simplebus0 not configured
[ 1.000006] spdiftx0 at simplebus0: SPDIF transmitter
[ 1.000006] rktsadc0 at simplebus0: RK3328/3399 Temperature Sensor ADC
[ 1.000006] rktsadc0: interrupting on GIC irq 90
[ 1.000006] /iommu@ff373f00 at simplebus0 not configured
[ 1.000006] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000006] /phy@ff430000 at simplebus0 not configured
[ 1.000006] /i2s@ff010000 at simplebus0 not configured
[ 1.000006] /efuse@ff260000 at simplebus0 not configured
[ 1.000006] /spdif@ff030000 at simplebus0 not configured
[ 1.000006] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000006] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000006] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000006] /spi@ff190000 at simplebus0 not configured
[ 1.000006] /watchdog@ff1a0000 at simplebus0 not configured
[ 1.000006] /gpu@ff300000 at simplebus0 not configured
[ 1.000006] dwcmmc0 at simplebus0: DesignWare SD/MMC
[ 1.000006] dwcmmc0: interrupting on GIC irq 44
[ 1.000006] dwcmmc1 at simplebus0: DesignWare SD/MMC
[ 1.000006] dwcmmc1: interrupting on GIC irq 46
[ 1.000006] awge0 at simplebus0: GMAC
[ 1.000006] awge0: Core version: 00001035
[ 1.000006] awge0: Ethernet address 76:c0:ab:f4:ca:6e
[ 1.000006] awge0: HW feature mask: d0f17
[ 1.000006] rgephy0 at awge0 phy 0: RTL8211F 1000BASE-T media interface
[ 1.000006] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 1.000006] rgephy1 at awge0 phy 1: RTL8211F 1000BASE-T media interface
[ 1.000006] rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 1.000006] awge0: interrupting on GIC irq 56
[ 1.000006] dwctwo0 at simplebus0: DesignWare USB2 OTG
[ 1.000006] dwctwo0: interrupting on GIC irq 55
[ 1.000006] ehci0 at simplebus0: EHCI
[ 1.000006] ehci0: interrupting on GIC irq 48
[ 1.000006] ehci0: EHCI version 1.0
[ 1.000006] ehci0: 1 companion controller, 1 port
[ 1.000006] usb0 at ehci0: USB revision 2.0
[ 1.000006] ohci0 at simplebus0: OHCI
[ 1.000006] ohci0: interrupting on GIC irq 49
[ 1.000006] ohci0: OHCI version 1.0
[ 1.000006] usb1 at ohci0: USB revision 1.0
[ 1.000006] xhci0 at simplebus0: DesignWare USB3 XHCI (rev. 3.00a)
[ 1.000006] xhci0: interrupting on GIC irq 99
[ 1.000006] xhci0: xHCI version 1.10
[ 1.000006] usb2 at xhci0: USB revision 3.0
[ 1.000006] usb3 at xhci0: USB revision 2.0
[ 1.000006] armpmu0 at simplebus0: Performance Monitor Unit
[ 1.000006] /sound at simplebus0 not configured
[ 1.000006] /syscon@ff100000/reboot-mode at syscon0 not configured
[ 1.000006] rkdrm0: autoconfiguration error: no display interface ports configured
[ 1.000006] rkdrm0: autoconfiguration error: couldn't register DRM device: -6
[ 1.000006] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[ 1.000006] cpu1: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000006] cpu1: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000006] cpu1: Dcache line 64, Icache line 64
[ 1.000006] cpu1: L1 32KB/64B 2-way read-allocate VIPT Instruction cache
[ 1.000006] cpu1: L1 32KB/64B 4-way write-back read-allocate write-allocate PIPT Data cache
[ 1.000006] cpu1: L2 256KB/64B 16-way write-back read-allocate write-allocate PIPT Unified cache
[ 1.000006] cpu1: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000006] cpu1: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.000006] cpu2: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000006] cpu2: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000006] cpu2: Dcache line 64, Icache line 64
[ 1.000006] cpu2: L1 32KB/64B 2-way read-allocate VIPT Instruction cache
[ 1.000006] cpu2: L1 32KB/64B 4-way write-back read-allocate write-allocate PIPT Data cache
[ 1.000006] cpu2: L2 256KB/64B 16-way write-back read-allocate write-allocate PIPT Unified cache
[ 1.000006] cpu2: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000006] cpu2: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.727090] cpu3: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.727090] cpu3: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.727090] cpu3: Dcache line 64, Icache line 64
[ 1.727090] cpu3: L1 32KB/64B 2-way read-allocate VIPT Instruction cache
[ 1.727090] cpu3: L1 32KB/64B 4-way write-back read-allocate write-allocate PIPT Data cache
[ 1.727090] cpu3: L2 256KB/64B 16-way write-back read-allocate write-allocate PIPT Unified cache
[ 1.727090] cpu3: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.727090] cpu3: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.727090] cpufreqdt0: 1296.000 MHz, 1300000 uV
[ 1.727090] cpufreqdt0: 1200.000 MHz, 1225000 uV
[ 1.727090] cpufreqdt0: 1008.000 MHz, 1100000 uV
[ 1.727090] cpufreqdt0: 816.000 MHz, 1000000 uV
[ 1.727090] cpufreqdt0: 600.000 MHz, 950000 uV
[ 1.737085] sdmmc0 at dwcmmc0
[ 1.737085] sdmmc1 at dwcmmc1
[ 1.747087] uhub0 at usb2: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 3.00/1.00, addr 0
[ 1.747087] uhub0: 1 port with 1 removable, self powered
[ 1.747087] uhub1 at usb3: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 0
[ 1.747087] uhub1: 1 port with 1 removable, self powered
[ 1.747087] armpmu0: interrupting on GIC irq 132
[ 1.757087] armpmu0: interrupting on GIC irq 133
[ 1.757087] armpmu0: interrupting on GIC irq 134
[ 1.767088] armpmu0: interrupting on GIC irq 135
[ 1.767088] uhub2 at usb1: NetBSD (0000) OHCI root hub (0000), class 9/0, rev 1.00/1.00, addr 1
[ 1.767088] uhub2: 1 port with 1 removable, self powered
[ 1.767088] uhub3 at usb0: NetBSD (0000) EHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 1
[ 1.767088] uhub3: 1 port with 1 removable, self powered
[ 1.777090] dwctwo0: Core Release: 3.10a (snpsid=4f54310a)
[ 1.777090] usb4 at dwctwo0: USB revision 2.0
[ 1.797092] IPsec: Initialized Security Association Processing.
[ 1.797092] uhub4 at usb4: NetBSD (0000) DWC2 root hub (0000), class 9/0, rev 2.00/1.00, addr 1
[ 1.797092] uhub4: 1 port with 1 removable, self powered
[ 1.847090] sdmmc0: sdmmc_mem_enable failed with error 60
[ 1.847090] sdmmc0: autoconfiguration error: couldn't enable card: 60
[ 1.877092] ld1 at sdmmc1: <0x45:0x0100:DG4016:0x00:0xc09fb710:0x000>
[ 1.877092] ld1: 15028 MB, 7633 cyl, 64 head, 63 sec, 512 bytes/sect x 30777344 sectors
[ 1.877092] ld1: 8-bit width, 4096 KB cache, 52.000 MHz
[ 2.517105] WARNING: 3 errors while detecting hardware; check system log.
[ 2.527106] boot device: ld1
[ 2.527106] root on ld1a dumps on ld1b
[ 2.527106] root file system type: ffs
[ 2.537107] kern.module.path=/stand/evbarm/9.0/modules
[ 2.537107] WARNING: clock lost 1699 days
[ 2.537107] WARNING: using filesystem time
[ 2.543954] WARNING: CHECK AND RESET THE DATE!
[ 1.000006] /opp_table0 at simplebus0 not configured
[ 1.000006] /vop@ff370000 at simplebus0 not configured
[ 1.000006] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000006] /codec@ff410000 at simplebus0 not configured
[ 1.000006] /iommu@ff373f00 at simplebus0 not configured
[ 1.000006] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000006] /phy@ff430000 at simplebus0 not configured
[ 1.000006] /i2s@ff010000 at simplebus0 not configured
[ 1.000006] /efuse@ff260000 at simplebus0 not configured
[ 1.000006] /spdif@ff030000 at simplebus0 not configured
[ 1.000006] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000006] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000006] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000006] /spi@ff190000 at simplebus0 not configured
[ 1.000006] /watchdog@ff1a0000 at simplebus0 not configured
[ 1.000006] /gpu@ff300000 at simplebus0 not configured
[ 1.000006] /sound at simplebus0 not configured
[ 1.000006] /syscon@ff100000/reboot-mode at syscon0 not configured
[ 1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[ 1.000000] 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[ 1.000000] 2018, 2019, 2020 The NetBSD Foundation, Inc. All rights reserved.
[ 1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[ 1.000000] The Regents of the University of California. All rights reserved.
[ 1.000000] NetBSD 9.99.72 (GENERIC64) #0: Fri Sep 11 01:45:53 UTC 2020
[ 1.000000] mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/evbarm/compile/GENERIC64
[ 1.000000] total memory = 4060 MB
[ 1.000000] avail memory = 3934 MB
[ 1.000000] entropy: no seed from bootloader
[ 1.000000] timecounter: Timecounters tick every 10.000 msec
[ 1.000000] Kernelized RAIDframe activated
[ 1.000000] armfdt0 (root)
[ 1.000000] simplebus0 at armfdt0: Pine64 Rock64
[ 1.000000] cpus0 at simplebus0
[ 1.000000] simplebus1 at simplebus0
[ 1.000000] psci0 at simplebus0: PSCI 1.0
[ 1.000000] simplebus2 at simplebus0
[ 1.000000] cpu0 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x0
[ 1.000000] cpu0: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000000] cpu0: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000000] cpu0: Dcache line 64, Icache line 64, DIC=0, IDC=0, LoUU=1, LoC=2, LoUIS=1
[ 1.000000] cpu0: L1 32KB/64B*256L*2W VIPT Instruction cache
[ 1.000000] cpu0: L1 32KB/64B*128L*4W PIPT Data cache
[ 1.000000] cpu0: L2 256KB/64B*256L*16W PIPT Unified cache
[ 1.000000] cpu0: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000000] cpu0: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.000000] cpufreqdt0 at cpu0
[ 1.000000] cpu1 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x1
[ 1.000000] cpufreqdt1 at cpu1
[ 1.000000] cpu2 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x2
[ 1.000000] cpufreqdt2 at cpu2
[ 1.000000] cpu3 at cpus0: Arm Cortex-A53 r0p4 (v8-A), id 0x3
[ 1.000000] cpufreqdt3 at cpu3
[ 1.000000] gic0 at simplebus0: GIC
[ 1.000000] armgic0 at gic0: Generic Interrupt Controller, 160 sources (149 valid)
[ 1.000000] armgic0: 16 Priorities, 128 SPIs, 6 PPIs, 15 SGIs
[ 1.000000] syscon0 at simplebus0: System Controller Registers
[ 1.000000] fclock0 at simplebus0: 24000000 Hz fixed clock (xin24m)
[ 1.000000] syscon1 at simplebus0: System Controller Registers
[ 1.000000] fclock1 at simplebus0: 125000000 Hz fixed clock (gmac_clkin)
[ 1.000000] gtmr0 at simplebus0: Generic Timer
[ 1.000000] gtmr0: interrupting on GIC irq 27
[ 1.000000] armgtmr0 at gtmr0: Generic Timer (24000 kHz, virtual)
[ 1.000000] timecounter: Timecounter "armgtmr0" frequency 24000000 Hz quality 500
[ 1.000003] rkcru0 at simplebus0: RK3328 CRU
[ 1.000003] rkiomux0 at simplebus0: RK3328 IOMUX control
[ 1.000003] rkgpio0 at rkiomux0: GPIO (gpio0@ff210000)
[ 1.000003] gpio0 at rkgpio0: 32 pins
[ 1.000003] rkgpio1 at rkiomux0: GPIO (gpio1@ff220000)
[ 1.000003] gpio1 at rkgpio1: 32 pins
[ 1.000003] rkgpio2 at rkiomux0: GPIO (gpio2@ff230000)
[ 1.000003] gpio2 at rkgpio2: 32 pins
[ 1.000003] rkgpio3 at rkiomux0: GPIO (gpio3@ff240000)
[ 1.000003] gpio3 at rkgpio3: 32 pins
[ 1.000003] rkiic0 at simplebus0: Rockchip I2C (100000 Hz)
[ 1.000003] iic0 at rkiic0: I2C bus
[ 1.000003] rkpmic0 at iic0 addr 0x18: RK805 Power Management and Real Time Clock IC
[ 1.000003] rkreg0 at rkpmic0: vdd_logic
[ 1.000003] rkreg1 at rkpmic0: vdd_arm
[ 1.000003] rkreg2 at rkpmic0: vcc_ddr
[ 1.000003] rkreg3 at rkpmic0: vcc_io
[ 1.000003] rkreg4 at rkpmic0: vdd_18
[ 1.000003] rkreg5 at rkpmic0: vcc_18emmc
[ 1.000003] rkreg6 at rkpmic0: vdd_10
[ 1.000003] fregulator0 at simplebus0: vcc_sys
[ 1.000003] fregulator1 at simplebus0: vcc_sd
[ 1.000003] com0 at simplebus0: ns16550a, working fifo
[ 1.000003] com0: console
[ 1.000003] com0: interrupting on GIC irq 89
[ 1.000003] fregulator2 at simplebus0: vcc_host_5v
[ 1.000003] fregulator3 at simplebus0: vcc_host1_5v
[ 1.000003] rkdrm0 at simplebus0
[ 1.000003] rkusb0 at syscon1: USB2 PHY
[ 1.000003] rkusbphy0 at rkusb0: USB2 OTG port
[ 1.000003] rkusbphy1 at rkusb0: USB2 host port
[ 1.000003] /opp_table0 at simplebus0 not configured
[ 1.000003] /vop@ff370000 at simplebus0 not configured
[ 1.000003] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000003] /codec@ff410000 at simplebus0 not configured
[ 1.000003] spdiftx0 at simplebus0: SPDIF transmitter
[ 1.000003] rktsadc0 at simplebus0: RK3328/3399 Temperature Sensor ADC
[ 1.000003] rktsadc0: interrupting on GIC irq 90
[ 1.000003] /iommu@ff373f00 at simplebus0 not configured
[ 1.000003] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000003] /phy@ff430000 at simplebus0 not configured
[ 1.000003] /i2s@ff010000 at simplebus0 not configured
[ 1.000003] /efuse@ff260000 at simplebus0 not configured
[ 1.000003] /spdif@ff030000 at simplebus0 not configured
[ 1.000003] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000003] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000003] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000003] /spi@ff190000 at simplebus0 not configured
[ 1.000003] dwcwdt0 at simplebus0autoconfiguration error: : couldn't enable clock
[ 1.000003] /gpu@ff300000 at simplebus0 not configured
[ 1.000003] dwcmmc0 at simplebus0: DesignWare SD/MMC
[ 1.000003] dwcmmc0: interrupting on GIC irq 44
[ 1.000003] dwcmmc1 at simplebus0: DesignWare SD/MMC
[ 1.000003] dwcmmc1: interrupting on GIC irq 46
[ 1.000003] awge0 at simplebus0: GMAC
[ 1.000003] awge0: Core version: 00001035
[ 1.000003] awge0: Ethernet address 76:c0:ab:f4:ca:6e
[ 1.000003] awge0: HW feature mask: d0f17
[ 1.000003] rgephy0 at awge0 phy 0: RTL8211F 1000BASE-T media interface
[ 1.000003] rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 1.000003] rgephy1 at awge0 phy 1: RTL8211F 1000BASE-T media interface
[ 1.000003] rgephy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
[ 1.000003] awge0: interrupting on GIC irq 56
[ 1.000003] dwctwo0 at simplebus0: DesignWare USB2 OTG
[ 1.000003] dwctwo0: interrupting on GIC irq 55
[ 1.000003] ehci0 at simplebus0: EHCI
[ 1.000003] ehci0: interrupting on GIC irq 48
[ 1.000003] ehci0: EHCI version 1.0
[ 1.000003] ehci0: 1 companion controller, 1 port
[ 1.000003] usb0 at ehci0: USB revision 2.0
[ 1.000003] ohci0 at simplebus0: OHCI
[ 1.000003] ohci0: interrupting on GIC irq 49
[ 1.000003] ohci0: OHCI version 1.0
[ 1.000003] usb1 at ohci0: USB revision 1.0
[ 1.000003] xhci0 at simplebus0: DesignWare USB3 XHCI (rev. 3.00a)
[ 1.000003] xhci0: interrupting on GIC irq 99
[ 1.000003] xhci0: xHCI version 1.10
[ 1.000003] usb2 at xhci0: USB revision 3.0
[ 1.000003] usb3 at xhci0: USB revision 2.0
[ 1.000003] armpmu0 at simplebus0: Performance Monitor Unit
[ 1.000003] /sound at simplebus0 not configured
[ 1.000003] /syscon@ff100000/reboot-mode at syscon0 not configured
[ 1.000003] rkdrm0: autoconfiguration error: no display interface ports configured
[ 1.000003] rkdrm0: autoconfiguration error: couldn't register DRM device: -6
[ 1.000003] entropy: WARNING: extracting entropy too early
[ 1.000003] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[ 1.000003] cpu1: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000003] cpu1: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000003] cpu1: Dcache line 64, Icache line 64, DIC=0, IDC=0, LoUU=1, LoC=2, LoUIS=1
[ 1.000003] cpu1: L1 32KB/64B*256L*2W VIPT Instruction cache
[ 1.000003] cpu1: L1 32KB/64B*128L*4W PIPT Data cache
[ 1.000003] cpu1: L2 256KB/64B*256L*16W PIPT Unified cache
[ 1.000003] cpu1: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000003] cpu1: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.000003] cpu3: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000003] cpu3: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000003] cpu3: Dcache line 64, Icache line 64, DIC=0, IDC=0, LoUU=1, LoC=2, LoUIS=1
[ 1.000003] cpu3: L1 32KB/64B*256L*2W VIPT Instruction cache
[ 1.000003] cpu3: L1 32KB/64B*128L*4W PIPT Data cache
[ 1.000003] cpu3: L2 256KB/64B*256L*16W PIPT Unified cache
[ 1.000003] cpu3: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000003] cpu3: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.000003] cpu2: IC enabled, DC enabled, EL0/EL1 stack Alignment check enabled
[ 1.000003] cpu2: Cache Writeback Granule 16B, Exclusives Reservation Granule 16B
[ 1.000003] cpu2: Dcache line 64, Icache line 64, DIC=0, IDC=0, LoUU=1, LoC=2, LoUIS=1
[ 1.000003] cpu2: L1 32KB/64B*256L*2W VIPT Instruction cache
[ 1.000003] cpu2: L1 32KB/64B*128L*4W PIPT Data cache
[ 1.000003] cpu2: L2 256KB/64B*256L*16W PIPT Unified cache
[ 1.000003] cpu2: revID=0x180, PMCv3, 4k table, 64k table, 16bit ASID
[ 1.000003] cpu2: auxID=0x11120, FP, CRC32, SHA1, SHA256, AES+PMULL, NEON, rounding, NaN propagation, denormals, 32x64bitRegs, Fused Multiply-Add
[ 1.440270] cpufreqdt0: rate: 1296.000 MHz, 1300000 uV
[ 1.440270] sdmmc0 at dwcmmc0
[ 1.440270] sdmmc1 at dwcmmc1
[ 1.440270] uhub0 at usb2: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 3.00/1.00, addr 0
[ 1.450274] uhub0: 1 port with 1 removable, self powered
[ 1.450274] uhub1 at usb3: NetBSD (0x0000) xHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 0
[ 1.450274] uhub1: 1 port with 1 removable, self powered
[ 1.450274] armpmu0: interrupting on GIC irq 132
[ 1.450274] armpmu0: interrupting on GIC irq 133
[ 1.450274] armpmu0: interrupting on GIC irq 134
[ 1.460271] armpmu0: interrupting on GIC irq 135
[ 1.460271] uhub2 at usb1: NetBSD (0x0000) OHCI root hub (0x0000), class 9/0, rev 1.00/1.00, addr 1
[ 1.460271] uhub2: 1 port with 1 removable, self powered
[ 1.460271] uhub3 at usb0: NetBSD (0x0000) EHCI root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[ 1.460271] uhub3: 1 port with 1 removable, self powered
[ 1.480271] dwctwo0: Core Release: 3.10a (snpsid=4f54310a)
[ 1.480271] usb4 at dwctwo0: USB revision 2.0
[ 1.480271] IPsec: Initialized Security Association Processing.
[ 1.480271] aes: ARMv8.0-AES
[ 1.480271] chacha: ARM NEON ChaCha
[ 1.480271] adiantum: self-test passed
[ 1.480271] aes_ccm: self-test passed
[ 1.480271] blake2s: self-test passed
[ 1.500272] uhub4 at usb4: NetBSD (0x0000) DWC2 root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[ 1.500272] uhub4: 1 port with 1 removable, self powered
[ 1.550274] sdmmc0: sdmmc_mem_enable failed with error 60
[ 1.550274] sdmmc0: autoconfiguration error: couldn't enable card: 60
[ 1.580273] ld1 at sdmmc1: <0x45:0x0100:DG4016:0x00:0xc09fb710:0x000>
[ 1.580273] ld1: 15028 MB, 7633 cyl, 64 head, 63 sec, 512 bytes/sect x 30777344 sectors
[ 1.580273] ld1: 8-bit width, 4096 KB cache, 52.000 MHz
[ 2.220287] cgd: self-test aes-xts-256
[ 2.220287] cgd: self-test aes-xts-512
[ 2.220287] cgd: self-test aes-cbc-128
[ 2.220287] cgd: self-test aes-cbc-256
[ 2.220287] cgd: self-test 3des-cbc-192
[ 2.220287] cgd: self-test blowfish-cbc-448
[ 2.220287] cgd: self-test aes-cbc-128 (encblkno8)
[ 2.220287] cgd: self-tests passed
[ 2.220287] WARNING: 4 errors while detecting hardware; check system log.
[ 2.220287] boot device: ld1
[ 2.230288] root on ld1a dumps on ld1b
[ 2.230288] root file system type: ffs
[ 2.230288] kern.module.path=/stand/evbarm/9.99.72/modules
[ 94.192648] syncing disks... done
[ 94.202650] unmounting file systems...
[ 94.202650] unmounted tmpfs on /var/shm type tmpfs
[ 94.202650] unmounted procfs on /proc type procfs
[ 94.202650] unmounted ptyfs on /dev/pts type ptyfs
[ 94.202650] unmounted kernfs on /kern type kernfs
[ 94.202650] unmounted /dev/ld1e on /boot type msdos
[ 94.352653] unmounted /dev/ld1a on / type ffs
[ 94.352653] unmounting done
[ 94.352653] rebooting...
Not configured in HEAD
[ 1.000006] /opp_table0 at simplebus0 not configured
[ 1.000006] /vop@ff370000 at simplebus0 not configured
[ 1.000006] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000006] /codec@ff410000 at simplebus0 not configured
[ 1.000006] /iommu@ff373f00 at simplebus0 not configured
[ 1.000006] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000006] /phy@ff430000 at simplebus0 not configured
[ 1.000006] /i2s@ff010000 at simplebus0 not configured
[ 1.000006] /efuse@ff260000 at simplebus0 not configured
[ 1.000006] /spdif@ff030000 at simplebus0 not configured
[ 1.000006] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000006] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000006] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000006] /spi@ff190000 at simplebus0 not configured
[ 1.000006] /watchdog@ff1a0000 at simplebus0 not configured
[ 1.000006] /gpu@ff300000 at simplebus0 not configured
[ 1.000006] /sound at simplebus0 not configured
[ 1.000006] /syscon@ff100000/reboot-mode at syscon0 not configured
[ 1.000003] /opp_table0 at simplebus0 not configured
[ 1.000003] /vop@ff370000 at simplebus0 not configured
[ 1.000003] /amba/dmac@ff1f0000 at simplebus1 not configured
[ 1.000003] /codec@ff410000 at simplebus0 not configured
[ 1.000003] /iommu@ff373f00 at simplebus0 not configured
[ 1.000003] /hdmi@ff3c0000 at simplebus0 not configured
[ 1.000003] /phy@ff430000 at simplebus0 not configured
[ 1.000003] /i2s@ff010000 at simplebus0 not configured
[ 1.000003] /efuse@ff260000 at simplebus0 not configured
[ 1.000003] /spdif@ff030000 at simplebus0 not configured
[ 1.000003] /syscon@ff100000/io-domains at syscon0 not configured
[ 1.000003] /syscon@ff100000/grf-gpio at syscon0 not configured
[ 1.000003] /syscon@ff100000/power-controller at syscon0 not configured
[ 1.000003] /spi@ff190000 at simplebus0 not configured
[ 1.000003] /gpu@ff300000 at simplebus0 not configured
[ 1.000003] /sound at simplebus0 not configured
[ 1.000003] /syscon@ff100000/reboot-mode at syscon0 not configured
Home |
Main Index |
Thread Index |
Old Index