Looks like it works.
dmesg output after bott and login:

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.16.0-0.rc6.git1.1.fc29.aarch64 (mockbuild@buildvm-aarch64-01.arm.fedoraproject.org) (gcc version 8.0.1 20180317 (Red Hat 8.0.1-0.19) (GCC)) #1 SMP Tue Mar 20 17:38:50 UTC 2018
[ 0.000000] Machine model: FriendlyARM NanoPi NEO 2
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: EFI v2.70 by Das U-Boot
[ 0.000000] efi: SMBIOS=0x58f28000
[ 0.000000] cma: Reserved 64 MiB at 0x0000000059000000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x5ff8c280-0x5ff99fff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x0000000047ffffff]
[ 0.000000] node 0: [mem 0x0000000048000000-0x0000000048004fff]
[ 0.000000] node 0: [mem 0x0000000048006000-0x0000000058f20fff]
[ 0.000000] node 0: [mem 0x0000000058f21000-0x0000000058f2efff]
[ 0.000000] node 0: [mem 0x0000000058f2f000-0x000000005dfb9fff]
[ 0.000000] node 0: [mem 0x000000005dfba000-0x000000005dfbafff]
[ 0.000000] node 0: [mem 0x000000005dfbb000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] On node 0 totalpages: 131071
[ 0.000000] DMA32 zone: 2048 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 131071 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 24 pages/cpu @ (ptrval) s59208 r8192 d30904 u98304
[ 0.000000] pcpu-alloc: s59208 r8192 d30904 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129023
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.16.0-0.rc6.git1.1.fc29.aarch64 root=UUID=4cd037a2-ccb1-4815-9e5a-818adda56bf5 ro resume=UUID=50d55353-2db7-470c-8f07-a1bac1d8034e LANG=en_US.UTF-8
[ 0.000000] Memory: 382696K/524284K available (10812K kernel code, 2068K rwdata, 4524K rodata, 6336K init, 14588K bss, 76052K reserved, 65536K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 36613 entries in 144 pages
[ 0.000000] Running RCU self tests
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU lockdep checking is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] RCU callback double-/use-after-free debug enabled.
[ 0.000000] Tasks RCU enabled.
[ 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: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000394] Console: colour dummy device 80x25
[ 0.003457] console [tty0] enabled
[ 0.003601] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.003690] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.003743] ... MAX_LOCK_DEPTH: 48
[ 0.003797] ... MAX_LOCKDEP_KEYS: 8191
[ 0.003852] ... CLASSHASH_SIZE: 4096
[ 0.003907] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.003963] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.004019] ... CHAINHASH_SIZE: 32768
[ 0.004075] memory used by lock dependency info: 7391 kB
[ 0.004140] per task-struct memory footprint: 1920 bytes
[ 0.004205] kmemleak: Kernel memory leak detector disabled
[ 0.006822] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.006979] pid_max: default: 32768 minimum: 301
[ 0.007473] Security Framework initialized
[ 0.007536] Yama: becoming mindful.
[ 0.007632] SELinux: Initializing.
[ 0.008035] SELinux: Starting in permissive mode
[ 0.008818] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.009182] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.009374] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.009474] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.014625] ASID allocator initialised with 32768 entries
[ 0.015133] Hierarchical SRCU implementation.
[ 0.019544] Remapping and enabling EFI services.
[ 0.019721] EFI remap 0x0000000048000000 => (ptrval)
[ 0.019813] EFI remap 0x0000000058f28000 => (ptrval)
[ 0.019899] EFI remap 0x000000005dfba000 => (ptrval)
[ 0.021502] smp: Bringing up secondary CPUs ...
[ 0.024428] Detected VIPT I-cache on CPU1
[ 0.024523] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.027565] Detected VIPT I-cache on CPU2
[ 0.027634] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.030271] Detected VIPT I-cache on CPU3
[ 0.030339] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.030693] smp: Brought up 1 node, 4 CPUs
[ 0.031181] SMP: Total of 4 processors activated.
[ 0.031255] CPU features: detected feature: 32-bit EL0 Support
[ 0.031338] CPU features: detected feature: Kernel page table isolation (KPTI)
[ 0.047387] CPU: All CPU(s) started at EL2
[ 0.047521] alternatives: patching kernel code
[ 0.051761] devtmpfs: initialized
[ 0.070174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.070506] futex hash table entries: 1024 (order: 5, 131072 bytes)
[ 0.100285] pinctrl core: initialized pinctrl subsystem
[ 0.103627] SMBIOS 3.0 present.
[ 0.103704] DMI: sunxi sunxi/sunxi, BIOS 2018.03-rc4 03/07/2018
[ 0.105613] NET: Registered protocol family 16
[ 0.107043] audit: initializing netlink subsys (disabled)
[ 0.107608] audit: type=2000 audit(0.100:1): state=initialized audit_enabled=0 res=1
[ 0.110340] cpuidle: using governor menu
[ 0.110752] vdso: 2 pages (1 code @ 0000000088f2cefc, 1 data @ 00000000780a3702)
[ 0.110867] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.138777] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.139673] Serial: AMBA PL011 UART driver
[ 0.188824] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.190140] cryptd: max_cpu_qlen set to 1000
[ 0.192899] ACPI: Interpreter disabled.
[ 0.196087] vgaarb: loaded
[ 0.197822] SCSI subsystem initialized
[ 0.198545] libata version 3.00 loaded.
[ 0.199221] usbcore: registered new interface driver usbfs
[ 0.199469] usbcore: registered new interface driver hub
[ 0.199815] usbcore: registered new device driver usb
[ 0.200960] EDAC MC: Ver: 3.0.0
[ 0.202466] Registered efivars operations
[ 0.202607] efivars: get_next_variable: status=8000000000000007
[ 0.205468] NetLabel: Initializing
[ 0.205533] NetLabel: domain hash size = 128
[ 0.205600] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.205922] NetLabel: unlabeled traffic allowed by default
[ 0.217472] DMA-API: preallocated 4096 debug entries
[ 0.217560] DMA-API: debugging enabled by kernel config
[ 0.217922] clocksource: Switched to clocksource arch_sys_counter
[ 0.554481] VFS: Disk quotas dquot_6.6.0
[ 0.554786] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.556115] pnp: PnP ACPI: disabled
[ 0.586515] NET: Registered protocol family 2
[ 0.590568] tcp_listen_portaddr_hash hash table entries: 256 (order: 2, 18432 bytes)
[ 0.590843] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.591142] TCP bind hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.592326] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.592941] UDP hash table entries: 256 (order: 3, 40960 bytes)
[ 0.593215] UDP-Lite hash table entries: 256 (order: 3, 40960 bytes)
[ 0.594444] NET: Registered protocol family 1
[ 0.594578] PCI: CLS 0 bytes, default 128
[ 0.595679] Unpacking initramfs...
[ 2.356266] Freeing initrd memory: 18284K
[ 2.357677] kvm [1]: 8-bit VMID
[ 2.369022] kvm [1]: vgic interrupt IRQ1
[ 2.369430] kvm [1]: Hyp mode initialized successfully
[ 2.371898] cryptomgr_test (52) used greatest stack depth: 14016 bytes left
[ 2.376720] cryptomgr_test (60) used greatest stack depth: 13280 bytes left
[ 2.404799] cryptomgr_test (65) used greatest stack depth: 13008 bytes left
[ 2.576570] Initialise system trusted keyrings
[ 2.577073] Key type blacklist registered
[ 2.577673] workingset: timestamp_bits=37 max_order=17 bucket_order=0
[ 2.606896] zbud: loaded
[ 2.618636] SELinux: Registering netfilter hooks
[ 3.500178] cryptomgr_test (145) used greatest stack depth: 12912 bytes left
[ 3.501112] cryptomgr_test (150) used greatest stack depth: 11984 bytes left
[ 3.507531] NET: Registered protocol family 38
[ 3.507843] Key type asymmetric registered
[ 3.508081] Asymmetric key parser 'x509' registered
[ 3.508891] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.509544] io scheduler noop registered
[ 3.509614] io scheduler deadline registered
[ 3.509908] io scheduler cfq registered (default)
[ 3.509984] io scheduler mq-deadline registered
[ 3.514084] atomic64_test: passed
[ 3.525452] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 3.540512] sun50i-h5-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 3.552601] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.616263] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 20, base_baud = 1500000) is a U6_16550A
[ 4.496600] console [ttyS0] enabled
[ 4.503253] msm_serial: driver initialized
[ 4.510724] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 4.519991] libphy: Fixed MDIO Bus: probed
[ 4.524985] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.531711] ehci-pci: EHCI PCI platform driver
[ 4.536338] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.542704] ohci-pci: OHCI PCI platform driver
[ 4.547302] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.554445] usbcore: registered new interface driver usbserial_generic
[ 4.561298] usbserial: USB Serial support registered for generic
[ 4.568173] mousedev: PS/2 mouse device common for all mice
[ 4.576721] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[ 4.583686] sun6i-rtc 1f00000.rtc: RTC enabled
[ 4.590653] device-mapper: uevent: version 1.0.3
[ 4.596681] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 4.607309] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.614330] EFI Variables Facility v0.08 2004-May-17
[ 4.619446] efivars: get_next_variable: status=8000000000000007
[ 4.625689] hidraw: raw HID events driver (C) Jiri Kosina
[ 4.631799] usbcore: registered new interface driver usbhid
[ 4.637439] usbhid: USB HID core driver
[ 4.643119] drop_monitor: Initializing network drop monitor service
[ 4.650520] Initializing XFRM netlink socket
[ 4.657116] NET: Registered protocol family 10
[ 4.688363] Segment Routing with IPv6
[ 4.692230] mip6: Mobile IPv6
[ 4.695472] NET: Registered protocol family 17
[ 4.700392] start plist test
[ 4.706290] end plist test
[ 4.708811] registered taskstats version 1
[ 4.713111] Loading compiled-in X.509 certificates
[ 4.938132] Loaded X.509 cert 'Fedora kernel signing key: d9f3756b39d4506b42912f4b165139f3cf9b5ad3'
[ 4.948519] zswap: loaded using pool lzo/zbud
[ 4.978477] Key type big_key registered
[ 5.004830] Key type encrypted registered
[ 5.009282] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 5.061614] sun6i-rtc 1f00000.rtc: hctosys: unable to read the hardware clock
[ 5.076627] vcc3v3: disabling
[ 5.079796] gmac-3v3: disabling
[ 5.082989] usb0-vbus: disabling
[ 5.116776] Freeing unused kernel memory: 6336K
[ 5.122342] Checked W+X mappings: passed, no W+X pages found
[ 5.128126] rodata_test: all tests were successful
[ 5.193298] systemd[1]: System time before build time, advancing clock.
[ 5.263176] efivars: get_next_variable: status=8000000000000007
[ 5.287018] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 5.312164] systemd[1]: Detected architecture arm64.
[ 5.317235] systemd[1]: Running in initial RAM disk.
[ 5.438484] systemd[1]: Set hostname to <neo2>.
[ 6.020540] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice.
[ 6.060247] systemd[1]: Listening on udev Control Socket.
[ 6.088264] systemd[1]: Reached target Timers.
[ 6.118177] systemd[1]: Reached target Slices.
[ 6.149984] systemd[1]: Listening on Journal Socket.
[ 6.194867] systemd[1]: Starting Setup Virtual Console...
[ 6.620398] audit: type=1130 audit(1520288198.420:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.698287] audit: type=1130 audit(1520288198.490:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.748601] audit: type=1130 audit(1520288198.550:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.910337] audit: type=1130 audit(1520288198.710:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.000616] audit: type=1130 audit(1520288198.800:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.021410] audit: type=1131 audit(1520288198.800:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.378483] audit: type=1130 audit(1520288199.180:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.778579] audit: type=1130 audit(1520288199.580:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 7.938658] audit: type=1130 audit(1520288199.740:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.088795] audit: type=1130 audit(1520288200.890:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 9.153736] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 9.162183] ehci-platform: EHCI generic platform driver
[ 9.173020] ohci-platform: OHCI generic platform driver
[ 9.213178] sunxi-mmc 1c0f000.mmc: base:0x00000000b56345fc irq:7
[ 9.221871] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 9.237820] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 9.264412] pps_core: LinuxPPS API ver. 1 registered
[ 9.269573] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 9.293148] PTP clock support registered
[ 9.297356] mmc0: host does not support reading read-only switch, assuming write-enable
[ 9.310777] mmc0: new high speed SDHC card at address 59b4
[ 9.326879] ehci-platform 1c1a000.usb: irq 9, io mem 0x01c1a000
[ 9.359317] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 9.375122] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.382581] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.390068] usb usb1: Product: EHCI Host Controller
[ 9.395040] usb usb1: Manufacturer: Linux 4.16.0-0.rc6.git1.1.fc29.aarch64 ehci_hcd
[ 9.402949] usb usb1: SerialNumber: 1c1a000.usb
[ 9.414633] hub 1-0:1.0: USB hub found
[ 9.420223] hub 1-0:1.0: 1 port detected
[ 9.443320] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 9.452451] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 9.476136] ohci-platform 1c1a400.usb: irq 10, io mem 0x01c1a400
[ 9.553570] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 9.560722] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.568231] usb usb2: Product: Generic Platform OHCI controller
[ 9.569169] mmcblk0: mmc0:59b4 SD 7.50 GiB
[ 9.574256] usb usb2: Manufacturer: Linux 4.16.0-0.rc6.git1.1.fc29.aarch64 ohci_hcd
[ 9.586586] usb usb2: SerialNumber: 1c1a400.usb
[ 9.598865] mmcblk0: p1 p2 p3 p4 < p5 >
[ 9.598920] hub 2-0:1.0: USB hub found
[ 9.607023] hub 2-0:1.0: 1 port detected
[ 9.614977] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 9.738784] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 9.744552] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 9.752709] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 9.752722] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 9.752734] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 9.752742] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 9.762779] libphy: stmmac: probed
[ 9.798767] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 9.806108] libphy: mdio_mux: probed
[ 9.810317] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 9.817007] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 9.839528] libphy: mdio_mux: probed
[ 9.843237] dwmac-sun8i 1c30000.ethernet: Switch mux to external PHY
[ 9.886708] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 9.898194] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 3
[ 9.939141] ehci-platform 1c1d000.usb: irq 11, io mem 0x01c1d000
[ 9.968055] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 9.975505] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 9.983533] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 9.991120] usb usb3: Product: EHCI Host Controller
[ 9.996188] usb usb3: Manufacturer: Linux 4.16.0-0.rc6.git1.1.fc29.aarch64 ehci_hcd
[ 10.004211] usb usb3: SerialNumber: 1c1d000.usb
[ 10.011121] hub 3-0:1.0: USB hub found
[ 10.015234] hub 3-0:1.0: 1 port detected
[ 10.023691] usb_phy_generic usb_phy_generic.0.auto: usb_phy_generic.0.auto supply vcc not found, using dummy regulator
[ 10.043099] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 10.054497] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 4
[ 10.069496] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 10.077328] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 10.077353] usb usb4: Product: MUSB HDRC host driver
[ 10.090409] usb usb4: Manufacturer: Linux 4.16.0-0.rc6.git1.1.fc29.aarch64 musb-hcd
[ 10.098402] usb usb4: SerialNumber: musb-hdrc.1.auto
[ 10.117473] hub 4-0:1.0: USB hub found
[ 10.133442] hub 4-0:1.0: 1 port detected
[ 10.154344] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[ 10.162701] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 5
[ 10.169095] PM: Starting manual resume from disk
[ 10.181933] PM: Image not found (code -22)
[ 10.199211] ohci-platform 1c1d400.usb: irq 12, io mem 0x01c1d400
[ 10.273242] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 10.281716] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 10.289165] usb usb5: Product: Generic Platform OHCI controller
[ 10.295182] usb usb5: Manufacturer: Linux 4.16.0-0.rc6.git1.1.fc29.aarch64 ohci_hcd
[ 10.303095] usb usb5: SerialNumber: 1c1d400.usb
[ 10.315915] hub 5-0:1.0: USB hub found
[ 10.320042] hub 5-0:1.0: 1 port detected
[ 10.408214] usb 3-1: new high-speed USB device number 2 using ehci-platform
[ 10.430058] systemd-udevd (357) used greatest stack depth: 11760 bytes left
[ 10.440706] systemd-udevd (361) used greatest stack depth: 9584 bytes left
[ 10.620390] usb 3-1: New USB device found, idVendor=aaaa, idProduct=8816
[ 10.627419] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 10.635026] usb 3-1: Product: MXT USB Device
[ 10.639575] usb 3-1: Manufacturer: MXTronics
[ 10.643959] usb 3-1: SerialNumber: 130818v01
[ 10.700625] usb-storage 3-1:1.0: USB Mass Storage device detected
[ 10.723857] scsi host0: usb-storage 3-1:1.0
[ 10.734117] usbcore: registered new interface driver usb-storage
[ 10.752108] usbcore: registered new interface driver uas
[ 10.946433] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 11.768179] scsi 0:0:0:0: Direct-Access MXT-USB Storage Device 1308 PQ: 0 ANSI: 0 CCS
[ 11.797836] sd 0:0:0:0: [sda] 131072000 512-byte logical blocks: (67.1 GB/62.5 GiB)
[ 11.808702] sd 0:0:0:0: [sda] Write Protect is off
[ 11.813649] sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
[ 11.814143] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 11.821032] sd 0:0:0:0: [sda] No Caching mode page found
[ 11.826450] sd 0:0:0:0: [sda] Assuming drive cache: write through
[ 11.855298] sda: sda1 sda2 sda3
[ 11.875273] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 12.197737] kauditd_printk_skb: 6 callbacks suppressed
[ 12.197747] audit: type=1130 audit(1520288203.990:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.228993] audit: type=1131 audit(1520288203.990:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.615979] audit: type=1130 audit(1520288205.410:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.748563] audit: type=1131 audit(1520288205.550:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.787206] audit: type=1130 audit(1520288205.580:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.808923] audit: type=1131 audit(1520288205.580:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.850385] audit: type=1130 audit(1520288205.650:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.874721] audit: type=1131 audit(1520288205.650:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.914764] audit: type=1130 audit(1520288205.710:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.936728] audit: type=1131 audit(1520288205.710:27): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 14.868486] systemd-journald[224]: Received SIGTERM from PID 1 (systemd).
[ 15.351705] systemd: 10 output lines suppressed due to ratelimiting
[ 16.245468] SELinux: Disabled at runtime.
[ 16.251777] SELinux: Unregistering netfilter hooks
[ 16.478678] systemd[1]: RTC configured in localtime, applying delta of -300 minutes to system time.
[ 16.540307] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 16.564879] systemd[1]: Detected architecture arm64.
[ 16.594429] systemd[1]: Set hostname to <neo2>.
[ 17.630424] kauditd_printk_skb: 21 callbacks suppressed
[ 17.630432] audit: type=1130 audit(1520306209.425:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.647414] systemd[1]: Stopped Switch Root.
[ 17.654941] audit: type=1131 audit(1520306209.425:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.678946] audit: type=1130 audit(1520306209.475:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.681741] systemd[1]: systemd-journald.service: Service has no hold-off time, scheduling restart.
[ 17.701847] audit: type=1131 audit(1520306209.475:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.712783] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[ 17.745446] systemd[1]: Stopped Journal Service.
[ 17.750868] audit: type=1130 audit(1520306209.555:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.773964] audit: type=1131 audit(1520306209.555:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.801450] systemd[1]: Starting Journal Service...
[ 17.835531] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 17.874222] systemd[1]: Mounting Kernel Debug File System...
[ 17.880498] audit: type=1305 audit(1520306209.685:55): audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
[ 18.149085] audit: type=1130 audit(1520306209.945:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.174317] audit: type=1130 audit(1520306209.965:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.209864] EXT4-fs (mmcblk0p5): re-mounted. Opts: (null)
[ 18.245395] audit: type=1130 audit(1520306210.035:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.491317] systemd-journald[535]: Received request to flush runtime journal from PID 1
[ 18.537243] systemd-journald[535]: File /var/log/journal/e8bb178a29cb46f6b610d6cbe53960fc/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 22.746473] kauditd_printk_skb: 10 callbacks suppressed
[ 22.746482] audit: type=1130 audit(1520306214.535:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.319286] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 24.151269] Adding 524284k swap on /dev/mmcblk0p3. Priority:-2 extents:1 across:524284k SSFS
[ 24.434647] audit: type=1130 audit(1520306216.225:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-38F7\x2d9C2A comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.656076] audit: type=1130 audit(1520306216.445:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-2917cd4a\x2d43e4\x2d4598\x2db75d\x2d307e4ba969fb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 24.794503] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 25.018045] raid6: int64x1 gen() 223 MB/s
[ 25.152899] audit: type=1130 audit(1520306216.945:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.181233] audit: type=1130 audit(1520306216.975:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.201397] raid6: int64x1 xor() 293 MB/s
[ 25.222408] audit: type=1131 audit(1520306216.975:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.332872] audit: type=1130 audit(1520306217.125:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.368108] raid6: int64x2 gen() 392 MB/s
[ 25.440461] audit: type=1130 audit(1520306217.225:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.460139] audit: type=1130 audit(1520306217.265:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fedora-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.537985] raid6: int64x2 xor() 383 MB/s
[ 25.620145] audit: type=1130 audit(1520306217.415:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.707964] raid6: int64x4 gen() 641 MB/s
[ 25.877985] raid6: int64x4 xor() 493 MB/s
[ 26.047978] raid6: int64x8 gen() 766 MB/s
[ 26.217965] raid6: int64x8 xor() 511 MB/s
[ 26.388077] raid6: neonx1 gen() 425 MB/s
[ 26.558007] raid6: neonx1 xor() 534 MB/s
[ 26.727973] raid6: neonx2 gen() 702 MB/s
[ 26.897977] raid6: neonx2 xor() 765 MB/s
[ 27.068032] raid6: neonx4 gen() 970 MB/s
[ 27.238042] raid6: neonx4 xor() 941 MB/s
[ 27.408037] raid6: neonx8 gen() 994 MB/s
[ 27.578008] raid6: neonx8 xor() 965 MB/s
[ 27.582374] raid6: using algorithm neonx8 gen() 994 MB/s
[ 27.587757] raid6: .... xor() 965 MB/s, rmw enabled
[ 27.592866] raid6: using neon recovery algorithm
[ 27.653277] xor: measuring software checksum speed
[ 27.757991] 8regs : 1599.600 MB/sec
[ 27.857993] 8regs_prefetch: 1382.000 MB/sec
[ 27.957995] 32regs : 1832.000 MB/sec
[ 28.058002] 32regs_prefetch: 1554.400 MB/sec
[ 28.062711] xor: using function: 32regs (1832.000 MB/sec)
[ 28.481127] Btrfs loaded, crc32c=crc32c-arm64-ce
[ 28.504334] BTRFS: device fsid 621bf3a2-e416-4e28-8e5b-337c37498310 devid 1 transid 40 /dev/sda2
[ 33.681591] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 33.685524] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 33.709175] RTL8211E Gigabit Ethernet 0.2:07: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=0.2:07, irq=POLL)
[ 33.764483] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 33.772410] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 33.785890] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 36.880643] dwmac-sun8i 1c30000.ethernet eth0: Link is Up - 100Mbps/Full - flow control off