diff --git a/.gitignore b/.gitignore index 51e6d6389680..d7a1da9fd1ba 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,7 @@ external/cache/sources/rk3588_packages* external/cache/sources/rk356x_packages external/cache/sources/rk35xx_packages external/cache/sources/t527_packages +external/cache/sources/sun60iw2_packages external/cache/sources/rk-rootfs-build* external/cache/sources/orangepi-firmware* external/cache/sources/wiringOP diff --git a/external/cache/debs/arm64/wiringpi-2.58-1.deb b/external/cache/debs/arm64/wiringpi-2.58-1.deb index 425a941799f3..9e4e447a53ac 100644 Binary files a/external/cache/debs/arm64/wiringpi-2.58-1.deb and b/external/cache/debs/arm64/wiringpi-2.58-1.deb differ diff --git a/external/cache/sources/orangepi-config/debian-config-functions b/external/cache/sources/orangepi-config/debian-config-functions index 9c2629417344..6742043dd07c 100644 --- a/external/cache/sources/orangepi-config/debian-config-functions +++ b/external/cache/sources/orangepi-config/debian-config-functions @@ -62,7 +62,7 @@ function main(){ [[ "$LINUXFAMILY" == "rockchip-rk3588" ]] && OVERLAYDIR="/boot/dtb/rockchip/overlay"; [[ "$LINUXFAMILY" == "sun50iw9" && "$BRANCH" == "current" ]] && OVERLAYDIR="/boot/dtb/sunxi/overlay"; [[ "$LINUXFAMILY" == "sun50iw9" && "$BRANCH" == "next" ]] && OVERLAYDIR="/boot/dtb/allwinner/overlay"; - [[ "$LINUXFAMILY" == "sun55iw3" ]] && OVERLAYDIR="/boot/dtb/allwinner/overlay"; + [[ "$LINUXFAMILY" =~ "sun55iw3"|"sun60iw2" ]] && OVERLAYDIR="/boot/dtb/allwinner/overlay"; [[ "$LINUXFAMILY" == "rockchip-rk356x" ]] && OVERLAYDIR="/boot/dtb/rockchip/overlay"; [[ "$LINUXFAMILY" == "ky" ]] && OVERLAYDIR="/boot/dtb/ky/overlay"; # detect desktop diff --git a/external/config/boards/orangepi4pro.conf b/external/config/boards/orangepi4pro.conf new file mode 100755 index 000000000000..92ff591d41cd --- /dev/null +++ b/external/config/boards/orangepi4pro.conf @@ -0,0 +1,10 @@ +# Allwinner T736 quad core 2GB/4GB RAM +BOARD_NAME="Orange Pi 4 Pro" +BOARDFAMILY="sun60iw2" +BOOTCONFIG="sun60iw2p1_t736_defconfig" +BOOT_FDT_FILE="allwinner/sun60i-a733-orangepi-4-pro.dtb" +MODULES="aic8800_fdrv aic8800_btlpm" +KERNEL_TARGET="current" +DISTRIB_TYPE_CURRENT="bookworm jammy bullseye" +SKIP_BOOTSPLASH="yes" # Skip boot splash patch, conflicts with CONFIG_VT=yes +REVISION="1.0.0" diff --git a/external/config/boards/orangepizero3plus.conf b/external/config/boards/orangepizero3plus.conf new file mode 100755 index 000000000000..0b452f6ee3d1 --- /dev/null +++ b/external/config/boards/orangepizero3plus.conf @@ -0,0 +1,15 @@ +# Allwinner H618 quad core 1GB/1.5GB/2GB/4GB RAM +BOARD_NAME="OPI Zero3 Plus" +BOARDFAMILY="sun50iw9" +BOOTCONFIG="orangepi_zero3_defconfig" +KERNEL_TARGET="current,next" +MODULES_LEGACY="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty" +MODULES_CURRENT="aic8800_fdrv aic8800_btlpm" +MODULES_NEXT="uwe5622_bsp_sdio sprdwl_ng sprdbt_tty" +MODULES_BLACKLIST_LEGACY="bcmdhd" +MODULES_BLACKLIST_CURRENT="bcmdhd" +DISTRIB_TYPE_LEGACY="buster" +DISTRIB_TYPE_CURRENT="bullseye focal jammy" +DISTRIB_TYPE_NEXT="bullseye bookworm jammy noble raspi" +BOOT_LOGO="desktop" +REVISION="1.0.0" diff --git a/external/config/bootenv/sun60iw2.txt b/external/config/bootenv/sun60iw2.txt new file mode 100644 index 000000000000..dce9fd90c1fc --- /dev/null +++ b/external/config/bootenv/sun60iw2.txt @@ -0,0 +1,2 @@ +verbosity=1 +bootlogo=true diff --git a/external/config/bootscripts/boot-sun60iw2.cmd b/external/config/bootscripts/boot-sun60iw2.cmd new file mode 100644 index 000000000000..d9fe01ea48a5 --- /dev/null +++ b/external/config/bootscripts/boot-sun60iw2.cmd @@ -0,0 +1,60 @@ +# DO NOT EDIT THIS FILE +# +# Please edit /boot/orangepiEnv.txt to set supported parameters +# + +setenv load_addr "0x43100000" +setenv overlay_error "false" +# default values +setenv verbosity "1" +setenv console "both" +setenv bootlogo "false" +setenv rootfstype "ext4" +setenv docker_optimizations "on" +setenv earlycon "on" + +echo "Boot script loaded from ${devtype} ${devnum}" + +if test -e ${devtype} ${devnum} ${prefix}orangepiEnv.txt; then + load ${devtype} ${devnum} ${load_addr} ${prefix}orangepiEnv.txt + env import -t ${load_addr} ${filesize} +fi + +if test "${logo}" = "disabled"; then setenv logo "logo.nologo"; fi + +if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=tty1"; fi +if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "console=ttyS0,115200 ${consoleargs}"; fi +if test "${earlycon}" = "on"; then setenv consoleargs "earlyprintk=sunxi-uart,0x02500000 initcall_debug=0 ${consoleargs}"; fi +if test "${bootlogo}" = "true"; then + setenv consoleargs "splash plymouth.ignore-serial-consoles ${consoleargs}"; +else + setenv consoleargs "splash=verbose ${consoleargs}" +fi + +setenv bootargs "root=${rootdev} rootwait rootfstype=${rootfstype} ${consoleargs} consoleblank=0 loglevel=${verbosity} clk_ignore_unused swiotlb=65536 usb-storage.quirks=${usbstoragequirks} ${extraargs} ${extraboardargs}" + +if test "${docker_optimizations}" = "on"; then setenv bootargs "${bootargs} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1"; fi + +load ${devtype} ${devnum} ${ramdisk_addr_r} ${prefix}uInitrd +load ${devtype} ${devnum} ${kernel_addr_r} ${prefix}uImage + +load ${devtype} ${devnum} ${fdt_addr_r} ${prefix}dtb/${fdtfile} +fdt addr ${fdt_addr_r} +fdt resize 65536 +for overlay_file in ${overlays}; do + if load ${devtype} ${devnum} ${load_addr} ${prefix}dtb/allwinner/overlay/${overlay_prefix}-${overlay_file}.dtbo; then + echo "Applying kernel provided DT overlay ${overlay_prefix}-${overlay_file}.dtbo" + fdt apply ${load_addr} || setenv overlay_error "true" + fi +done +for overlay_file in ${user_overlays}; do + if load ${devtype} ${devnum} ${load_addr} ${prefix}overlay-user/${overlay_file}.dtbo; then + echo "Applying user provided DT overlay ${overlay_file}.dtbo" + fdt apply ${load_addr} || setenv overlay_error "true" + fi +done + +bootm ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r} + +# Recompile with: +# mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr diff --git a/external/config/kernel/linux-sun60iw2-current-opi4pro.config b/external/config/kernel/linux-sun60iw2-current-opi4pro.config new file mode 100644 index 000000000000..50bed85f5cb0 --- /dev/null +++ b/external/config/kernel/linux-sun60iw2-current-opi4pro.config @@ -0,0 +1,6667 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arm64 5.15.147 Kernel Configuration +# + +# +# Allwinner BSP +# + +# +# Platform Information +# +CONFIG_AW_BSP=y +# CONFIG_AW_KERNEL_AOSP is not set +CONFIG_AW_KERNEL_ORIGIN=y +# CONFIG_ARCH_SUN50I is not set +# CONFIG_ARCH_SUN55I is not set +CONFIG_ARCH_SUN60I=y +# CONFIG_ARCH_SUN65I is not set +# CONFIG_ARCH_SUN60IW1 is not set +CONFIG_ARCH_SUN60IW2=y +CONFIG_ARCH_SUN60IW2P1=y +# CONFIG_AW_FPGA_S4 is not set +# CONFIG_AW_FPGA_V7 is not set +CONFIG_AW_IC_BOARD=y +CONFIG_AW_SOC_NAME="A733" +# end of Platform Information + +# +# Allwinner's Debugging Options +# +# CONFIG_AW_DEBUG_LOCK is not set +# CONFIG_AW_DEBUG_SPINLOCK is not set +# CONFIG_AW_DEBUG_MEM is not set +# CONFIG_AW_DEBUG_FTRACE is not set +# CONFIG_AW_REG_VERIFY is not set +# CONFIG_AW_LOG_VERBOSE is not set +# end of Allwinner's Debugging Options + +# +# Device Drivers +# + +# +# Clock Drivers +# +# CONFIG_AW_CCU_LEGACY is not set +CONFIG_AW_CCU=y +CONFIG_AW_STANDARD_CCU=y +CONFIG_AW_DDR_CCU=y +# CONFIG_AW_SUN8IW11_CCU is not set +# CONFIG_AW_SUN8IW18_CCU is not set +# CONFIG_AW_SUN8IW20_CCU is not set +# CONFIG_AW_SUN8IW20_R_CCU is not set +# CONFIG_AW_SUN8IW20_TEST is not set +# CONFIG_AW_SUN50IW12_CCU is not set +# CONFIG_AW_SUN50IW12_R_CCU is not set +# CONFIG_AW_SUN50IW10_CCU is not set +# CONFIG_AW_SUN50IW10_R_CCU is not set +# CONFIG_AW_SUN50IW10_DISPLL is not set +# CONFIG_AW_SUN50IW9_CCU is not set +# CONFIG_AW_SUN50IW9_R_CCU is not set +# CONFIG_AW_SUN55IW3_CCU is not set +# CONFIG_AW_SUN55IW3_R_CCU is not set +# CONFIG_AW_SUN55IW3_MCU_CCU is not set +# CONFIG_AW_SUN55IW3_TEST is not set +# CONFIG_AW_SUN60IW1_CCU is not set +# CONFIG_AW_SUN60IW1_DSP_CCU is not set +# CONFIG_AW_SUN60IW1_R_CCU is not set +CONFIG_AW_SUN60IW2_CCU=y +CONFIG_AW_SUN60IW2_R_CCU=y +# CONFIG_AW_SUN55IW5_CCU is not set +# CONFIG_AW_SUN55IW5_R_CCU is not set +# CONFIG_AW_SUN55IW6_CCU is not set +# CONFIG_AW_SUN55IW6_R_CCU is not set +# CONFIG_AW_SUN8IW21_CCU is not set +# CONFIG_AW_SUN8IW21_R_CCU is not set +# CONFIG_AW_SUN20IW5_AON_CCU is not set +# CONFIG_AW_SUN20IW5_APP_CCU is not set +# CONFIG_AW_SUN65IW1_CCU is not set +# CONFIG_AW_SUN65IW1_R_CCU is not set +CONFIG_AW_RTC_CCU=y +CONFIG_AW_CCU_DEBUG=y +CONFIG_AW_CCMU_DYNAMIC_DEBUG=y +# end of Clock Drivers + +# +# Pinctrl Drivers +# +CONFIG_AW_PINCTRL=y +# CONFIG_AW_PINCTRL_DEBUGFS is not set +# CONFIG_AW_PINCTRL_SUN8IW11 is not set +# CONFIG_AW_PINCTRL_SUN8IW18 is not set +# CONFIG_AW_PINCTRL_SUN8IW15P1 is not set +# CONFIG_AW_PINCTRL_SUN8IW15P1_R is not set +# CONFIG_AW_PINCTRL_SUN8IW20 is not set +# CONFIG_AW_PINCTRL_SUN8IW21 is not set +# CONFIG_AW_PINCTRL_SUN50IW9 is not set +# CONFIG_AW_PINCTRL_SUN50IW9_R is not set +# CONFIG_AW_PINCTRL_SUN50IW10P1 is not set +# CONFIG_AW_PINCTRL_SUN50IW10P1_R is not set +# CONFIG_AW_PINCTRL_SUN50IW12 is not set +# CONFIG_AW_PINCTRL_SUN50IW12_R is not set +# CONFIG_AW_PINCTRL_SUN55IW3 is not set +# CONFIG_AW_PINCTRL_SUN55IW3_R is not set +# CONFIG_AW_PINCTRL_SUN55IW5 is not set +# CONFIG_AW_PINCTRL_SUN55IW6 is not set +# CONFIG_AW_PINCTRL_SUN60IW1 is not set +CONFIG_AW_PINCTRL_SUN60IW2=y +CONFIG_AW_PINCTRL_SUN60IW2_R=y +# CONFIG_AW_PINCTRL_SUN20IW5 is not set +# CONFIG_AW_PINCTRL_SUN65IW1 is not set +# CONFIG_AW_PINCTRL_AXP22X is not set +# CONFIG_AW_PINCTRL_LEDS is not set +CONFIG_AW_PINCTRL_DYNAMIC_DEBUG=y +# end of Pinctrl Drivers + +# +# UART Drivers +# +# CONFIG_AW_UART is not set +CONFIG_AW_UART_NG=y +CONFIG_AW_SERIAL_CONSOLE=y +CONFIG_AW_EARLY_PRINTK=y +# CONFIG_AW_IOSERIAL is not set +CONFIG_AW_UART_DYNAMIC_DEBUG=y +# CONFIG_AW_SOFT_UART is not set +# end of UART Drivers + +# +# Timer Drivers +# +# CONFIG_AW_TIMER is not set +CONFIG_AW_TIMER_SUN50I=y +CONFIG_AW_TIMER_DYNAMIC_DEBUG=y +# end of Timer Drivers + +# +# DMA Drivers +# +CONFIG_AW_DMA=y +# end of DMA Drivers + +# +# RTC Drivers +# +CONFIG_AW_RTC=y +CONFIG_AW_RTC_REBOOT_FLAG=y +CONFIG_AW_RTC_POWEROFF_ALARM=y +# CONFIG_AW_TIMER_ALARM is not set +# CONFIG_AW_FAKE_POWEROFF is not set +# end of RTC Drivers + +# +# Bus Drivers +# +CONFIG_AW_NSI=y +# CONFIG_AW_NSI_DISTRIBUTE is not set +# CONFIG_AW_NPD is not set +# CONFIG_AW_NSI_CPU_CHANNEL is not set +# end of Bus Drivers + +# +# Dump-Reg Drivers +# +CONFIG_AW_DUMP_REG=y +# end of Dump-Reg Drivers + +# +# Watchdog Drivers +# +CONFIG_AW_WATCHDOG=y +# end of Watchdog Drivers + +# +# IOMMU Drivers +# +CONFIG_AW_IOMMU=y +# CONFIG_AW_IOMMU_V1 is not set +CONFIG_AW_IOMMU_V2=y +# CONFIG_AW_IOMMU_V3 is not set +# CONFIG_AW_IOMMU_DISTRIBUTE is not set +# CONFIG_AW_IOMMU_DEBUG is not set +# end of IOMMU Drivers + +# +# MBUS Drivers +# +# CONFIG_AW_MBUS_GENERIC is not set +# end of MBUS Drivers + +# +# SD/MMC Drivers +# +CONFIG_AW_MMC=y +CONFIG_AW_MMC_V4P1X=y +CONFIG_AW_MMC_V4P00X=y +# CONFIG_AW_MMC_V4P10X is not set +CONFIG_AW_MMC_V4P5X=y +CONFIG_AW_MMC_V5P3X=y +# CONFIG_AW_MMC_DEBUG is not set +# CONFIG_AW_MMC_CQHCI is not set +# end of SD/MMC Drivers + +# +# SUNXI UFS Drivers +# +CONFIG_AW_UFS=y +# end of SUNXI UFS Drivers + +# +# NAND Drivers +# +# CONFIG_AW_NAND is not set +# end of NAND Drivers + +CONFIG_AW_MTD=y + +# +# Partition parsers +# +# CONFIG_AW_MTD_SUNXI_PARTS is not set +# end of Partition parsers + +CONFIG_AW_MTD_SPI_NOR_5_15=y +# CONFIG_AW_MTD_SPI_NOR_6_1 is not set +CONFIG_AW_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_SPIF_SUNXI is not set + +# +# AW_MTD_NAND +# +# CONFIG_RAW_KERNEL is not set +# CONFIG_SIMULATE_MULTIPLANE is not set +# CONFIG_AW_MTD_SPINAND is not set +# CONFIG_AW_MTD_RAWNAND is not set +# end of AW_MTD_NAND + +# CONFIG_SUNXI_REDEPOSIT is not set + +# +# Video Drivers +# +# CONFIG_AW_FB_CONSOLE is not set +# CONFIG_AW_DISP2 is not set +# CONFIG_LCD_FB is not set +# CONFIG_LCD_FB_ENABLE_DEFERRED_IO is not set +# CONFIG_TV_DECODER_DISPLAY is not set +# end of Video Drivers + +# +# G2D Drivers +# +CONFIG_AW_G2D=m +# CONFIG_G2D_LEGACY is not set +CONFIG_G2D_RCQ=y +# CONFIG_G2D200 is not set +CONFIG_G2D_MIXER=y +CONFIG_G2D_ROTATE=y +# CONFIG_G2D_SYNCFENCE is not set +# CONFIG_G2D_BUF_CACHED is not set +# end of G2D Drivers + +# +# DI_Drivers +# +CONFIG_AW_DI=m +# CONFIG_SUNXI_DI_V1XX is not set +# CONFIG_SUNXI_DI_V2X is not set +CONFIG_SUNXI_DI_V3X=y +CONFIG_SUNXI_DI_SINGEL_FILE=y +# CONFIG_SUNXI_DI_AMP_SERVER is not set +# end of DI_Drivers + +# +# VIN (camera) Drivers +# +CONFIG_AW_VIDEO_SUNXI_VIN=m +# CONFIG_AW_SENSOR_POWER is not set +CONFIG_CSI_VIN=m +# CONFIG_ENABLE_SENSOR_FLIP_OPTION is not set +# CONFIG_VIDEO_SUNXI_VIN_SPECIAL is not set +# CONFIG_CSI_CCI is not set +CONFIG_FLASH=m +CONFIG_ACTUATOR=m + +# +# actuator driver select +# +# CONFIG_ACTUATOR_AD5820 is not set +# CONFIG_ACTUATOR_DW9714 is not set +# CONFIG_ACTUATOR_FP5510 is not set +# CONFIG_ACTUATOR_OV8825 is not set +# CONFIG_ACTUATOR_AN41908A is not set +# CONFIG_ACTUATOR_AD5823 is not set +CONFIG_ACTUATOR_CN3927=m +# end of actuator driver select + +CONFIG_SENSOR_LIST=m +# CONFIG_BUF_AUTO_UPDATE is not set +# CONFIG_PIPELINE_RESET is not set +# CONFIG_MULTI_FRAME is not set +CONFIG_SUPPORT_ISP_TDM=y +# CONFIG_TDM_LBC_EN is not set +# CONFIG_TDM_ONE_BUFFER is not set +# CONFIG_SENSOR_RGB is not set +CONFIG_VIPP_YUV2RGB=y +# CONFIG_MULTI_FRM_MERGE_INT is not set +# CONFIG_DISPPLAY_SYNC is not set +CONFIG_VIN_IOMMU=y +# CONFIG_D3D is not set +# CONFIG_WDR is not set +CONFIG_SAME_I2C=y +# CONFIG_VIN_SDRAM_DFS is not set +# CONFIG_ISP_SERVER_MELIS is not set +# CONFIG_VIN_INIT_MELIS is not set + +# +# sensor driver select +# +# CONFIG_SENSOR_RN6854M is not set +# CONFIG_SENSOR_NVP6158C is not set +# CONFIG_SENSOR_GC02M1B is not set +# CONFIG_SENSOR_GC02M1 is not set +CONFIG_SENSOR_GC030A=m +CONFIG_SENSOR_GC05A2=m +# CONFIG_SENSOR_GC2385 is not set +# CONFIG_SENSOR_GC5025 is not set +# CONFIG_SENSOR_GC6133 is not set +# CONFIG_SENSOR_BF30A2 is not set +# CONFIG_SENSOR_IMX278 is not set +# CONFIG_SENSOR_IMX278_2LANE is not set +# CONFIG_SENSOR_IMX386 is not set +# CONFIG_SENSOR_IMX386_2LANE is not set +# CONFIG_SENSOR_OV5640 is not set +# CONFIG_SENSOR_OV5648_MIPI is not set +# CONFIG_SENSOR_OV2775 is not set +# CONFIG_SENSOR_OV5675 is not set +# CONFIG_SENSOR_OV02A10 is not set +# CONFIG_SENSOR_GC2145 is not set +# CONFIG_SENSOR_GC0310 is not set +# CONFIG_SENSOR_GC2355 is not set +# CONFIG_SENSOR_GC5024 is not set +# CONFIG_SENSOR_GC5035 is not set +# CONFIG_SENSOR_GC2590 is not set +# CONFIG_SENSOR_SP5409 is not set +# CONFIG_SENSOR_IMX214 is not set +CONFIG_SENSOR_IMX219=m +# CONFIG_SENSOR_IMX274_SLVDS is not set +# CONFIG_SENSOR_IMX291_DVP is not set +# CONFIG_SENSOR_IMX291 is not set +# CONFIG_SENSOR_IMX317 is not set +# CONFIG_SENSOR_IMX335 is not set +# CONFIG_SENSOR_IMX326 is not set +# CONFIG_SENSOR_IMX477 is not set +# CONFIG_SENSOR_OV2710 is not set +# CONFIG_SENSOR_OV2718 is not set +# CONFIG_SENSOR_AR0238 is not set +# CONFIG_SENSOR_OV7251 is not set +# CONFIG_SENSOR_OV8856 is not set +# CONFIG_SENSOR_OV8858_R2A_4LANE is not set +# CONFIG_SENSOR_OV2680 is not set +# CONFIG_SENSOR_S5K3H5XA is not set +# CONFIG_SENSOR_AR0238_HISPI is not set +# CONFIG_SENSOR_NVP6134 is not set +# CONFIG_SENSOR_NVP6324 is not set +# CONFIG_SENSOR_TP9950 is not set +# CONFIG_SENSOR_SC2232 is not set +# CONFIG_SENSOR_SC035HGS is not set +# CONFIG_SENSOR_GC02M2 is not set +# CONFIG_SENSOR_C2390A is not set +# CONFIG_SENSOR_C2398 is not set +# CONFIG_SENSOR_C2399 is not set +# CONFIG_SENSOR_IMX319 is not set +# CONFIG_SENSOR_S5K5E8 is not set +# CONFIG_SENSOR_TP9930 is not set +# CONFIG_SENSOR_TP2815 is not set +# CONFIG_SENSOR_LT7911D is not set +CONFIG_SENSOR_OV13850=m +# CONFIG_SENSOR_LT6911C is not set +# CONFIG_SENSOR_TC358743XBG is not set +# CONFIG_SENSOR_RM84_SERDES is not set +# CONFIG_SENSOR_THINE244_SERDES is not set +# CONFIG_SENSOR_MAX96724_SERDES is not set +# CONFIG_SENSOR_TD104 is not set +# CONFIG_SENSOR_RK628F is not set +# CONFIG_SENSOR_PTN is not set +# end of sensor driver select +# end of VIN (camera) Drivers + +# +# VFE (camera) Drivers +# +# CONFIG_CSI_VFE is not set +# end of VFE (camera) Drivers + +# +# TVD (cvbs in) Drivers +# +# end of TVD (cvbs in) Drivers + +# +# DRM Drivers +# +CONFIG_AW_DRM=y +CONFIG_AW_DRM_DE=y +CONFIG_AW_DRM_TCON=y +CONFIG_AW_DRM_BOOT_COLORBAR=0 +CONFIG_AW_DRM_TCON_TV=y +CONFIG_AW_DRM_TCON_TOP=y +CONFIG_AW_DRM_LVDS=y +# CONFIG_AW_DRM_RGB is not set +CONFIG_AW_DRM_DSI=y +CONFIG_AW_DRM_HDMI_TX=y +# CONFIG_AW_DRM_HDMI14 is not set +CONFIG_AW_DRM_HDMI20=y +# CONFIG_AW_DRM_EDP is not set + +# +# sunxi drm panels select +# +CONFIG_PANEL_DSI_GENERAL=y +CONFIG_PANEL_LVDS_GENERAL=y +# CONFIG_PANEL_RGB_GENERAL is not set +# CONFIG_PANEL_EDP_GENERAL is not set +# end of sunxi drm panels select + +CONFIG_AW_DRM_PHY=y +CONFIG_AW_DRM_DSI_COMBOPHY=y +# end of DRM Drivers + +# +# Open Source GPU Drivers +# +# CONFIG_AW_DRM_PANFROST is not set +# CONFIG_AW_DRM_LIMA is not set +# end of Open Source GPU Drivers + +# +# Sunxi Fast Car Reverse Drivers +# +# end of Sunxi Fast Car Reverse Drivers + +# +# Sunxi Fast Car Reverse Drivers For Amp +# +# end of Sunxi Fast Car Reverse Drivers For Amp + +# +# VE Drivers +# +CONFIG_AW_VIDEO_ENCODER_DECODER=m +CONFIG_AW_VIDEO_KERNEL_ENC=y +CONFIG_AW_VIDEO_KERNEL_DEC=y +# CONFIG_AW_VIDEO_DYNAMIC_DEBUG is not set +# CONFIG_AW_VIDEO_GOOGLE_DECODER is not set +# end of VE Drivers + +# +# rt-media +# +# CONFIG_VIDEO_RT_MEDIA is not set +# end of rt-media + +# +# SOUND Drivers +# + +# +# CODEC drivers +# +CONFIG_SND_SOC_AC101=y +# CONFIG_SND_SOC_AC101B is not set +CONFIG_SND_SOC_AC107=y +# CONFIG_SND_SOC_AC108 is not set +# CONFIG_SND_SOC_FS16XX is not set +CONFIG_SND_SOC_ES8323=y +# end of CODEC drivers + +CONFIG_SND_SOC_SUNXI_PCM=y +CONFIG_SND_SOC_SUNXI_MACH=y +CONFIG_SND_SOC_SUNXI_COMMON=y + +# +# Platform drivers +# +CONFIG_SND_SOC_SUNXI_OWA=y +CONFIG_SND_SOC_SUNXI_OWA_RXIEC61937=y +# CONFIG_SND_SOC_SUNXI_DMIC is not set +CONFIG_SND_SOC_SUNXI_I2S=y +CONFIG_SND_SOC_SUNXI_CODEC_HDMI=y +# CONFIG_SND_SOC_SUNXI_CODEC_AV is not set +CONFIG_SND_SOC_SUNXI_COMPONENTS=y +CONFIG_SND_SOC_SUNXI_DEBUG=y +CONFIG_SND_SOC_SUNXI_DYNAMIC_DEBUG=y +CONFIG_SND_SOC_SUNXI_PULSEAUDIO=y +# end of Platform drivers + +# +# Misc drivers +# +# CONFIG_SND_SOC_SUNXI_TEST_CLK is not set +# CONFIG_SND_SOC_SUNXI_LOOPBACK is not set +# end of Misc drivers + +# +# PA drivers +# +CONFIG_SND_SOC_AW87XXX=y +# CONFIG_SND_SOC_AD8XXXX is not set +# CONFIG_SND_SMARTPA_AW882XX is not set +# end of PA drivers +# end of SOUND Drivers + +# +# Choose one according to the actual usage +# + +# +# CE Drivers +# +# CONFIG_AW_CE_SOCKET is not set +# CONFIG_AW_CE_IOCTL is not set +# CONFIG_AW_CE_SOCKET_SECURE_KEY is not set +# CONFIG_AW_TRNG is not set +# end of CE Drivers + +# +# SMC Drivers +# +CONFIG_AW_SYS_INFO=y +CONFIG_AW_SMC=y +# end of SMC Drivers + +# +# SID Drivers +# +CONFIG_AW_SID=y +# CONFIG_AW_SET_EFUSE_POWER is not set +# end of SID Drivers + +# +# SECURE STORAGE Drivers +# +# CONFIG_AW_SECURE_STORAGE is not set +# end of SECURE STORAGE Drivers + +# +# DRM HEAP Drivers +# +CONFIG_AW_DRM_HEAP=y +# end of DRM HEAP Drivers + +# +# PCIe Drivers +# +CONFIG_AW_PCIE_RC=y +# CONFIG_AW_PCIE_EP is not set +# CONFIG_AW_PCIE_NONE is not set +# end of PCIe Drivers + +# +# PHY Drivers +# +# CONFIG_AW_INNO_COMBOPHY is not set +CONFIG_AW_CADENCE_COMBOPHY=y +# CONFIG_AW_SYNOPSYS_COMBOPHY is not set +# end of PHY Drivers + +# +# Emac Drivers +# +# CONFIG_AW_EMAC is not set +# CONFIG_AW_EMAC_MDIO is not set +# end of Emac Drivers + +# +# Gmac Drivers +# +# CONFIG_AW_GMAC is not set +# CONFIG_AW_GMAC_MDIO is not set +# end of Gmac Drivers + +# +# Stmmac Drivers +# +CONFIG_AW_STMMAC_ETH=m +CONFIG_AW_DWMAC_SUNXI=m +# CONFIG_AW_STMMAC_SELFTESTS is not set +# CONFIG_AW_STMMAC_UIO is not set +# end of Stmmac Drivers + +# +# USB Drivers +# + +# +# USB DWC3 Drivers +# +CONFIG_USB_SUNXI_DWC3=y +CONFIG_PHY_SUNXI_PLAT=y +CONFIG_DWC3_SUNXI_PLAT=y +# end of USB DWC3 Drivers + +# +# USB Host Controller Drivers +# +CONFIG_USB_EHCI_HCD_SUNXI=y +CONFIG_USB_OHCI_HCD_SUNXI=y +CONFIG_USB_SUNXI_HCD=y +CONFIG_USB_SUNXI_HCI=y +CONFIG_USB_SUNXI_EHCI0=y +CONFIG_USB_SUNXI_EHCI1=y +CONFIG_USB_SUNXI_OHCI0=y +CONFIG_USB_SUNXI_OHCI1=y +# end of USB Host Controller Drivers + +# +# USB Device Drivers +# +CONFIG_USB_SUNXI_USB=y +CONFIG_USB_SUNXI_USB_MANAGER=y +CONFIG_USB_SUNXI_USB_DEBUG=y +CONFIG_USB_SUNXI_USB_ADB=y +CONFIG_USB_SUNXI_UDC0=y +# end of USB Device Drivers + +# +# USB Type-C Support +# +CONFIG_USB_SUNXI_TYPEC=y +CONFIG_TYPEC_HUSB311=y + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_PS8743 is not set +# CONFIG_TYPEC_MUX_FSA4480 is not set +# CONFIG_TYPEC_MUX_GPIO_GMA340 is not set +CONFIG_TYPEC_MUX_SUNXI_PHY_SWITCHER=y +# end of USB Type-C Multiplexer/DeMultiplexer Switch support +# end of USB Type-C Support + +# +# USB Gadget Drivers +# +# CONFIG_USB_SUNXI_GADGET is not set +# end of USB Gadget Drivers + +# +# USB EXTCON Support +# +# CONFIG_USB_SUNXI_EXTCON is not set +# end of USB EXTCON Support + +# +# USB PHY Support +# +# CONFIG_USB_SUNXI_PHY is not set +# end of USB PHY Support +# end of USB Drivers + +# +# TWI Drivers +# +CONFIG_AW_TWI=y +# CONFIG_AW_TWI_DELAYINIT is not set +# CONFIG_AW_TWI_DYNAMIC_DEBUG is not set +# end of TWI Drivers + +# +# SPI Drivers +# +# CONFIG_AW_SPI is not set +# end of SPI Drivers + +# +# SPI NG Drivers +# +CONFIG_AW_SPI_NG=y +CONFIG_AW_SPI_NG_BIT=y +CONFIG_AW_SPI_NG_DBI=y +CONFIG_AW_SPI_NG_CAMERA=y +# CONFIG_AW_SPI_NG_ATOMIC_XFER is not set +# CONFIG_AW_SPI_SLAVETEST is not set +# CONFIG_AW_SPI_CAMERATEST is not set +# end of SPI NG Drivers + +# +# LED Drivers +# +CONFIG_AW_LEDC=y +# end of LED Drivers + +# +# PWM Drivers +# +CONFIG_AW_PWM=y +# CONFIG_AW_SOFT_PWM is not set +# end of PWM Drivers + +# +# IR-TX Drivers +# +# CONFIG_AW_IR_TX is not set +# end of IR-TX Drivers + +# +# IR-RX Drivers +# +# CONFIG_AW_IR_RX is not set +# CONFIG_AW_IR_GPIO_RX is not set +# end of IR-RX Drivers + +# +# General Purpose ADC Drivers +# +# CONFIG_AW_GPADC is not set +# end of General Purpose ADC Drivers + +# +# Low Rate ADC Drivers +# +# CONFIG_AW_LRADC is not set +# end of Low Rate ADC Drivers + +# +# Resistive Touch Panel Drivers +# +# CONFIG_AW_RTP is not set +# end of Resistive Touch Panel Drivers + +# +# Input Device Drivers +# +# CONFIG_AW_INPUT_SENSORINIT is not set +# CONFIG_AW_INPUT_CTP is not set +# CONFIG_AW_INPUT_SENSOR is not set +# CONFIG_AW_INPUT_MISC is not set +# end of Input Device Drivers + +# +# ATA Drivers +# +# CONFIG_AW_AHCI is not set +# end of ATA Drivers + +# +# Smart Card Reader Drivers +# +# CONFIG_AW_SCR is not set +# end of Smart Card Reader Drivers + +# +# Wiegand Drivers +# +# CONFIG_SUNXI_WIEGAND is not set +# end of Wiegand Drivers + +# +# Network Device Drivers +# + +# +# Wireless LAN +# +# CONFIG_BCMDHD is not set +# CONFIG_RTL8188FU is not set +# CONFIG_RTL8723CS is not set +# CONFIG_RTL8723DS is not set +# CONFIG_RTL8723DU is not set +# CONFIG_RTL8822BS is not set +# CONFIG_RTL8822CU is not set +# CONFIG_RTL8852BS is not set +# CONFIG_XR819_WLAN is not set +# CONFIG_XR829_WLAN is not set +# CONFIG_SPARD_WLAN_SUPPORT is not set +CONFIG_AIC_WLAN_SUPPORT=y +CONFIG_AIC_INTF_SDIO=y +# CONFIG_AIC_INTF_USB is not set +CONFIG_AIC_IRQ_ACTIVE_UNSET=y +# CONFIG_AIC_IRQ_ACTIVE_HIGH is not set +# CONFIG_AIC_IRQ_ACTIVE_RISING is not set +# CONFIG_AIC_IRQ_ACTIVE_LOW is not set +# CONFIG_AIC_IRQ_ACTIVE_FALLING is not set +CONFIG_AIC8800_WLAN_SUPPORT=m +CONFIG_AIC8800_BTLPM_SUPPORT=m +# CONFIG_ATBM_WIRELESS is not set +# CONFIG_SSV6158 is not set +# end of Wireless LAN +# end of Network Device Drivers + +# +# Networking Drivers +# + +# +# Bluetooth Subsystem Support +# + +# +# Bluetooth Device Drivers +# +# CONFIG_BCM_BT_LPM is not set +# CONFIG_RTL_BT_LPM is not set +# CONFIG_XR_BT_LPM is not set +# CONFIG_BT_RTKBTUSB is not set +# CONFIG_BT_RTKH5 is not set +# end of Bluetooth Device Drivers +# end of Bluetooth Subsystem Support +# end of Networking Drivers + +# +# IRQ-Chip Drivers +# +CONFIG_AW_WAKEUPGEN=y +CONFIG_AW_SUN8I_NMI=y +# end of IRQ-Chip Drivers + +# +# Standby Debugging Drivers +# +CONFIG_AW_STANDBY_DEBUG=y +# end of Standby Debugging Drivers + +# +# Thermal Drivers +# +CONFIG_AW_THERMAL=y +# CONFIG_AW_CPUFREQ_CLAMP is not set +# CONFIG_AW_THERMAL_CRITICAL_HANDLER is not set +# end of Thermal Drivers + +# +# NVMEM Drivers +# +CONFIG_NVMEM_AW_SID=y +# end of NVMEM Drivers + +# +# Power Domain Drivers +# +# CONFIG_AW_GPU_PM_DOMAINS is not set +# CONFIG_AW_PM_DOMAINS is not set +CONFIG_AW_PCK600_DOMAINS=y +CONFIG_AW_POWER_DOMAIN_TEST=y +# end of Power Domain Drivers + +# +# PMIC Drivers +# +# CONFIG_AW_VIRTUAL_AC_POWER is not set +# CONFIG_AW_GPIO_VBUS_POWER is not set +CONFIG_AW_MFD_AXP2101=y +CONFIG_AW_MFD_AXP2101_I2C=y +# CONFIG_AW_MFD_PMU_EXT_I2C is not set +# CONFIG_AW_MFD_BMU_EXT_I2C is not set + +# +# Regulator Drivers +# +CONFIG_AW_REGULATOR_AXP2101=y +# CONFIG_AW_REGULATOR_SOC_PMU is not set +# CONFIG_AW_REGULATOR_PWM is not set +# CONFIG_AW_REGULATOR_VIRTUAL_CONSUMER is not set + +# +# Regulator Functions +# +# CONFIG_AW_AXP1530_WORKAROUND_DVM is not set + +# +# Powerkey Drivers +# +CONFIG_AW_INPUT_AXP2101_PEK=y + +# +# Power Supply Drivers +# +# CONFIG_AW_AXP803_POWER is not set +# CONFIG_AW_AXP2202_POWER is not set +# CONFIG_AW_AXP2202_GPIO_POWER is not set +# CONFIG_AW_AXP22X_POWER is not set +CONFIG_AW_AXP515_POWER=y +# CONFIG_AW_AXP515_ACIN_POWER is not set +# CONFIG_AW_AXP2101_POWER is not set + +# +# Power Notifier Drivers +# +CONFIG_AW_POWER_NOTIFIER=y + +# +# Power Temp Ctrl Drivers +# +CONFIG_AW_AXP8191_TEMP_CTRL=y +# end of PMIC Drivers + +# +# CPU Frequency Drivers +# +CONFIG_AW_CPUFREQ_DT=y +CONFIG_AW_CPUFREQ_DT_PLATDEV=y +# CONFIG_AW_CPUFREQ_TEST is not set + +# +# sunxi cpufreq Drivers +# +CONFIG_ARM_AW_SUN50I_CPUFREQ_NVMEM=y +# end of sunxi cpufreq Drivers +# end of CPU Frequency Drivers + +# +# Devfreq Device Drivers +# +CONFIG_AW_DMC_DEVFREQ=m + +# +# Devfreq Device Event Drivers +# +# CONFIG_AW_EVENT_DFI is not set +CONFIG_AW_EVENT_DDR=y +# end of Devfreq Device Event Drivers +# end of Devfreq Device Drivers + +# +# sunxi dsufreq Drivers +# +# CONFIG_AW_SUNXI_DSUFREQ is not set +# CONFIG_AW_SUNXI_DSUFREQ_TEST is not set +# CONFIG_AW_SUNXI_DSUFREQ_ADJUST is not set +# end of sunxi dsufreq Drivers + +# +# MSGBOX Drivers +# +# CONFIG_AW_MSGBOX is not set +# end of MSGBOX Drivers + +# +# HWSPINLOCK Drivers +# +# CONFIG_AW_HWSPINLOCK is not set +# end of HWSPINLOCK Drivers + +# +# Remoteproc drivers +# +# CONFIG_AW_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_AW_RPMSG_CTRL is not set +# CONFIG_AW_RPMSG_NOTIFY is not set +# CONFIG_AW_RPMSG_HEARTBEAT is not set +# end of Rpmsg drivers + +# +# Rpbuf drivers +# +# CONFIG_AW_RPBUF_DEV is not set + +# +# Service +# +# CONFIG_AW_RPBUF_SERVICE_RPMSG is not set + +# +# Controller +# +# CONFIG_AW_RPBUF_CONTROLLER_SUNXI is not set + +# +# Sample +# +# CONFIG_AW_RPBUF_SAMPLE_SUNXI is not set +# end of Rpbuf drivers + +# +# NPU Drivers +# +CONFIG_AW_NNA_VIP=m +# CONFIG_NNA_VIP1 is not set +CONFIG_NNA_VIP2=y +# CONFIG_NPU_USER_IOMMU is not set +# CONFIG_NPU_SET_CLK_VOL is not set +# CONFIG_AW_NNA_GALCORE is not set +# end of NPU Drivers + +# +# Misc Devices Drivers +# +# CONFIG_SUNXI_DIRECT_GPIO is not set +CONFIG_AW_RFKILL=y +CONFIG_AW_MACADDR_MGT=y +# CONFIG_AW_BOOTEVENT is not set +# CONFIG_SUNXI_TVUTILS_SCRIPTS is not set +# CONFIG_SUNXI_AFBD_WORKAROUND is not set +# CONFIG_SUNXI_LED_BCT is not set +# end of Misc Devices Drivers + +# +# Vendor Hooks Drivers +# +# end of Vendor Hooks Drivers + +# +# Aw trace Drivers +# +# CONFIG_AW_TRACE is not set +# CONFIG_AW_HEALTHD is not set +# end of Aw trace Drivers + +# +# CRASHDUMP Drivers +# +# CONFIG_AW_CRASHDUMP is not set +# end of CRASHDUMP Drivers + +# +# JTAG Drivers +# +# CONFIG_AW_SOFT_JTAG_MASTER is not set +# CONFIG_AW_JTAG_MASTER is not set +# end of JTAG Drivers + +# +# AW Debugging Extensions +# +# CONFIG_AW_SYSCALL_PRINTK is not set +# end of AW Debugging Extensions + +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set + +# +# AW andes adaption +# +# CONFIG_AW_ANDES_DMA_ADAPT is not set +# end of AW andes adaption + +# +# AWLINK Drivers +# +# end of AWLINK Drivers +# end of Device Drivers + +# +# NAND Drivers +# +# end of NAND Drivers + +# +# GPU Drivers +# +CONFIG_AW_GPU_TYPE="bxm" +# end of GPU Drivers +# end of Allwinner BSP + +CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=110201 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=20243822 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=20243822 +CONFIG_LLD_VERSION=0 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_CAN_LINK_STATIC=y +CONFIG_CC_HAS_ASM_GOTO=y +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=125 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_BUILD_SALT="" +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +# CONFIG_USELIB is not set +# CONFIG_AUDIT is not set +CONFIG_HAVE_ARCH_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_GENERIC_MSI_IRQ_DOMAIN=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +# CONFIG_BPF_SYSCALL is not set +# CONFIG_BPF_JIT is not set +# end of BPF subsystem + +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_PREEMPT_COUNT=y +CONFIG_PREEMPTION=y + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_SCHED_THERMAL_PRESSURE=y +# CONFIG_BSD_PROCESS_ACCT is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +CONFIG_PREEMPT_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_SRCU=y +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_CC_HAS_INT128=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_CGROUPS=y +# CONFIG_MEMCG is not set +# CONFIG_BLK_CGROUP is not set +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_CFS_BANDWIDTH is not set +# CONFIG_RT_GROUP_SCHED is not set +# CONFIG_CGROUP_PIDS is not set +# CONFIG_CGROUP_RDMA is not set +# CONFIG_CGROUP_FREEZER is not set +# CONFIG_CPUSETS is not set +# CONFIG_CGROUP_DEVICE is not set +# CONFIG_CGROUP_CPUACCT is not set +# CONFIG_CGROUP_PERF is not set +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_NAMESPACES=y +# CONFIG_UTS_NS is not set +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +# CONFIG_USER_NS is not set +# CONFIG_PID_NS is not set +CONFIG_NET_NS=y +# CONFIG_CHECKPOINT_RESTORE is not set +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_SYSFS_DEPRECATED is not set +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +# CONFIG_RD_BZIP2 is not set +# CONFIG_RD_LZMA is not set +# CONFIG_RD_XZ is not set +# CONFIG_RD_LZO is not set +# CONFIG_RD_LZ4 is not set +CONFIG_RD_ZSTD=y +# CONFIG_BOOT_CONFIG is not set +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +# CONFIG_SGETMASK_SYSCALL is not set +# CONFIG_SYSFS_SYSCALL is not set +# CONFIG_FHANDLE is not set +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_HAVE_FUTEX_CMPXCHG=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +# CONFIG_USERFAULTFD is not set +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_KCMP=y +# CONFIG_RSEQ is not set +# CONFIG_EMBEDDED is not set +CONFIG_HAVE_PERF_EVENTS=y +# CONFIG_PC104 is not set + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLOB is not set +# CONFIG_SLAB_MERGE_DEFAULT is not set +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_SLUB_CPU_PARTIAL=y +CONFIG_SYSTEM_DATA_VERIFICATION=y +CONFIG_PROFILING=y +# end of General setup + +CONFIG_ARM64=y +CONFIG_64BIT=y +CONFIG_MMU=y +CONFIG_ARM64_PAGE_SHIFT=12 +CONFIG_ARM64_CONT_PTE_SHIFT=4 +CONFIG_ARM64_CONT_PMD_SHIFT=4 +CONFIG_ARCH_MMAP_RND_BITS_MIN=18 +CONFIG_ARCH_MMAP_RND_BITS_MAX=24 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SMP=y +CONFIG_KERNEL_MODE_NEON=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=3 +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_PROC_KCORE_TEXT=y + +# +# Platform selection +# +# CONFIG_ARCH_ACTIONS is not set +CONFIG_ARCH_SUNXI=y +# CONFIG_ARCH_ALPINE is not set +# CONFIG_ARCH_APPLE is not set +# CONFIG_ARCH_BCM2835 is not set +# CONFIG_ARCH_BCM4908 is not set +# CONFIG_ARCH_BCM_IPROC is not set +# CONFIG_ARCH_BERLIN is not set +# CONFIG_ARCH_BITMAIN is not set +# CONFIG_ARCH_BRCMSTB is not set +# CONFIG_ARCH_EXYNOS is not set +# CONFIG_ARCH_SPARX5 is not set +# CONFIG_ARCH_K3 is not set +# CONFIG_ARCH_LAYERSCAPE is not set +# CONFIG_ARCH_LG1K is not set +# CONFIG_ARCH_HISI is not set +# CONFIG_ARCH_KEEMBAY is not set +# CONFIG_ARCH_MEDIATEK is not set +# CONFIG_ARCH_MESON is not set +# CONFIG_ARCH_MVEBU is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_QCOM is not set +# CONFIG_ARCH_REALTEK is not set +# CONFIG_ARCH_RENESAS is not set +# CONFIG_ARCH_ROCKCHIP is not set +# CONFIG_ARCH_S32 is not set +# CONFIG_ARCH_SEATTLE is not set +# CONFIG_ARCH_INTEL_SOCFPGA is not set +# CONFIG_ARCH_SYNQUACER is not set +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARCH_SPRD is not set +# CONFIG_ARCH_THUNDER is not set +# CONFIG_ARCH_THUNDER2 is not set +# CONFIG_ARCH_UNIPHIER is not set +# CONFIG_ARCH_VEXPRESS is not set +# CONFIG_ARCH_VISCONTI is not set +# CONFIG_ARCH_XGENE is not set +# CONFIG_ARCH_ZYNQMP is not set +# end of Platform selection + +# +# Kernel Features +# + +# +# ARM errata workarounds via the alternatives framework +# +CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y +CONFIG_ARM64_ERRATUM_826319=y +CONFIG_ARM64_ERRATUM_827319=y +CONFIG_ARM64_ERRATUM_824069=y +CONFIG_ARM64_ERRATUM_819472=y +CONFIG_ARM64_ERRATUM_832075=y +CONFIG_ARM64_ERRATUM_1742098=y +CONFIG_ARM64_ERRATUM_845719=y +CONFIG_ARM64_ERRATUM_843419=y +CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y +CONFIG_ARM64_ERRATUM_1024718=y +CONFIG_ARM64_ERRATUM_1418040=y +CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y +CONFIG_ARM64_ERRATUM_1165522=y +CONFIG_ARM64_ERRATUM_1319367=y +CONFIG_ARM64_ERRATUM_1530923=y +CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y +CONFIG_ARM64_ERRATUM_2441007=y +CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1463225=y +CONFIG_ARM64_ERRATUM_1542419=y +CONFIG_ARM64_ERRATUM_1508412=y +CONFIG_ARM64_ERRATUM_2441009=y +CONFIG_ARM64_ERRATUM_2457168=y +CONFIG_ARM64_WORKAROUND_TSB_FLUSH_FAILURE=y +CONFIG_ARM64_ERRATUM_2054223=y +CONFIG_ARM64_ERRATUM_2067961=y +CONFIG_CAVIUM_ERRATUM_22375=y +CONFIG_CAVIUM_ERRATUM_23154=y +CONFIG_CAVIUM_ERRATUM_27456=y +CONFIG_CAVIUM_ERRATUM_30115=y +CONFIG_CAVIUM_TX2_ERRATUM_219=y +CONFIG_FUJITSU_ERRATUM_010001=y +CONFIG_HISILICON_ERRATUM_161600802=y +CONFIG_QCOM_FALKOR_ERRATUM_1003=y +CONFIG_QCOM_FALKOR_ERRATUM_1009=y +CONFIG_QCOM_QDF2400_ERRATUM_0065=y +CONFIG_QCOM_FALKOR_ERRATUM_E1041=y +CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y +CONFIG_SOCIONEXT_SYNQUACER_PREITS=y +# end of ARM errata workarounds via the alternatives framework + +CONFIG_ARM64_4K_PAGES=y +# CONFIG_ARM64_16K_PAGES is not set +# CONFIG_ARM64_64K_PAGES is not set +CONFIG_ARM64_VA_BITS_39=y +# CONFIG_ARM64_VA_BITS_48 is not set +CONFIG_ARM64_VA_BITS=39 +CONFIG_ARM64_PA_BITS_48=y +CONFIG_ARM64_PA_BITS=48 +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_SCHED_MC=y +# CONFIG_SCHED_SMT is not set +CONFIG_NR_CPUS=8 +CONFIG_HOTPLUG_CPU=y +# CONFIG_NUMA is not set +# CONFIG_HZ_100 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=250 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_HW_PERF_EVENTS=y +# CONFIG_PARAVIRT is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +# CONFIG_KEXEC is not set +# CONFIG_KEXEC_FILE is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_XEN is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_UNMAP_KERNEL_AT_EL0=y +CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y +CONFIG_RODATA_FULL_DEFAULT_ENABLED=y +# CONFIG_ARM64_SW_TTBR0_PAN is not set +CONFIG_ARM64_TAGGED_ADDR_ABI=y +CONFIG_COMPAT=y +CONFIG_KUSER_HELPERS=y +# CONFIG_ARMV8_DEPRECATED is not set + +# +# ARMv8.1 architectural features +# +CONFIG_ARM64_HW_AFDBM=y +CONFIG_ARM64_PAN=y +CONFIG_AS_HAS_LDAPR=y +CONFIG_AS_HAS_LSE_ATOMICS=y +# end of ARMv8.1 architectural features + +# +# ARMv8.2 architectural features +# +# CONFIG_ARM64_PMEM is not set +CONFIG_ARM64_RAS_EXTN=y +CONFIG_ARM64_CNP=y +# end of ARMv8.2 architectural features + +# +# ARMv8.3 architectural features +# +CONFIG_ARM64_PTR_AUTH=y +CONFIG_ARM64_PTR_AUTH_KERNEL=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y +CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y +CONFIG_AS_HAS_PAC=y +CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y +# end of ARMv8.3 architectural features + +# +# ARMv8.4 architectural features +# +CONFIG_ARM64_AMU_EXTN=y +CONFIG_AS_HAS_ARMV8_4=y +CONFIG_ARM64_TLB_RANGE=y +# end of ARMv8.4 architectural features + +# +# ARMv8.5 architectural features +# +CONFIG_AS_HAS_ARMV8_5=y +CONFIG_ARM64_BTI=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y +CONFIG_ARM64_E0PD=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARM64_AS_HAS_MTE=y +CONFIG_ARM64_MTE=y +# end of ARMv8.5 architectural features + +# +# ARMv8.7 architectural features +# +CONFIG_ARM64_EPAN=y +# end of ARMv8.7 architectural features + +CONFIG_ARM64_SVE=y +CONFIG_ARM64_MODULE_PLTS=y +# CONFIG_ARM64_PSEUDO_NMI is not set +CONFIG_RELOCATABLE=y +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_STACKPROTECTOR_PER_TASK=y +# end of Kernel Features + +# +# Boot options +# +CONFIG_CMDLINE="" +# CONFIG_EFI is not set +# end of Boot options + +CONFIG_SYSVIPC_COMPAT=y + +# +# Power management options +# +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM=y +CONFIG_PM_DEBUG=y +CONFIG_PM_ADVANCED_DEBUG=y +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_CLK=y +CONFIG_PM_GENERIC_DOMAINS=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_CPU_PM=y +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +# end of Power management options + +# +# CPU Power Management +# + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_DT_IDLE_STATES=y + +# +# ARM CPU Idle Drivers +# +# CONFIG_ARM_CPUIDLE is not set +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y +# end of ARM CPU Idle Drivers +# end of CPU Idle + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +# CONFIG_CPUFREQ_DT is not set +# end of CPU Frequency scaling +# end of CPU Power Management + +# CONFIG_VIRTUALIZATION is not set +# CONFIG_ARM64_CRYPTO is not set + +# +# General architecture-dependent options +# +# CONFIG_KPROBES is not set +# CONFIG_JUMP_LABEL is not set +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_ARCH_SUPPORTS_CFI_CLANG=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_ARCH_MMAP_RND_BITS=18 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11 +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_COMPILER_H=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_RELR=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_INTEGRITY is not set +# CONFIG_BLK_DEV_ZONED is not set +# CONFIG_BLK_WBT is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLOCK_COMPAT=y +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_PM=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ARCH_BINFMT_ELF_STATE=y +CONFIG_ARCH_HAVE_ELF_PROT=y +CONFIG_ARCH_USE_GNU_PROPERTY=y +CONFIG_ELFCORE=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_BINFMT_SCRIPT=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG is not set +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_COMPACTION=y +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PHYS_ADDR_T_64BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set +# CONFIG_TRANSPARENT_HUGEPAGE is not set +# CONFIG_CLEANCACHE is not set +# CONFIG_FRONTSWAP is not set +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=7 +# CONFIG_ZPOOL is not set +# CONFIG_ZSMALLOC is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_SECRETMEM=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y + +# +# Networking options +# +CONFIG_PACKET=y +CONFIG_PACKET_DIAG=y +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +# CONFIG_XFRM_USER is not set +# CONFIG_NET_KEY is not set +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +# CONFIG_IP_ADVANCED_ROUTER is not set +# CONFIG_IP_PNP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE_DEMUX is not set +CONFIG_NET_IP_TUNNEL=y +# CONFIG_SYN_COOKIES is not set +# CONFIG_NET_IPVTI is not set +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +# CONFIG_INET_UDP_DIAG is not set +# CONFIG_INET_RAW_DIAG is not set +# CONFIG_INET_DIAG_DESTROY is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_IPV6_VTI is not set +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_MPTCP is not set +# CONFIG_NETWORK_SECMARK is not set +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +# CONFIG_NETFILTER is not set +# CONFIG_BPFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_L2TP is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set +# CONFIG_DNS_RESOLVER is not set +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +# CONFIG_NET_L3_MASTER_DEV is not set +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +# CONFIG_CGROUP_NET_PRIO is not set +# CONFIG_CGROUP_NET_CLASSID is not set +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +CONFIG_BT=y +CONFIG_BT_BREDR=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +# CONFIG_BT_BNEP is not set +# CONFIG_BT_HIDP is not set +# CONFIG_BT_HS is not set +CONFIG_BT_LE=y +# CONFIG_BT_LEDS is not set +# CONFIG_BT_MSFTEXT is not set +# CONFIG_BT_AOSPEXT is not set +CONFIG_BT_DEBUGFS=y +# CONFIG_BT_SELFTEST is not set +# CONFIG_BT_FEATURE_DEBUG is not set + +# +# Bluetooth device drivers +# +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +# CONFIG_BT_HCIUART_BCSP is not set +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_INTEL is not set +# CONFIG_BT_HCIUART_AG6XX is not set +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +# CONFIG_BT_MTKSDIO is not set +# end of Bluetooth device drivers + +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_WIRELESS=y +CONFIG_CFG80211=y +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y +CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEBUGFS is not set +CONFIG_CFG80211_CRDA_SUPPORT=y +# CONFIG_CFG80211_WEXT is not set +CONFIG_MAC80211=y +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +# CONFIG_MAC80211_MESH is not set +# CONFIG_MAC80211_LEDS is not set +# CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_MESSAGE_TRACING is not set +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +# CONFIG_RFKILL_INPUT is not set +CONFIG_RFKILL_GPIO=y +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +CONFIG_PAGE_POOL=y +# CONFIG_FAILOVER is not set +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_ARM_AMBA=y +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_SYSCALL=y +# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_IRQ_DOMAIN=y +CONFIG_PCI_QUIRKS=y +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_PCI_FTPCI100 is not set +# CONFIG_PCI_HOST_GENERIC is not set +# CONFIG_PCIE_XILINX is not set +# CONFIG_PCI_XGENE is not set +# CONFIG_PCIE_ALTERA is not set +# CONFIG_PCI_HOST_THUNDER_PEM is not set +# CONFIG_PCI_HOST_THUNDER_ECAM is not set +# CONFIG_PCIE_MICROCHIP_HOST is not set + +# +# DesignWare PCI Core Support +# +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCI_HISI is not set +# CONFIG_PCIE_KIRIN is not set +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_AL is not set +# end of DesignWare PCI Core Support + +# +# Mobiveil PCIe Core Support +# +# end of Mobiveil PCIe Core Support + +# +# Cadence PCIe controllers support +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# CONFIG_PCI_J721E_HOST is not set +# end of Cadence PCIe controllers support +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# end of Firmware loader + +# CONFIG_ALLOW_DEV_COREDUMP is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_SOC_BUS=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_IRQ=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_GENERIC_ARCH_TOPOLOGY=y +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_BRCMSTB_GISB_ARB is not set +# CONFIG_MOXTET is not set +CONFIG_SUN50I_DE2_BUS=y +CONFIG_SUNXI_RSB=y +# CONFIG_VEXPRESS_CONFIG is not set +# CONFIG_MHI_BUS is not set +# end of Bus devices + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# CONFIG_ARM_SCMI_PROTOCOL is not set +# end of ARM System Control and Management Interface Protocol + +# CONFIG_FIRMWARE_MEMMAP is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_ARM_FFA_TRANSPORT is not set +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_ARM_PSCI_FW=y +# CONFIG_ARM_PSCI_CHECKER is not set +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y +CONFIG_ARM_SMCCC_SOC_ID=y + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_OF_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +# CONFIG_MTD_ONENAND is not set +# CONFIG_MTD_RAW_NAND is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +# CONFIG_MTD_NAND_ECC_SW_HAMMING is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +# CONFIG_MTD_SPI_NOR is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +# CONFIG_MTD_UBI_GLUEBI is not set +# CONFIG_MTD_UBI_BLOCK is not set +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_RSXX is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_SPI is not set +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_HABANA_AI is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_CXGB4_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_DPT_I2O is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +CONFIG_SCSI_UFSHCD=y +# CONFIG_SCSI_UFSHCD_PCI is not set +CONFIG_SCSI_UFSHCD_PLATFORM=y +# CONFIG_SCSI_UFS_CDNS_PLATFORM is not set +# CONFIG_SCSI_UFS_DWC_TC_PLATFORM is not set +CONFIG_SCSI_UFS_BSG=y +# CONFIG_SCSI_UFS_HPB is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_HAVE_PATA_PLATFORM=y +# CONFIG_ATA is not set +# CONFIG_MD is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_NETDEVICES=y +CONFIG_MII=y +CONFIG_NET_CORE=y +# CONFIG_BONDING is not set +# CONFIG_DUMMY is not set +# CONFIG_WIREGUARD is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +# CONFIG_NET_TEAM is not set +# CONFIG_MACVLAN is not set +# CONFIG_IPVLAN is not set +# CONFIG_VXLAN is not set +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_MACSEC is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_TUN is not set +# CONFIG_TUN_VNET_CROSS_LE is not set +# CONFIG_VETH is not set +# CONFIG_NLMON is not set +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +CONFIG_NET_VENDOR_3COM=y +# CONFIG_VORTEX is not set +# CONFIG_TYPHOON is not set +CONFIG_NET_VENDOR_ADAPTEC=y +# CONFIG_ADAPTEC_STARFIRE is not set +CONFIG_NET_VENDOR_AGERE=y +# CONFIG_ET131X is not set +CONFIG_NET_VENDOR_ALACRITECH=y +# CONFIG_SLICOSS is not set +CONFIG_NET_VENDOR_ALLWINNER=y +# CONFIG_SUN4I_EMAC is not set +CONFIG_NET_VENDOR_ALTEON=y +# CONFIG_ACENIC is not set +# CONFIG_ALTERA_TSE is not set +CONFIG_NET_VENDOR_AMAZON=y +# CONFIG_ENA_ETHERNET is not set +CONFIG_NET_VENDOR_AMD=y +# CONFIG_AMD8111_ETH is not set +# CONFIG_PCNET32 is not set +# CONFIG_AMD_XGBE is not set +CONFIG_NET_VENDOR_AQUANTIA=y +# CONFIG_AQTION is not set +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ATHEROS=y +# CONFIG_ATL2 is not set +# CONFIG_ATL1 is not set +# CONFIG_ATL1E is not set +# CONFIG_ATL1C is not set +# CONFIG_ALX is not set +CONFIG_NET_VENDOR_BROADCOM=y +# CONFIG_B44 is not set +# CONFIG_BCMGENET is not set +# CONFIG_BNX2 is not set +# CONFIG_CNIC is not set +# CONFIG_TIGON3 is not set +# CONFIG_BNX2X is not set +# CONFIG_SYSTEMPORT is not set +# CONFIG_BNXT is not set +CONFIG_NET_VENDOR_CADENCE=y +# CONFIG_MACB is not set +CONFIG_NET_VENDOR_CAVIUM=y +# CONFIG_THUNDER_NIC_PF is not set +# CONFIG_THUNDER_NIC_VF is not set +# CONFIG_THUNDER_NIC_BGX is not set +# CONFIG_THUNDER_NIC_RGX is not set +# CONFIG_LIQUIDIO is not set +# CONFIG_LIQUIDIO_VF is not set +CONFIG_NET_VENDOR_CHELSIO=y +# CONFIG_CHELSIO_T1 is not set +# CONFIG_CHELSIO_T3 is not set +# CONFIG_CHELSIO_T4 is not set +# CONFIG_CHELSIO_T4VF is not set +CONFIG_NET_VENDOR_CISCO=y +# CONFIG_ENIC is not set +CONFIG_NET_VENDOR_CORTINA=y +# CONFIG_GEMINI_ETHERNET is not set +# CONFIG_DNET is not set +CONFIG_NET_VENDOR_DEC=y +# CONFIG_NET_TULIP is not set +CONFIG_NET_VENDOR_DLINK=y +# CONFIG_DL2K is not set +# CONFIG_SUNDANCE is not set +CONFIG_NET_VENDOR_EMULEX=y +# CONFIG_BE2NET is not set +CONFIG_NET_VENDOR_EZCHIP=y +# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_GOOGLE=y +# CONFIG_GVE is not set +CONFIG_NET_VENDOR_HISILICON=y +# CONFIG_HIX5HD2_GMAC is not set +# CONFIG_HISI_FEMAC is not set +# CONFIG_HIP04_ETH is not set +# CONFIG_HNS_DSAF is not set +# CONFIG_HNS_ENET is not set +# CONFIG_HNS3 is not set +CONFIG_NET_VENDOR_HUAWEI=y +# CONFIG_HINIC is not set +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +# CONFIG_E100 is not set +# CONFIG_E1000 is not set +# CONFIG_E1000E is not set +# CONFIG_IGB is not set +# CONFIG_IGBVF is not set +# CONFIG_IXGB is not set +# CONFIG_IXGBE is not set +# CONFIG_IXGBEVF is not set +# CONFIG_I40E is not set +# CONFIG_I40EVF is not set +# CONFIG_ICE is not set +# CONFIG_FM10K is not set +# CONFIG_IGC is not set +# CONFIG_JME is not set +CONFIG_NET_VENDOR_LITEX=y +# CONFIG_LITEX_LITEETH is not set +CONFIG_NET_VENDOR_MARVELL=y +# CONFIG_MVMDIO is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_OCTEONTX2_AF is not set +# CONFIG_OCTEONTX2_PF is not set +CONFIG_NET_VENDOR_MELLANOX=y +# CONFIG_MLX4_EN is not set +# CONFIG_MLX5_CORE is not set +# CONFIG_MLXSW_CORE is not set +# CONFIG_MLXFW is not set +CONFIG_NET_VENDOR_MICREL=y +# CONFIG_KS8842 is not set +# CONFIG_KS8851 is not set +# CONFIG_KS8851_MLL is not set +# CONFIG_KSZ884X_PCI is not set +CONFIG_NET_VENDOR_MICROCHIP=y +# CONFIG_ENC28J60 is not set +# CONFIG_ENCX24J600 is not set +# CONFIG_LAN743X is not set +CONFIG_NET_VENDOR_MICROSEMI=y +CONFIG_NET_VENDOR_MICROSOFT=y +CONFIG_NET_VENDOR_MYRI=y +# CONFIG_MYRI10GE is not set +# CONFIG_FEALNX is not set +CONFIG_NET_VENDOR_NI=y +# CONFIG_NI_XGE_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_NATSEMI=y +# CONFIG_NATSEMI is not set +# CONFIG_NS83820 is not set +CONFIG_NET_VENDOR_NETERION=y +# CONFIG_S2IO is not set +# CONFIG_VXGE is not set +CONFIG_NET_VENDOR_NETRONOME=y +# CONFIG_NFP is not set +CONFIG_NET_VENDOR_8390=y +# CONFIG_NE2K_PCI is not set +CONFIG_NET_VENDOR_NVIDIA=y +# CONFIG_FORCEDETH is not set +CONFIG_NET_VENDOR_OKI=y +# CONFIG_ETHOC is not set +CONFIG_NET_VENDOR_PACKET_ENGINES=y +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +CONFIG_NET_VENDOR_PENSANDO=y +# CONFIG_IONIC is not set +CONFIG_NET_VENDOR_QLOGIC=y +# CONFIG_QLA3XXX is not set +# CONFIG_QLCNIC is not set +# CONFIG_NETXEN_NIC is not set +# CONFIG_QED is not set +CONFIG_NET_VENDOR_BROCADE=y +# CONFIG_BNA is not set +CONFIG_NET_VENDOR_QUALCOMM=y +# CONFIG_QCA7000_SPI is not set +# CONFIG_QCOM_EMAC is not set +# CONFIG_RMNET is not set +CONFIG_NET_VENDOR_RDC=y +# CONFIG_R6040 is not set +CONFIG_NET_VENDOR_REALTEK=y +# CONFIG_8139CP is not set +# CONFIG_8139TOO is not set +# CONFIG_R8169 is not set +CONFIG_NET_VENDOR_RENESAS=y +CONFIG_NET_VENDOR_ROCKER=y +CONFIG_NET_VENDOR_SAMSUNG=y +# CONFIG_SXGBE_ETH is not set +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +# CONFIG_SC92031 is not set +CONFIG_NET_VENDOR_SIS=y +# CONFIG_SIS900 is not set +# CONFIG_SIS190 is not set +CONFIG_NET_VENDOR_SOLARFLARE=y +# CONFIG_SFC is not set +# CONFIG_SFC_FALCON is not set +CONFIG_NET_VENDOR_SMSC=y +# CONFIG_SMC91X is not set +# CONFIG_EPIC100 is not set +# CONFIG_SMSC911X is not set +# CONFIG_SMSC9420 is not set +CONFIG_NET_VENDOR_SOCIONEXT=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_STMMAC_ETH=y +# CONFIG_STMMAC_SELFTESTS is not set +CONFIG_STMMAC_PLATFORM=y +# CONFIG_DWMAC_DWC_QOS_ETH is not set +CONFIG_DWMAC_GENERIC=m +CONFIG_DWMAC_SUNXI=m +CONFIG_DWMAC_SUN8I=m +# CONFIG_DWMAC_INTEL_PLAT is not set +# CONFIG_STMMAC_PCI is not set +CONFIG_NET_VENDOR_SUN=y +# CONFIG_HAPPYMEAL is not set +# CONFIG_SUNGEM is not set +# CONFIG_CASSINI is not set +# CONFIG_NIU is not set +CONFIG_NET_VENDOR_SYNOPSYS=y +# CONFIG_DWC_XLGMAC is not set +CONFIG_NET_VENDOR_TEHUTI=y +# CONFIG_TEHUTI is not set +CONFIG_NET_VENDOR_TI=y +# CONFIG_TI_CPSW_PHY_SEL is not set +# CONFIG_TLAN is not set +CONFIG_NET_VENDOR_VIA=y +# CONFIG_VIA_RHINE is not set +# CONFIG_VIA_VELOCITY is not set +CONFIG_NET_VENDOR_WIZNET=y +# CONFIG_WIZNET_W5100 is not set +# CONFIG_WIZNET_W5300 is not set +CONFIG_NET_VENDOR_XILINX=y +# CONFIG_XILINX_EMACLITE is not set +# CONFIG_XILINX_AXI_EMAC is not set +# CONFIG_XILINX_LL_TEMAC is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +CONFIG_PHYLINK=y +CONFIG_PHYLIB=y +CONFIG_SWPHY=y +# CONFIG_LED_TRIGGER_PHY is not set +CONFIG_FIXED_PHY=y +# CONFIG_SFP is not set + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +CONFIG_AX88796B_PHY=m +# CONFIG_BROADCOM_PHY is not set +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_CORTINA_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_INTEL_XWAY_PHY is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MARVELL_PHY is not set +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +CONFIG_MOTORCOMM_PHY=m +# CONFIG_NATIONAL_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_AT803X_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_XILINX_GMII2RGMII is not set +# CONFIG_MICREL_KS8995MA is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_FWNODE_MDIO=y +CONFIG_OF_MDIO=y +CONFIG_MDIO_DEVRES=y +# CONFIG_MDIO_SUN4I is not set +# CONFIG_MDIO_BITBANG is not set +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_HISI_FEMAC is not set +# CONFIG_MDIO_MVUSB is not set +# CONFIG_MDIO_MSCC_MIIM is not set +# CONFIG_MDIO_OCTEON is not set +# CONFIG_MDIO_IPQ4019 is not set +# CONFIG_MDIO_IPQ8064 is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# +CONFIG_MDIO_BUS_MUX=m +# CONFIG_MDIO_BUS_MUX_GPIO is not set +# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set +# CONFIG_MDIO_BUS_MUX_MMIOREG is not set + +# +# PCS device drivers +# +CONFIG_PCS_XPCS=y +# end of PCS device drivers + +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +CONFIG_USB_NET_DRIVERS=y +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +CONFIG_USB_RTL8152=m +# CONFIG_USB_LAN78XX is not set +CONFIG_USB_USBNET=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_AX88179_178A=m +CONFIG_USB_NET_CDCETHER=m +CONFIG_USB_NET_CDC_EEM=m +CONFIG_USB_NET_CDC_NCM=m +# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set +# CONFIG_USB_NET_CDC_MBIM is not set +# CONFIG_USB_NET_DM9601 is not set +# CONFIG_USB_NET_SR9700 is not set +# CONFIG_USB_NET_SR9800 is not set +# CONFIG_USB_NET_SMSC75XX is not set +# CONFIG_USB_NET_SMSC95XX is not set +# CONFIG_USB_NET_GL620A is not set +CONFIG_USB_NET_NET1080=m +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET_ENABLE=m +CONFIG_USB_NET_CDC_SUBSET=m +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +CONFIG_USB_NET_ZAURUS=m +# CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set +# CONFIG_USB_NET_QMI_WWAN is not set +# CONFIG_USB_HSO is not set +# CONFIG_USB_NET_INT51X1 is not set +# CONFIG_USB_IPHETH is not set +# CONFIG_USB_SIERRA_NET is not set +# CONFIG_USB_VL600 is not set +# CONFIG_USB_NET_CH9200 is not set +# CONFIG_USB_NET_AQC111 is not set +CONFIG_USB_RTL8153_ECM=m +CONFIG_WLAN=y +CONFIG_WLAN_VENDOR_ADMTEK=y +# CONFIG_ADM8211 is not set +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K is not set +# CONFIG_ATH5K_PCI is not set +# CONFIG_ATH9K is not set +# CONFIG_ATH9K_HTC is not set +# CONFIG_CARL9170 is not set +# CONFIG_ATH6KL is not set +# CONFIG_AR5523 is not set +# CONFIG_WIL6210 is not set +# CONFIG_ATH10K is not set +# CONFIG_WCN36XX is not set +CONFIG_WLAN_VENDOR_ATMEL=y +# CONFIG_ATMEL is not set +# CONFIG_AT76C50X_USB is not set +CONFIG_WLAN_VENDOR_BROADCOM=y +# CONFIG_B43 is not set +# CONFIG_B43LEGACY is not set +# CONFIG_BRCMSMAC is not set +# CONFIG_BRCMFMAC is not set +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +# CONFIG_IPW2100 is not set +# CONFIG_IPW2200 is not set +# CONFIG_IWL4965 is not set +# CONFIG_IWL3945 is not set +# CONFIG_IWLWIFI is not set +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_HERMES is not set +# CONFIG_P54_COMMON is not set +CONFIG_WLAN_VENDOR_MARVELL=y +# CONFIG_LIBERTAS is not set +# CONFIG_LIBERTAS_THINFIRM is not set +# CONFIG_MWIFIEX is not set +# CONFIG_MWL8K is not set +CONFIG_WLAN_VENDOR_MEDIATEK=y +# CONFIG_MT7601U is not set +# CONFIG_MT76x0U is not set +# CONFIG_MT76x0E is not set +# CONFIG_MT76x2E is not set +# CONFIG_MT76x2U is not set +# CONFIG_MT7603E is not set +# CONFIG_MT7615E is not set +# CONFIG_MT7663U is not set +# CONFIG_MT7663S is not set +# CONFIG_MT7915E is not set +# CONFIG_MT7921E is not set +CONFIG_WLAN_VENDOR_MICROCHIP=y +# CONFIG_WILC1000_SDIO is not set +# CONFIG_WILC1000_SPI is not set +CONFIG_WLAN_VENDOR_RALINK=y +# CONFIG_RT2X00 is not set +CONFIG_WLAN_VENDOR_REALTEK=y +# CONFIG_RTL8180 is not set +# CONFIG_RTL8187 is not set +CONFIG_RTL_CARDS=y +# CONFIG_RTL8192CE is not set +# CONFIG_RTL8192SE is not set +# CONFIG_RTL8192DE is not set +# CONFIG_RTL8723AE is not set +# CONFIG_RTL8723BE is not set +# CONFIG_RTL8188EE is not set +# CONFIG_RTL8192EE is not set +# CONFIG_RTL8821AE is not set +# CONFIG_RTL8192CU is not set +CONFIG_RTL8XXXU=m +# CONFIG_RTL8XXXU_UNTESTED is not set +# CONFIG_RTW88 is not set +CONFIG_WLAN_VENDOR_RSI=y +# CONFIG_RSI_91X is not set +CONFIG_WLAN_VENDOR_ST=y +# CONFIG_CW1200 is not set +CONFIG_WLAN_VENDOR_TI=y +# CONFIG_WL1251 is not set +# CONFIG_WL12XX is not set +# CONFIG_WL18XX is not set +# CONFIG_WLCORE is not set +CONFIG_WLAN_VENDOR_ZYDAS=y +# CONFIG_USB_ZD1201 is not set +# CONFIG_ZD1211RW is not set +CONFIG_WLAN_VENDOR_QUANTENNA=y +# CONFIG_QTNFMAC_PCIE is not set +# CONFIG_MAC80211_HWSIM is not set +# CONFIG_USB_NET_RNDIS_WLAN is not set +# CONFIG_VIRT_WIFI is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_VMXNET3 is not set +# CONFIG_NETDEVSIM is not set +# CONFIG_NET_FAILOVER is not set +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_GPIO is not set +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_BCM is not set +# CONFIG_INPUT_MOUSE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_AR1021_I2C is not set +# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +CONFIG_TOUCHSCREEN_GOODIX=m +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +# CONFIG_TOUCHSCREEN_ELAN is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MMS114 is not set +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MSG2638 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2005 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_RM_TS is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_SIS_I2C is not set +# CONFIG_TOUCHSCREEN_ST1232 is not set +# CONFIG_TOUCHSCREEN_STMFTS is not set +# CONFIG_TOUCHSCREEN_SUR40 is not set +# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ZFORCE is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_INPUT_MISC is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +# CONFIG_SERIO_SERPORT is not set +# CONFIG_SERIO_AMBAKMI is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_SUN4I_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +# CONFIG_SERIAL_8250 is not set + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +# CONFIG_SERIAL_AMBA_PL011 is not set +# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_BCM63XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set +# CONFIG_SERIAL_SPRD is not set +# end of Serial drivers + +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +# CONFIG_HVC_DCC is not set +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +# CONFIG_VIRTIO_CONSOLE is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +# CONFIG_TCG_TPM is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +CONFIG_RANDOM_TRUST_CPU=y +CONFIG_RANDOM_TRUST_BOOTLOADER=y +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_CADENCE is not set +# CONFIG_I2C_CBUS_GPIO is not set +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EMEV2 is not set +# CONFIG_I2C_GPIO is not set +# CONFIG_I2C_MV64XXX is not set +# CONFIG_I2C_NOMADIK is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_RK3X is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_THUNDERX is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AXI_SPI_ENGINE is not set +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_CADENCE is not set +# CONFIG_SPI_CADENCE_QUADSPI is not set +# CONFIG_SPI_DESIGNWARE is not set +# CONFIG_SPI_NXP_FLEXSPI is not set +# CONFIG_SPI_GPIO is not set +# CONFIG_SPI_FSL_SPI is not set +# CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_PL022 is not set +# CONFIG_SPI_PXA2XX is not set +# CONFIG_SPI_ROCKCHIP is not set +# CONFIG_SPI_SC18IS602 is not set +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SUN4I is not set +# CONFIG_SPI_SUN6I is not set +# CONFIG_SPI_MXIC is not set +# CONFIG_SPI_THUNDERX is not set +# CONFIG_SPI_XCOMM is not set +# CONFIG_SPI_XILINX is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=m +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +# CONFIG_SPI_SLAVE is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +# CONFIG_PPS is not set + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_PINMUX=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_MCP23S08 is not set +# CONFIG_PINCTRL_SINGLE is not set +# CONFIG_PINCTRL_SX150X is not set +# CONFIG_PINCTRL_STMFX is not set +# CONFIG_PINCTRL_OCELOT is not set +# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set + +# +# Renesas pinctrl drivers +# +# end of Renesas pinctrl drivers + +# CONFIG_PINCTRL_SUN4I_A10 is not set +# CONFIG_PINCTRL_SUN5I is not set +# CONFIG_PINCTRL_SUN6I_A31 is not set +# CONFIG_PINCTRL_SUN6I_A31_R is not set +# CONFIG_PINCTRL_SUN8I_A23 is not set +# CONFIG_PINCTRL_SUN8I_A33 is not set +# CONFIG_PINCTRL_SUN8I_A83T is not set +# CONFIG_PINCTRL_SUN8I_A83T_R is not set +# CONFIG_PINCTRL_SUN8I_A23_R is not set +# CONFIG_PINCTRL_SUN8I_H3 is not set +# CONFIG_PINCTRL_SUN8I_H3_R is not set +# CONFIG_PINCTRL_SUN8I_V3S is not set +# CONFIG_PINCTRL_SUN9I_A80 is not set +# CONFIG_PINCTRL_SUN9I_A80_R is not set +# CONFIG_PINCTRL_SUN50I_A64 is not set +# CONFIG_PINCTRL_SUN50I_A64_R is not set +# CONFIG_PINCTRL_SUN50I_A100 is not set +# CONFIG_PINCTRL_SUN50I_A100_R is not set +# CONFIG_PINCTRL_SUN50I_H5 is not set +# CONFIG_PINCTRL_SUN50I_H6 is not set +# CONFIG_PINCTRL_SUN50I_H6_R is not set +# CONFIG_PINCTRL_SUN50I_H616 is not set +# CONFIG_PINCTRL_SUN50I_H616_R is not set +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +# CONFIG_GPIO_ALTERA is not set +# CONFIG_GPIO_CADENCE is not set +# CONFIG_GPIO_DWAPB is not set +# CONFIG_GPIO_FTGPIO010 is not set +# CONFIG_GPIO_GENERIC_PLATFORM is not set +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HLWD is not set +# CONFIG_GPIO_LOGICVC is not set +# CONFIG_GPIO_MB86S7X is not set +# CONFIG_GPIO_PL061 is not set +# CONFIG_GPIO_SAMA5D2_PIOBU is not set +# CONFIG_GPIO_SIFIVE is not set +# CONFIG_GPIO_SYSCON is not set +# CONFIG_GPIO_XGENE is not set +# CONFIG_GPIO_XILINX is not set +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADP5588 is not set +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCA9570 is not set +# CONFIG_GPIO_PCF857X is not set +# CONFIG_GPIO_TPIC2810 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_MOCKUP is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +# CONFIG_POWER_RESET_BRCMSTB is not set +# CONFIG_POWER_RESET_GPIO is not set +# CONFIG_POWER_RESET_GPIO_RESTART is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_REGULATOR is not set +# CONFIG_POWER_RESET_RESTART is not set +# CONFIG_POWER_RESET_XGENE is not set +# CONFIG_POWER_RESET_SYSCON is not set +# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set +# CONFIG_SYSCON_REBOOT_MODE is not set +# CONFIG_NVMEM_REBOOT_MODE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_PDA_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_GPIO is not set +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24190 is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_CHARGER_SMB347 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_UCS1002 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_HWMON is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +CONFIG_THERMAL_STATISTICS=y +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_OF=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_GOV_FAIR_SHARE=y +CONFIG_THERMAL_GOV_STEP_WISE=y +# CONFIG_THERMAL_GOV_BANG_BANG is not set +CONFIG_THERMAL_GOV_USER_SPACE=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_FREQ_THERMAL=y +# CONFIG_CPU_IDLE_THERMAL is not set +# CONFIG_DEVFREQ_THERMAL is not set +CONFIG_THERMAL_EMULATION=y +# CONFIG_THERMAL_MMIO is not set +# CONFIG_SUN8I_THERMAL is not set +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_GPIO_WATCHDOG is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_ARM_SP805_WATCHDOG is not set +# CONFIG_ARM_SBSA_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_SUNXI_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ARM_SMC_WATCHDOG is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_MEN_A21_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=y +# CONFIG_MFD_ACT8945A is not set +# CONFIG_MFD_SUN4I_GPADC is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_AS3722 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +# CONFIG_MFD_ATMEL_FLEXCOM is not set +# CONFIG_MFD_ATMEL_HLCDC is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AC100 is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_AXP20X_RSB is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_HTC_I2CPLD is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_INTEL_PMT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +# CONFIG_MFD_MAX77686 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_EZX_PCAP is not set +# CONFIG_MFD_CPCAP is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_RK808 is not set +# CONFIG_MFD_RN5T618 is not set +# CONFIG_MFD_SEC_CORE is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_STMPE is not set +CONFIG_MFD_SUN6I_PRCM=y +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TPS65217 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +# CONFIG_MFD_TPS65218 is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65910 is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS80031 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD70528 is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +# CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_STMFX is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_QCOM_PM8008 is not set +# CONFIG_MFD_INTEL_M10_BMC is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_VIRTUAL_CONSUMER=y +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_88PG86X is not set +# CONFIG_REGULATOR_ACT8865 is not set +# CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_DA9121 is not set +# CONFIG_REGULATOR_DA9210 is not set +# CONFIG_REGULATOR_DA9211 is not set +# CONFIG_REGULATOR_FAN53555 is not set +# CONFIG_REGULATOR_FAN53880 is not set +# CONFIG_REGULATOR_GPIO is not set +# CONFIG_REGULATOR_ISL9305 is not set +# CONFIG_REGULATOR_ISL6271A is not set +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_LP3972 is not set +# CONFIG_REGULATOR_LP872X is not set +# CONFIG_REGULATOR_LP8755 is not set +# CONFIG_REGULATOR_LTC3589 is not set +# CONFIG_REGULATOR_LTC3676 is not set +# CONFIG_REGULATOR_MAX1586 is not set +# CONFIG_REGULATOR_MAX8649 is not set +# CONFIG_REGULATOR_MAX8660 is not set +# CONFIG_REGULATOR_MAX8893 is not set +# CONFIG_REGULATOR_MAX8952 is not set +# CONFIG_REGULATOR_MAX8973 is not set +# CONFIG_REGULATOR_MAX77826 is not set +# CONFIG_REGULATOR_MCP16502 is not set +# CONFIG_REGULATOR_MP5416 is not set +# CONFIG_REGULATOR_MP8859 is not set +# CONFIG_REGULATOR_MP886X is not set +# CONFIG_REGULATOR_MPQ7920 is not set +# CONFIG_REGULATOR_MT6311 is not set +# CONFIG_REGULATOR_PCA9450 is not set +# CONFIG_REGULATOR_PF8X00 is not set +# CONFIG_REGULATOR_PFUZE100 is not set +# CONFIG_REGULATOR_PV88060 is not set +# CONFIG_REGULATOR_PV88080 is not set +# CONFIG_REGULATOR_PV88090 is not set +# CONFIG_REGULATOR_PWM is not set +# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set +# CONFIG_REGULATOR_RT4801 is not set +# CONFIG_REGULATOR_RT6160 is not set +# CONFIG_REGULATOR_RT6245 is not set +# CONFIG_REGULATOR_RTQ2134 is not set +# CONFIG_REGULATOR_RTMV20 is not set +# CONFIG_REGULATOR_RTQ6752 is not set +# CONFIG_REGULATOR_SLG51000 is not set +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +# CONFIG_REGULATOR_SY8827N is not set +# CONFIG_REGULATOR_TPS51632 is not set +# CONFIG_REGULATOR_TPS62360 is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +# CONFIG_REGULATOR_TPS65132 is not set +# CONFIG_REGULATOR_TPS6524X is not set +# CONFIG_REGULATOR_VCTRL is not set +# CONFIG_RC_CORE is not set +CONFIG_CEC_CORE=y +CONFIG_CEC_NOTIFIER=y +CONFIG_MEDIA_CEC_SUPPORT=y +# CONFIG_CEC_CH7322 is not set +# CONFIG_CEC_GPIO is not set +# CONFIG_USB_PULSE8_CEC is not set +# CONFIG_USB_RAINSHADOW_CEC is not set +CONFIG_MEDIA_SUPPORT=y +# CONFIG_MEDIA_SUPPORT_FILTER is not set +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set + +# +# Media device types +# +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y +CONFIG_MEDIA_TEST_SUPPORT=y +# end of Media device types + +# +# Media core support +# +CONFIG_VIDEO_DEV=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_DVB_CORE=y +# end of Media core support + +# +# Video4Linux options +# +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +# end of Video4Linux options + +# +# Media controller options +# +# CONFIG_MEDIA_CONTROLLER_DVB is not set +# end of Media controller options + +# +# Digital TV options +# +# CONFIG_DVB_MMAP is not set +CONFIG_DVB_NET=y +CONFIG_DVB_MAX_ADAPTERS=16 +CONFIG_DVB_DYNAMIC_MINORS=y +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +# CONFIG_DVB_ULE_DEBUG is not set +# end of Digital TV options + +# +# Media drivers +# +CONFIG_MEDIA_USB_SUPPORT=y + +# +# Webcam devices +# +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_GSPCA=m +# CONFIG_USB_M5602 is not set +# CONFIG_USB_STV06XX is not set +# CONFIG_USB_GL860 is not set +# CONFIG_USB_GSPCA_BENQ is not set +# CONFIG_USB_GSPCA_CONEX is not set +# CONFIG_USB_GSPCA_CPIA1 is not set +# CONFIG_USB_GSPCA_DTCS033 is not set +# CONFIG_USB_GSPCA_ETOMS is not set +# CONFIG_USB_GSPCA_FINEPIX is not set +# CONFIG_USB_GSPCA_JEILINJ is not set +# CONFIG_USB_GSPCA_JL2005BCD is not set +# CONFIG_USB_GSPCA_KINECT is not set +# CONFIG_USB_GSPCA_KONICA is not set +# CONFIG_USB_GSPCA_MARS is not set +# CONFIG_USB_GSPCA_MR97310A is not set +# CONFIG_USB_GSPCA_NW80X is not set +# CONFIG_USB_GSPCA_OV519 is not set +# CONFIG_USB_GSPCA_OV534 is not set +# CONFIG_USB_GSPCA_OV534_9 is not set +# CONFIG_USB_GSPCA_PAC207 is not set +# CONFIG_USB_GSPCA_PAC7302 is not set +# CONFIG_USB_GSPCA_PAC7311 is not set +# CONFIG_USB_GSPCA_SE401 is not set +# CONFIG_USB_GSPCA_SN9C2028 is not set +# CONFIG_USB_GSPCA_SN9C20X is not set +# CONFIG_USB_GSPCA_SONIXB is not set +# CONFIG_USB_GSPCA_SONIXJ is not set +# CONFIG_USB_GSPCA_SPCA500 is not set +# CONFIG_USB_GSPCA_SPCA501 is not set +# CONFIG_USB_GSPCA_SPCA505 is not set +# CONFIG_USB_GSPCA_SPCA506 is not set +# CONFIG_USB_GSPCA_SPCA508 is not set +# CONFIG_USB_GSPCA_SPCA561 is not set +# CONFIG_USB_GSPCA_SPCA1528 is not set +# CONFIG_USB_GSPCA_SQ905 is not set +# CONFIG_USB_GSPCA_SQ905C is not set +# CONFIG_USB_GSPCA_SQ930X is not set +# CONFIG_USB_GSPCA_STK014 is not set +# CONFIG_USB_GSPCA_STK1135 is not set +# CONFIG_USB_GSPCA_STV0680 is not set +# CONFIG_USB_GSPCA_SUNPLUS is not set +# CONFIG_USB_GSPCA_T613 is not set +# CONFIG_USB_GSPCA_TOPRO is not set +# CONFIG_USB_GSPCA_TOUPTEK is not set +# CONFIG_USB_GSPCA_TV8532 is not set +# CONFIG_USB_GSPCA_VC032X is not set +# CONFIG_USB_GSPCA_VICAM is not set +# CONFIG_USB_GSPCA_XIRLINK_CIT is not set +# CONFIG_USB_GSPCA_ZC3XX is not set +# CONFIG_USB_PWC is not set +# CONFIG_VIDEO_CPIA2 is not set +# CONFIG_USB_ZR364XX is not set +# CONFIG_USB_STKWEBCAM is not set +# CONFIG_USB_S2255 is not set +# CONFIG_VIDEO_USBTV is not set + +# +# Analog TV USB devices +# +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_STK1160_COMMON is not set +# CONFIG_VIDEO_GO7007 is not set + +# +# Analog/digital TV USB devices +# +# CONFIG_VIDEO_AU0828 is not set + +# +# Digital TV USB devices +# +# CONFIG_DVB_USB_V2 is not set +# CONFIG_DVB_TTUSB_BUDGET is not set +# CONFIG_DVB_TTUSB_DEC is not set +# CONFIG_SMS_USB_DRV is not set +# CONFIG_DVB_B2C2_FLEXCOP_USB is not set +# CONFIG_DVB_AS102 is not set + +# +# Webcam, TV (analog/digital) USB devices +# +# CONFIG_VIDEO_EM28XX is not set + +# +# Software defined radio USB devices +# +# CONFIG_USB_AIRSPY is not set +# CONFIG_USB_HACKRF is not set +# CONFIG_USB_MSI2500 is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +CONFIG_RADIO_ADAPTERS=y +# CONFIG_RADIO_SI470X is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_USB_MR800 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_SHARK is not set +# CONFIG_RADIO_SHARK2 is not set +# CONFIG_USB_KEENE is not set +# CONFIG_USB_RAREMONO is not set +# CONFIG_USB_MA901 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_RADIO_SAA7706H is not set +# CONFIG_RADIO_TEF6862 is not set +# CONFIG_RADIO_WL1273 is not set +CONFIG_VIDEOBUF2_CORE=m +CONFIG_VIDEOBUF2_V4L2=m +CONFIG_VIDEOBUF2_MEMOPS=m +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_VMALLOC=m +# CONFIG_V4L_PLATFORM_DRIVERS is not set +# CONFIG_V4L_MEM2MEM_DRIVERS is not set +# CONFIG_DVB_PLATFORM_DRIVERS is not set +# CONFIG_SDR_PLATFORM_DRIVERS is not set + +# +# MMC/SDIO DVB adapters +# +# CONFIG_SMS_SDIO_DRV is not set +# CONFIG_V4L_TEST_DRIVERS is not set +# CONFIG_DVB_TEST_DRIVERS is not set +# end of Media drivers + +# +# Media ancillary drivers +# +CONFIG_MEDIA_ATTACH=y + +# +# Audio decoders, processors and mixers +# +# CONFIG_VIDEO_TVAUDIO is not set +# CONFIG_VIDEO_TDA7432 is not set +# CONFIG_VIDEO_TDA9840 is not set +# CONFIG_VIDEO_TDA1997X is not set +# CONFIG_VIDEO_TEA6415C is not set +# CONFIG_VIDEO_TEA6420 is not set +# CONFIG_VIDEO_MSP3400 is not set +# CONFIG_VIDEO_CS3308 is not set +# CONFIG_VIDEO_CS5345 is not set +# CONFIG_VIDEO_CS53L32A is not set +# CONFIG_VIDEO_TLV320AIC23B is not set +# CONFIG_VIDEO_UDA1342 is not set +# CONFIG_VIDEO_WM8775 is not set +# CONFIG_VIDEO_WM8739 is not set +# CONFIG_VIDEO_VP27SMPX is not set +# CONFIG_VIDEO_SONY_BTF_MPX is not set +# end of Audio decoders, processors and mixers + +# +# RDS decoders +# +# CONFIG_VIDEO_SAA6588 is not set +# end of RDS decoders + +# +# Video decoders +# +# CONFIG_VIDEO_ADV7180 is not set +# CONFIG_VIDEO_ADV7183 is not set +# CONFIG_VIDEO_ADV748X is not set +# CONFIG_VIDEO_ADV7604 is not set +# CONFIG_VIDEO_ADV7842 is not set +# CONFIG_VIDEO_BT819 is not set +# CONFIG_VIDEO_BT856 is not set +# CONFIG_VIDEO_BT866 is not set +# CONFIG_VIDEO_KS0127 is not set +# CONFIG_VIDEO_ML86V7667 is not set +# CONFIG_VIDEO_SAA7110 is not set +# CONFIG_VIDEO_SAA711X is not set +# CONFIG_VIDEO_TC358743 is not set +# CONFIG_VIDEO_TVP514X is not set +# CONFIG_VIDEO_TVP5150 is not set +# CONFIG_VIDEO_TVP7002 is not set +# CONFIG_VIDEO_TW2804 is not set +# CONFIG_VIDEO_TW9903 is not set +# CONFIG_VIDEO_TW9906 is not set +# CONFIG_VIDEO_TW9910 is not set +# CONFIG_VIDEO_VPX3220 is not set + +# +# Video and audio decoders +# +# CONFIG_VIDEO_SAA717X is not set +# CONFIG_VIDEO_CX25840 is not set +# end of Video decoders + +# +# Video encoders +# +# CONFIG_VIDEO_SAA7127 is not set +# CONFIG_VIDEO_SAA7185 is not set +# CONFIG_VIDEO_ADV7170 is not set +# CONFIG_VIDEO_ADV7175 is not set +# CONFIG_VIDEO_ADV7343 is not set +# CONFIG_VIDEO_ADV7393 is not set +# CONFIG_VIDEO_ADV7511 is not set +# CONFIG_VIDEO_AD9389B is not set +# CONFIG_VIDEO_AK881X is not set +# CONFIG_VIDEO_THS8200 is not set +# end of Video encoders + +# +# Video improvement chips +# +# CONFIG_VIDEO_UPD64031A is not set +# CONFIG_VIDEO_UPD64083 is not set +# end of Video improvement chips + +# +# Audio/Video compression chips +# +# CONFIG_VIDEO_SAA6752HS is not set +# end of Audio/Video compression chips + +# +# SDR tuner chips +# +# CONFIG_SDR_MAX2175 is not set +# end of SDR tuner chips + +# +# Miscellaneous helper chips +# +# CONFIG_VIDEO_THS7303 is not set +# CONFIG_VIDEO_M52790 is not set +# CONFIG_VIDEO_I2C is not set +# CONFIG_VIDEO_ST_MIPID02 is not set +# end of Miscellaneous helper chips + +# +# Camera sensor devices +# +# CONFIG_VIDEO_HI556 is not set +# CONFIG_VIDEO_IMX208 is not set +# CONFIG_VIDEO_IMX214 is not set +# CONFIG_VIDEO_IMX219 is not set +# CONFIG_VIDEO_IMX258 is not set +# CONFIG_VIDEO_IMX274 is not set +# CONFIG_VIDEO_IMX290 is not set +# CONFIG_VIDEO_IMX319 is not set +# CONFIG_VIDEO_IMX334 is not set +# CONFIG_VIDEO_IMX335 is not set +# CONFIG_VIDEO_IMX355 is not set +# CONFIG_VIDEO_IMX412 is not set +# CONFIG_VIDEO_OV02A10 is not set +# CONFIG_VIDEO_OV2640 is not set +# CONFIG_VIDEO_OV2659 is not set +# CONFIG_VIDEO_OV2680 is not set +# CONFIG_VIDEO_OV2685 is not set +# CONFIG_VIDEO_OV5640 is not set +# CONFIG_VIDEO_OV5645 is not set +# CONFIG_VIDEO_OV5647 is not set +# CONFIG_VIDEO_OV5648 is not set +# CONFIG_VIDEO_OV6650 is not set +# CONFIG_VIDEO_OV5670 is not set +# CONFIG_VIDEO_OV5675 is not set +# CONFIG_VIDEO_OV5695 is not set +# CONFIG_VIDEO_OV7251 is not set +# CONFIG_VIDEO_OV772X is not set +# CONFIG_VIDEO_OV7640 is not set +# CONFIG_VIDEO_OV7670 is not set +# CONFIG_VIDEO_OV7740 is not set +# CONFIG_VIDEO_OV8856 is not set +# CONFIG_VIDEO_OV8865 is not set +# CONFIG_VIDEO_OV9282 is not set +# CONFIG_VIDEO_OV9640 is not set +# CONFIG_VIDEO_OV9650 is not set +# CONFIG_VIDEO_OV13858 is not set +# CONFIG_VIDEO_VS6624 is not set +# CONFIG_VIDEO_MT9M001 is not set +# CONFIG_VIDEO_MT9M032 is not set +# CONFIG_VIDEO_MT9M111 is not set +# CONFIG_VIDEO_MT9P031 is not set +# CONFIG_VIDEO_MT9T001 is not set +# CONFIG_VIDEO_MT9T112 is not set +# CONFIG_VIDEO_MT9V011 is not set +# CONFIG_VIDEO_MT9V032 is not set +# CONFIG_VIDEO_MT9V111 is not set +# CONFIG_VIDEO_SR030PC30 is not set +# CONFIG_VIDEO_NOON010PC30 is not set +# CONFIG_VIDEO_M5MOLS is not set +# CONFIG_VIDEO_RDACM20 is not set +# CONFIG_VIDEO_RDACM21 is not set +# CONFIG_VIDEO_RJ54N1 is not set +# CONFIG_VIDEO_S5K6AA is not set +# CONFIG_VIDEO_S5K6A3 is not set +# CONFIG_VIDEO_S5K4ECGX is not set +# CONFIG_VIDEO_S5K5BAF is not set +# CONFIG_VIDEO_CCS is not set +# CONFIG_VIDEO_ET8EK8 is not set +# CONFIG_VIDEO_S5C73M3 is not set +# end of Camera sensor devices + +# +# Lens drivers +# +# CONFIG_VIDEO_AD5820 is not set +# CONFIG_VIDEO_AK7375 is not set +# CONFIG_VIDEO_DW9714 is not set +# CONFIG_VIDEO_DW9768 is not set +# CONFIG_VIDEO_DW9807_VCM is not set +# end of Lens drivers + +# +# Flash devices +# +# CONFIG_VIDEO_ADP1653 is not set +# CONFIG_VIDEO_LM3560 is not set +# CONFIG_VIDEO_LM3646 is not set +# end of Flash devices + +# +# SPI helper chips +# +# CONFIG_VIDEO_GS1662 is not set +# end of SPI helper chips + +# +# Media SPI Adapters +# +CONFIG_CXD2880_SPI_DRV=m +# end of Media SPI Adapters + +CONFIG_MEDIA_TUNER=y + +# +# Customize TV tuners +# +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18250=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_M88RS6000T=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_MXL301RF=m +CONFIG_MEDIA_TUNER_QM1D1C0042=m +CONFIG_MEDIA_TUNER_QM1D1B0004=m +# end of Customize TV tuners + +# +# Customise DVB Frontends +# + +# +# Multistandard (satellite) frontends +# +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV0910=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_STV6111=m +CONFIG_DVB_MXL5XX=m + +# +# Multistandard (cable + terrestrial) frontends +# +CONFIG_DVB_DRXK=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_SI2165=m +CONFIG_DVB_MN88472=m +CONFIG_DVB_MN88473=m + +# +# DVB-S (satellite) frontends +# +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_MT312=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24120=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_DS3000=m +CONFIG_DVB_MB86A16=m +CONFIG_DVB_TDA10071=m + +# +# DVB-T (terrestrial) frontends +# +CONFIG_DVB_SP887X=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_S5H1432=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_L64781=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_MT352=m +CONFIG_DVB_ZL10353=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB9000=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_EC100=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_CXD2841ER=m +CONFIG_DVB_ZD1301_DEMOD=m +CONFIG_DVB_CXD2880=m + +# +# DVB-C (cable) frontends +# +CONFIG_DVB_VES1820=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_STV0297=m + +# +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends +# +CONFIG_DVB_NXT200X=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_BCM3510=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_MXL692=m + +# +# ISDB-T (terrestrial) frontends +# +CONFIG_DVB_S921=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m + +# +# ISDB-S (satellite) & ISDB-T (terrestrial) frontends +# +CONFIG_DVB_TC90522=m +CONFIG_DVB_MN88443X=m + +# +# Digital terrestrial only tuners/PLL +# +CONFIG_DVB_PLL=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m + +# +# SEC control devices for DVB-S +# +CONFIG_DVB_DRX39XYJ=m +CONFIG_DVB_LNBH25=m +CONFIG_DVB_LNBH29=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_A8293=m +CONFIG_DVB_LGS8GL5=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_HORUS3A=m +CONFIG_DVB_ASCOT2E=m +CONFIG_DVB_HELENE=m + +# +# Common Interface (EN50221) controller drivers +# +CONFIG_DVB_CXD2099=m +CONFIG_DVB_SP2=m +# end of Customise DVB Frontends + +# +# Tools to develop new frontends +# +# CONFIG_DVB_DUMMY_FE is not set +# end of Media ancillary drivers + +# +# Graphics support +# +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DEBUG_MM is not set +# CONFIG_DRM_DEBUG_SELFTEST is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_KMS_CMA_HELPER=y + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +# CONFIG_DRM_I2C_NXP_TDA998X is not set +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# CONFIG_DRM_HDLCD is not set +# CONFIG_DRM_MALI_DISPLAY is not set +# CONFIG_DRM_KOMEDA is not set +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_RCAR_DW_HDMI is not set +# CONFIG_DRM_RCAR_USE_LVDS is not set +# CONFIG_DRM_SUN4I is not set +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set +# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set +# CONFIG_DRM_PANEL_BOE_TV101WUM_NL6 is not set +# CONFIG_DRM_PANEL_DSI_CM is not set +# CONFIG_DRM_PANEL_LVDS is not set +# CONFIG_DRM_PANEL_SIMPLE is not set +# CONFIG_DRM_PANEL_ELIDA_KD35T133 is not set +# CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02 is not set +# CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +# CONFIG_DRM_PANEL_INNOLUX_EJ030NA is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set +# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set +# CONFIG_DRM_PANEL_KHADAS_TS050 is not set +# CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829 is not set +# CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set +# CONFIG_DRM_PANEL_LG_LB035Q02 is not set +# CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_NEC_NL8048HL11 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35510 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36672A is not set +# CONFIG_DRM_PANEL_NOVATEK_NT39016 is not set +# CONFIG_DRM_PANEL_MANTIX_MLAF057WE51 is not set +# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set +# CONFIG_DRM_PANEL_ORISETECH_OTM8009A is not set +# CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS is not set +# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM67191 is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM68200 is not set +# CONFIG_DRM_PANEL_RONBO_RB070D30 is not set +# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set +# CONFIG_DRM_PANEL_SAMSUNG_DB7430 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D16D0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_SOFEF00 is not set +# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set +# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set +# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set +# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set +# CONFIG_DRM_PANEL_SONY_ACX424AKP is not set +# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set +# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set +# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set +# CONFIG_DRM_PANEL_TPO_TPG110 is not set +# CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA is not set +# CONFIG_DRM_PANEL_VISIONOX_RM69299 is not set +# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set +# CONFIG_DRM_PANEL_XINPENG_XPP055C272 is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_CDNS_DSI is not set +# CONFIG_DRM_CHIPONE_ICN6211 is not set +# CONFIG_DRM_CHRONTEL_CH7033 is not set +# CONFIG_DRM_DISPLAY_CONNECTOR is not set +# CONFIG_DRM_LONTIUM_LT8912B is not set +# CONFIG_DRM_LONTIUM_LT9611 is not set +# CONFIG_DRM_LONTIUM_LT9611UXC is not set +# CONFIG_DRM_ITE_IT66121 is not set +# CONFIG_DRM_LVDS_CODEC is not set +# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set +# CONFIG_DRM_NWL_MIPI_DSI is not set +# CONFIG_DRM_NXP_PTN3460 is not set +# CONFIG_DRM_PARADE_PS8622 is not set +# CONFIG_DRM_PARADE_PS8640 is not set +# CONFIG_DRM_SIL_SII8620 is not set +# CONFIG_DRM_SII902X is not set +# CONFIG_DRM_SII9234 is not set +# CONFIG_DRM_SIMPLE_BRIDGE is not set +# CONFIG_DRM_THINE_THC63LVD1024 is not set +# CONFIG_DRM_TOSHIBA_TC358762 is not set +# CONFIG_DRM_TOSHIBA_TC358764 is not set +# CONFIG_DRM_TOSHIBA_TC358767 is not set +# CONFIG_DRM_TOSHIBA_TC358768 is not set +# CONFIG_DRM_TOSHIBA_TC358775 is not set +# CONFIG_DRM_TI_TFP410 is not set +# CONFIG_DRM_TI_SN65DSI83 is not set +# CONFIG_DRM_TI_SN65DSI86 is not set +# CONFIG_DRM_TI_TPD12S015 is not set +# CONFIG_DRM_ANALOGIX_ANX6345 is not set +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +# CONFIG_DRM_ANALOGIX_ANX7625 is not set +# CONFIG_DRM_I2C_ADV7511 is not set +# CONFIG_DRM_CDNS_MHDP8546 is not set +# end of Display Interface Bridges + +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_HISI_HIBMC is not set +# CONFIG_DRM_HISI_KIRIN is not set +# CONFIG_DRM_ARCPGU is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_TINYDRM_HX8357D is not set +# CONFIG_TINYDRM_ILI9225 is not set +# CONFIG_TINYDRM_ILI9341 is not set +# CONFIG_TINYDRM_ILI9486 is not set +# CONFIG_TINYDRM_MI0283QT is not set +# CONFIG_TINYDRM_REPAPER is not set +# CONFIG_TINYDRM_ST7586 is not set +# CONFIG_TINYDRM_ST7735R is not set +# CONFIG_DRM_PL111 is not set +# CONFIG_DRM_LIMA is not set +# CONFIG_DRM_PANFROST is not set +# CONFIG_DRM_TIDSS is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_LEGACY is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB_CMDLINE=y +CONFIG_FB_NOTIFY=y +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_DEFERRED_IO=y +# CONFIG_FB_MODE_HELPERS is not set +# CONFIG_FB_TILEBLITTING is not set + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_ARMCLCD is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTD253 is not set +CONFIG_BACKLIGHT_PWM=y +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LP855X is not set +# CONFIG_BACKLIGHT_GPIO is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_SEQUENCER is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +# CONFIG_SND_HDA_INTEL is not set +# end of HD-Audio + +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_SPI=y +CONFIG_SND_USB=y +# CONFIG_SND_USB_AUDIO is not set +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +# CONFIG_SND_SOC_ADI is not set +# CONFIG_SND_SOC_AMD_ACP is not set +# CONFIG_SND_ATMEL_SOC is not set +# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set +# CONFIG_SND_DESIGNWARE_I2S is not set + +# +# SoC Audio for Freescale CPUs +# + +# +# Common SoC Audio options for Freescale CPUs: +# +# CONFIG_SND_SOC_FSL_ASRC is not set +# CONFIG_SND_SOC_FSL_SAI is not set +# CONFIG_SND_SOC_FSL_AUDMIX is not set +# CONFIG_SND_SOC_FSL_SSI is not set +# CONFIG_SND_SOC_FSL_SPDIF is not set +# CONFIG_SND_SOC_FSL_ESAI is not set +# CONFIG_SND_SOC_FSL_MICFIL is not set +# CONFIG_SND_SOC_FSL_XCVR is not set +# CONFIG_SND_SOC_IMX_AUDMUX is not set +# end of SoC Audio for Freescale CPUs + +# CONFIG_SND_I2S_HI6210_I2S is not set +# CONFIG_SND_SOC_IMG is not set +# CONFIG_SND_SOC_MTK_BTCVSD is not set +# CONFIG_SND_SOC_SOF_TOPLEVEL is not set + +# +# STMicroelectronics STM32 SOC audio support +# +# end of STMicroelectronics STM32 SOC audio support + +# +# Allwinner SoC Audio support +# +# CONFIG_SND_SUN4I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC_ANALOG is not set +# CONFIG_SND_SUN50I_CODEC_ANALOG is not set +# CONFIG_SND_SUN4I_I2S is not set +# CONFIG_SND_SUN4I_SPDIF is not set +# end of Allwinner SoC Audio support + +# CONFIG_SND_SOC_XILINX_I2S is not set +# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set +# CONFIG_SND_SOC_XILINX_SPDIF is not set +# CONFIG_SND_SOC_XTFPGA_I2S is not set +CONFIG_SND_SOC_I2C_AND_SPI=y + +# +# CODEC drivers +# +# CONFIG_SND_SOC_AC97_CODEC is not set +# CONFIG_SND_SOC_ADAU1372_I2C is not set +# CONFIG_SND_SOC_ADAU1372_SPI is not set +# CONFIG_SND_SOC_ADAU1701 is not set +# CONFIG_SND_SOC_ADAU1761_I2C is not set +# CONFIG_SND_SOC_ADAU1761_SPI is not set +# CONFIG_SND_SOC_ADAU7002 is not set +# CONFIG_SND_SOC_ADAU7118_HW is not set +# CONFIG_SND_SOC_ADAU7118_I2C is not set +# CONFIG_SND_SOC_AK4104 is not set +# CONFIG_SND_SOC_AK4118 is not set +# CONFIG_SND_SOC_AK4458 is not set +# CONFIG_SND_SOC_AK4554 is not set +# CONFIG_SND_SOC_AK4613 is not set +# CONFIG_SND_SOC_AK4642 is not set +# CONFIG_SND_SOC_AK5386 is not set +# CONFIG_SND_SOC_AK5558 is not set +# CONFIG_SND_SOC_ALC5623 is not set +# CONFIG_SND_SOC_BD28623 is not set +# CONFIG_SND_SOC_BT_SCO is not set +# CONFIG_SND_SOC_CS35L32 is not set +# CONFIG_SND_SOC_CS35L33 is not set +# CONFIG_SND_SOC_CS35L34 is not set +# CONFIG_SND_SOC_CS35L35 is not set +# CONFIG_SND_SOC_CS35L36 is not set +# CONFIG_SND_SOC_CS42L42 is not set +# CONFIG_SND_SOC_CS42L51_I2C is not set +# CONFIG_SND_SOC_CS42L52 is not set +# CONFIG_SND_SOC_CS42L56 is not set +# CONFIG_SND_SOC_CS42L73 is not set +# CONFIG_SND_SOC_CS4234 is not set +# CONFIG_SND_SOC_CS4265 is not set +# CONFIG_SND_SOC_CS4270 is not set +# CONFIG_SND_SOC_CS4271_I2C is not set +# CONFIG_SND_SOC_CS4271_SPI is not set +# CONFIG_SND_SOC_CS42XX8_I2C is not set +# CONFIG_SND_SOC_CS43130 is not set +# CONFIG_SND_SOC_CS4341 is not set +# CONFIG_SND_SOC_CS4349 is not set +# CONFIG_SND_SOC_CS53L30 is not set +# CONFIG_SND_SOC_CX2072X is not set +# CONFIG_SND_SOC_DA7213 is not set +# CONFIG_SND_SOC_DMIC is not set +# CONFIG_SND_SOC_ES7134 is not set +# CONFIG_SND_SOC_ES7241 is not set +# CONFIG_SND_SOC_ES8316 is not set +# CONFIG_SND_SOC_ES8328_I2C is not set +# CONFIG_SND_SOC_ES8328_SPI is not set +# CONFIG_SND_SOC_GTM601 is not set +# CONFIG_SND_SOC_ICS43432 is not set +# CONFIG_SND_SOC_INNO_RK3036 is not set +# CONFIG_SND_SOC_MAX98088 is not set +# CONFIG_SND_SOC_MAX98357A is not set +# CONFIG_SND_SOC_MAX98504 is not set +# CONFIG_SND_SOC_MAX9867 is not set +# CONFIG_SND_SOC_MAX98927 is not set +# CONFIG_SND_SOC_MAX98373_I2C is not set +# CONFIG_SND_SOC_MAX98390 is not set +# CONFIG_SND_SOC_MAX9860 is not set +# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set +# CONFIG_SND_SOC_PCM1681 is not set +# CONFIG_SND_SOC_PCM1789_I2C is not set +# CONFIG_SND_SOC_PCM179X_I2C is not set +# CONFIG_SND_SOC_PCM179X_SPI is not set +# CONFIG_SND_SOC_PCM186X_I2C is not set +# CONFIG_SND_SOC_PCM186X_SPI is not set +# CONFIG_SND_SOC_PCM3060_I2C is not set +# CONFIG_SND_SOC_PCM3060_SPI is not set +# CONFIG_SND_SOC_PCM3168A_I2C is not set +# CONFIG_SND_SOC_PCM3168A_SPI is not set +# CONFIG_SND_SOC_PCM5102A is not set +# CONFIG_SND_SOC_PCM512x_I2C is not set +# CONFIG_SND_SOC_PCM512x_SPI is not set +# CONFIG_SND_SOC_RK3328 is not set +# CONFIG_SND_SOC_RT5616 is not set +# CONFIG_SND_SOC_RT5631 is not set +# CONFIG_SND_SOC_RT5640 is not set +# CONFIG_SND_SOC_RT5659 is not set +# CONFIG_SND_SOC_SGTL5000 is not set +# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set +# CONFIG_SND_SOC_SIMPLE_MUX is not set +# CONFIG_SND_SOC_SPDIF is not set +# CONFIG_SND_SOC_SSM2305 is not set +# CONFIG_SND_SOC_SSM2518 is not set +# CONFIG_SND_SOC_SSM2602_SPI is not set +# CONFIG_SND_SOC_SSM2602_I2C is not set +# CONFIG_SND_SOC_SSM4567 is not set +# CONFIG_SND_SOC_STA32X is not set +# CONFIG_SND_SOC_STA350 is not set +# CONFIG_SND_SOC_STI_SAS is not set +# CONFIG_SND_SOC_TAS2552 is not set +# CONFIG_SND_SOC_TAS2562 is not set +# CONFIG_SND_SOC_TAS2764 is not set +# CONFIG_SND_SOC_TAS2770 is not set +# CONFIG_SND_SOC_TAS5086 is not set +# CONFIG_SND_SOC_TAS571X is not set +# CONFIG_SND_SOC_TAS5720 is not set +# CONFIG_SND_SOC_TAS6424 is not set +# CONFIG_SND_SOC_TDA7419 is not set +# CONFIG_SND_SOC_TFA9879 is not set +# CONFIG_SND_SOC_TFA989X is not set +# CONFIG_SND_SOC_TLV320AIC23_I2C is not set +# CONFIG_SND_SOC_TLV320AIC23_SPI is not set +# CONFIG_SND_SOC_TLV320AIC31XX is not set +# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set +# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set +# CONFIG_SND_SOC_TLV320AIC3X_I2C is not set +# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set +# CONFIG_SND_SOC_TLV320ADCX140 is not set +# CONFIG_SND_SOC_TS3A227E is not set +# CONFIG_SND_SOC_TSCS42XX is not set +# CONFIG_SND_SOC_TSCS454 is not set +# CONFIG_SND_SOC_UDA1334 is not set +# CONFIG_SND_SOC_WM8510 is not set +# CONFIG_SND_SOC_WM8523 is not set +# CONFIG_SND_SOC_WM8524 is not set +# CONFIG_SND_SOC_WM8580 is not set +# CONFIG_SND_SOC_WM8711 is not set +# CONFIG_SND_SOC_WM8728 is not set +# CONFIG_SND_SOC_WM8731 is not set +# CONFIG_SND_SOC_WM8737 is not set +# CONFIG_SND_SOC_WM8741 is not set +# CONFIG_SND_SOC_WM8750 is not set +# CONFIG_SND_SOC_WM8753 is not set +# CONFIG_SND_SOC_WM8770 is not set +# CONFIG_SND_SOC_WM8776 is not set +# CONFIG_SND_SOC_WM8782 is not set +# CONFIG_SND_SOC_WM8804_I2C is not set +# CONFIG_SND_SOC_WM8804_SPI is not set +# CONFIG_SND_SOC_WM8903 is not set +# CONFIG_SND_SOC_WM8904 is not set +# CONFIG_SND_SOC_WM8960 is not set +# CONFIG_SND_SOC_WM8962 is not set +# CONFIG_SND_SOC_WM8974 is not set +# CONFIG_SND_SOC_WM8978 is not set +# CONFIG_SND_SOC_WM8985 is not set +# CONFIG_SND_SOC_ZL38060 is not set +# CONFIG_SND_SOC_MAX9759 is not set +# CONFIG_SND_SOC_MT6351 is not set +# CONFIG_SND_SOC_MT6358 is not set +# CONFIG_SND_SOC_MT6660 is not set +# CONFIG_SND_SOC_NAU8315 is not set +# CONFIG_SND_SOC_NAU8540 is not set +# CONFIG_SND_SOC_NAU8810 is not set +# CONFIG_SND_SOC_NAU8822 is not set +# CONFIG_SND_SOC_NAU8824 is not set +# CONFIG_SND_SOC_TPA6130A2 is not set +# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set +# CONFIG_SND_SOC_LPASS_VA_MACRO is not set +# CONFIG_SND_SOC_LPASS_RX_MACRO is not set +# CONFIG_SND_SOC_LPASS_TX_MACRO is not set +# end of CODEC drivers + +# CONFIG_SND_SIMPLE_CARD is not set +# CONFIG_SND_AUDIO_GRAPH_CARD is not set + +# +# HID support +# +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_REDRAGON is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PLAYSTATION is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +# +# I2C HID support +# +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +# end of I2C HID support +# end of HID support + +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +# CONFIG_USB_ULPI_BUS is not set +# CONFIG_USB_CONN_GPIO is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +CONFIG_USB_XHCI_PLATFORM=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +CONFIG_USB_EHCI_HCD_PLATFORM=y +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_FOTG210_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_HCD_PLATFORM=y +# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=y +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_REALTEK=y +CONFIG_REALTEK_AUTOPM=y +CONFIG_USB_STORAGE_DATAFAB=y +CONFIG_USB_STORAGE_FREECOM=y +CONFIG_USB_STORAGE_ISD200=y +CONFIG_USB_STORAGE_USBAT=y +CONFIG_USB_STORAGE_SDDR09=y +CONFIG_USB_STORAGE_SDDR55=y +CONFIG_USB_STORAGE_JUMPSHOT=y +CONFIG_USB_STORAGE_ALAUDA=y +CONFIG_USB_STORAGE_ONETOUCH=y +CONFIG_USB_STORAGE_KARMA=y +CONFIG_USB_STORAGE_CYPRESS_ATACB=y +CONFIG_USB_STORAGE_ENE_UB6250=y +CONFIG_USB_UAS=y + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +CONFIG_USB_DWC3=y +# CONFIG_USB_DWC3_HOST is not set +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y + +# +# Platform Glue Driver Support +# +CONFIG_USB_DWC3_HAPS=y +CONFIG_USB_DWC3_OF_SIMPLE=y +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +CONFIG_USB_SERIAL=m +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_SIMPLE is not set +# CONFIG_USB_SERIAL_AIRCABLE is not set +# CONFIG_USB_SERIAL_ARK3116 is not set +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_CH341 is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_CP210X is not set +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set +# CONFIG_USB_SERIAL_EMPEG is not set +# CONFIG_USB_SERIAL_FTDI_SIO is not set +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_F81232 is not set +# CONFIG_USB_SERIAL_F8153X is not set +# CONFIG_USB_SERIAL_GARMIN is not set +# CONFIG_USB_SERIAL_IPW is not set +# CONFIG_USB_SERIAL_IUU is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_METRO is not set +# CONFIG_USB_SERIAL_MOS7720 is not set +# CONFIG_USB_SERIAL_MOS7840 is not set +# CONFIG_USB_SERIAL_MXUPORT is not set +# CONFIG_USB_SERIAL_NAVMAN is not set +# CONFIG_USB_SERIAL_PL2303 is not set +# CONFIG_USB_SERIAL_OTI6858 is not set +# CONFIG_USB_SERIAL_QCAUX is not set +# CONFIG_USB_SERIAL_QUALCOMM is not set +# CONFIG_USB_SERIAL_SPCP8X5 is not set +# CONFIG_USB_SERIAL_SAFE is not set +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set +# CONFIG_USB_SERIAL_SYMBOL is not set +# CONFIG_USB_SERIAL_TI is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +CONFIG_USB_SERIAL_WWAN=m +CONFIG_USB_SERIAL_OPTION=m +# CONFIG_USB_SERIAL_OMNINET is not set +# CONFIG_USB_SERIAL_OPTICON is not set +# CONFIG_USB_SERIAL_XSENS_MT is not set +# CONFIG_USB_SERIAL_WISHBONE is not set +# CONFIG_USB_SERIAL_SSU100 is not set +# CONFIG_USB_SERIAL_QT2 is not set +# CONFIG_USB_SERIAL_UPD78F0730 is not set +# CONFIG_USB_SERIAL_XR is not set +# CONFIG_USB_SERIAL_DEBUG is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ISP1301 is not set +# CONFIG_USB_ULPI is not set +# end of USB Physical Layer drivers + +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_U_SERIAL_CONSOLE is not set + +# +# USB Peripheral Controller +# +# CONFIG_USB_FOTG210_UDC is not set +# CONFIG_USB_GR_UDC is not set +# CONFIG_USB_R8A66597 is not set +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +# CONFIG_USB_SNP_UDC_PLAT is not set +# CONFIG_USB_M66592 is not set +# CONFIG_USB_BDC_UDC is not set +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_GADGET_XILINX is not set +# CONFIG_USB_MAX3420_UDC is not set +# CONFIG_USB_DUMMY_HCD is not set +# end of USB Peripheral Controller + +CONFIG_USB_LIBCOMPOSITE=y +CONFIG_USB_F_ACM=y +CONFIG_USB_U_SERIAL=y +CONFIG_USB_F_SERIAL=y +CONFIG_USB_F_MASS_STORAGE=y +CONFIG_USB_F_FS=y +CONFIG_USB_F_HID=y +CONFIG_USB_CONFIGFS=y +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONFIGFS_ACM=y +# CONFIG_USB_CONFIGFS_OBEX is not set +# CONFIG_USB_CONFIGFS_NCM is not set +# CONFIG_USB_CONFIGFS_ECM is not set +# CONFIG_USB_CONFIGFS_ECM_SUBSET is not set +# CONFIG_USB_CONFIGFS_RNDIS is not set +# CONFIG_USB_CONFIGFS_EEM is not set +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +# CONFIG_USB_CONFIGFS_F_LB_SS is not set +CONFIG_USB_CONFIGFS_F_FS=y +# CONFIG_USB_CONFIGFS_F_UAC1 is not set +# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set +# CONFIG_USB_CONFIGFS_F_UAC2 is not set +# CONFIG_USB_CONFIGFS_F_MIDI is not set +CONFIG_USB_CONFIGFS_F_HID=y +# CONFIG_USB_CONFIGFS_F_UVC is not set +# CONFIG_USB_CONFIGFS_F_PRINTER is not set + +# +# USB Gadget precomposed configurations +# +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +# CONFIG_USB_RAW_GADGET is not set +# end of USB Gadget precomposed configurations + +CONFIG_TYPEC=y +CONFIG_TYPEC_TCPM=y +CONFIG_TYPEC_TCPCI=y +# CONFIG_TYPEC_RT1711H is not set +# CONFIG_TYPEC_TCPCI_MAXIM is not set +# CONFIG_TYPEC_FUSB302 is not set +# CONFIG_TYPEC_UCSI is not set +# CONFIG_TYPEC_TPS6598X is not set +# CONFIG_TYPEC_HD3SS3220 is not set +# CONFIG_TYPEC_STUSB160X is not set + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_PI3USB30532 is not set +# end of USB Type-C Multiplexer/DeMultiplexer Switch support + +# +# USB Type-C Alternate Mode drivers +# +CONFIG_TYPEC_DP_ALTMODE=y +# CONFIG_TYPEC_NVIDIA_ALTMODE is not set +# end of USB Type-C Alternate Mode drivers + +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +# CONFIG_PWRSEQ_EMMC is not set +# CONFIG_PWRSEQ_SIMPLE is not set +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=8 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC_SDHCI is not set +# CONFIG_MMC_TIFM_SD is not set +# CONFIG_MMC_SPI is not set +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +# CONFIG_MMC_DW is not set +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +# CONFIG_MMC_USDHI6ROL0 is not set +# CONFIG_MMC_SUNXI is not set +CONFIG_MMC_CQHCI=y +CONFIG_MMC_HSQ=y +# CONFIG_MMC_TOSHIBA_PCI is not set +# CONFIG_MMC_MTK is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_PWM is not set +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_SYSCON is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_TI_LMU_COMMON is not set + +# +# Flash and Torch LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +CONFIG_LEDS_TRIGGER_NETDEV=y +# CONFIG_LEDS_TRIGGER_PATTERN is not set +# CONFIG_LEDS_TRIGGER_AUDIO is not set +# CONFIG_LEDS_TRIGGER_TTY is not set +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_SUPPORT=y +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +CONFIG_RTC_DRV_HYM8563=m +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_V3020 is not set +# CONFIG_RTC_DRV_ZYNQMP is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_PL030 is not set +# CONFIG_RTC_DRV_PL031 is not set +# CONFIG_RTC_DRV_SUN6I is not set +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +# CONFIG_RTC_DRV_R7301 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_AMBA_PL08X is not set +# CONFIG_DMA_SUN6I is not set +# CONFIG_DW_AXI_DMAC is not set +# CONFIG_FSL_EDMA is not set +# CONFIG_FSL_QDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_MV_XOR_V2 is not set +# CONFIG_PL330_DMA is not set +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_ZYNQMP_DMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_DW_EDMA_PCIE is not set +# CONFIG_SF_PDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +CONFIG_DMABUF_HEAPS=y +CONFIG_DMABUF_SYSFS_STATS=y +CONFIG_DMABUF_HEAPS_SYSTEM=y +CONFIG_DMABUF_HEAPS_CMA=y +# end of DMABUF options + +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO_MENU=y +# CONFIG_VIRTIO_PCI is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_GOLDFISH is not set +# CONFIG_CHROME_PLATFORMS is not set +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +# CONFIG_ICST is not set +# CONFIG_CLK_SP810 is not set +# end of Clock driver for ARM Reference designs + +# CONFIG_LMK04832 is not set +# CONFIG_COMMON_CLK_MAX9485 is not set +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +# CONFIG_COMMON_CLK_XGENE is not set +# CONFIG_COMMON_CLK_PWM is not set +# CONFIG_COMMON_CLK_VC5 is not set +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_CLK_SUNXI=y +CONFIG_CLK_SUNXI_CLOCKS=y +CONFIG_CLK_SUNXI_PRCM_SUN6I=y +CONFIG_CLK_SUNXI_PRCM_SUN8I=y +CONFIG_CLK_SUNXI_PRCM_SUN9I=y +# CONFIG_SUNXI_CCU is not set +# CONFIG_XILINX_VCU is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_CLKSRC_MMIO=y +CONFIG_SUN4I_TIMER=y +CONFIG_ARM_ARCH_TIMER=y +# CONFIG_ARM_ARCH_TIMER_EVTSTREAM is not set +CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y +# CONFIG_FSL_ERRATUM_A008585 is not set +CONFIG_HISILICON_ERRATUM_161010101=y +CONFIG_ARM64_ERRATUM_858921=y +CONFIG_SUN50I_ERRATUM_UNKNOWN1=y +# CONFIG_MICROCHIP_PIT64B is not set +# end of Clock Source drivers + +# CONFIG_MAILBOX is not set +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +# CONFIG_IOMMU_IO_PGTABLE_LPAE is not set +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +CONFIG_IOMMU_DMA=y +# CONFIG_SUN50I_IOMMU is not set +# CONFIG_ARM_SMMU is not set +# CONFIG_ARM_SMMU_V3 is not set + +# +# Remoteproc drivers +# +# CONFIG_REMOTEPROC is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# CONFIG_SOC_BRCMSTB is not set +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# CONFIG_QUICC_ENGINE is not set +# CONFIG_FSL_RCPM is not set +# end of NXP/Freescale QorIQ SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +CONFIG_SUNXI_MBUS=y +CONFIG_SUNXI_SRAM=y +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=m +# CONFIG_DEVFREQ_GOV_POWERSAVE is not set +CONFIG_DEVFREQ_GOV_USERSPACE=m +# CONFIG_DEVFREQ_GOV_PASSIVE is not set + +# +# DEVFREQ Drivers +# +CONFIG_PM_DEVFREQ_EVENT=y +CONFIG_EXTCON=y + +# +# Extcon Device Drivers +# +# CONFIG_EXTCON_FSA9480 is not set +# CONFIG_EXTCON_GPIO is not set +# CONFIG_EXTCON_MAX3355 is not set +# CONFIG_EXTCON_PTN5150 is not set +# CONFIG_EXTCON_RT8973A is not set +# CONFIG_EXTCON_SM5502 is not set +# CONFIG_EXTCON_USB_GPIO is not set +# CONFIG_EXTCON_USBC_TUSB320 is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_VME_BUS is not set +CONFIG_PWM=y +CONFIG_PWM_SYSFS=y +# CONFIG_PWM_DEBUG is not set +# CONFIG_PWM_ATMEL_TCB is not set +# CONFIG_PWM_DWC is not set +# CONFIG_PWM_FSL_FTM is not set +# CONFIG_PWM_PCA9685 is not set +# CONFIG_PWM_SUN4I is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +# CONFIG_AL_FIC is not set +CONFIG_PARTITION_PERCPU=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SUNXI=y +# CONFIG_RESET_TI_SYSCON is not set + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +# CONFIG_PHY_XGENE is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set +# CONFIG_PHY_SUN4I_USB is not set +# CONFIG_PHY_SUN6I_MIPI_DPHY is not set +# CONFIG_PHY_SUN9I_USB is not set +# CONFIG_PHY_SUN50I_USB3 is not set +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_CADENCE_TORRENT is not set +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_SIERRA is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_FSL_IMX8MQ_USB is not set +# CONFIG_PHY_MIXEL_MIPI_DPHY is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +# end of PHY Subsystem + +CONFIG_POWERCAP=y +CONFIG_IDLE_INJECT=y +# CONFIG_DTPM is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_ARM_CCI_PMU is not set +# CONFIG_ARM_CCN is not set +# CONFIG_ARM_CMN is not set +CONFIG_ARM_PMU=y +# CONFIG_ARM_DSU_PMU is not set +# CONFIG_ARM_SPE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_SUNXI_SID is not set +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_FSI is not set +CONFIG_TEE=y + +# +# TEE drivers +# +# CONFIG_OPTEE is not set +# end of TEE drivers + +CONFIG_PM_OPP=y +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_MOST is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_FS_DAX is not set +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY_USER=y +# CONFIG_FANOTIFY is not set +# CONFIG_QUOTA is not set +# CONFIG_AUTOFS4_FS is not set +# CONFIG_AUTOFS_FS is not set +# CONFIG_FUSE_FS is not set +# CONFIG_OVERLAY_FS is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +# CONFIG_EXFAT_FS is not set +# CONFIG_NTFS_FS is not set +# CONFIG_NTFS3_FS is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +# CONFIG_PROC_KCORE is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +# CONFIG_PROC_CHILDREN is not set +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +# CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_TMPFS_XATTR is not set +# CONFIG_TMPFS_INODE64 is not set +CONFIG_ARCH_SUPPORTS_HUGETLBFS=y +# CONFIG_HUGETLBFS is not set +CONFIG_MEMFD_CREATE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +CONFIG_CONFIGFS_FS=y +# end of Pseudo filesystems + +# CONFIG_MISC_FILESYSTEMS is not set +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NFS_FS is not set +# CONFIG_NFSD is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +# CONFIG_NLS_CODEPAGE_437 is not set +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +# CONFIG_NLS_ISO8859_1 is not set +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +# CONFIG_SECURITY is not set +# CONFIG_SECURITYFS is not set +CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_INIT_STACK_NONE=y +# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set +# CONFIG_GCC_PLUGIN_STACKLEAK is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization +# end of Kernel hardening options +# end of Security options + +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_GF128MUL=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +# CONFIG_CRYPTO_AUTHENC is not set +# CONFIG_CRYPTO_TEST is not set + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +CONFIG_CRYPTO_ECC=y +CONFIG_CRYPTO_ECDH=y +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set + +# +# Authenticated Encryption with Associated Data +# +CONFIG_CRYPTO_CCM=y +CONFIG_CRYPTO_GCM=y +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +# CONFIG_CRYPTO_AEGIS128 is not set +# CONFIG_CRYPTO_SEQIV is not set +# CONFIG_CRYPTO_ECHAINIV is not set + +# +# Block modes +# +# CONFIG_CRYPTO_CBC is not set +# CONFIG_CRYPTO_CFB is not set +CONFIG_CRYPTO_CTR=y +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_OFB is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_ESSIV is not set + +# +# Hash modes +# +CONFIG_CRYPTO_CMAC=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +# CONFIG_CRYPTO_XXHASH is not set +# CONFIG_CRYPTO_BLAKE2B is not set +# CONFIG_CRYPTO_CRCT10DIF is not set +CONFIG_CRYPTO_GHASH=y +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_MD4 is not set +# CONFIG_CRYPTO_MD5 is not set +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +# CONFIG_CRYPTO_SHA3 is not set +# CONFIG_CRYPTO_SM3 is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_CHACHA20 is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4 is not set +# CONFIG_CRYPTO_TWOFISH is not set + +# +# Compression +# +# CONFIG_CRYPTO_DEFLATE is not set +# CONFIG_CRYPTO_LZO is not set +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +# CONFIG_CRYPTO_ZSTD is not set + +# +# Random Number Generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +CONFIG_CRYPTO_HASH_INFO=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_ALLWINNER=y +# CONFIG_CRYPTO_DEV_SUN4I_SS is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE is not set +# CONFIG_CRYPTO_DEV_SUN8I_SS is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_CAVIUM_ZIP is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +# CONFIG_CRYPTO_DEV_HISI_SEC is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_PKCS7_TEST_KEY is not set +# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set + +# +# Certificates for signature checking +# +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="" +# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +# CONFIG_SECONDARY_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +# +# Library routines +# +CONFIG_LINEAR_RANGES=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y +# CONFIG_INDIRECT_PIO is not set + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_LIB_MEMNEQ=y +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y +CONFIG_SWIOTLB=y +# CONFIG_DMA_RESTRICTED_POOL is not set +CONFIG_DMA_NONCOHERENT_MMAP=y +CONFIG_DMA_COHERENT_POOL=y +CONFIG_DMA_REMAP=y +CONFIG_DMA_DIRECT_REMAP=y +CONFIG_DMA_CMA=y +# CONFIG_DMA_PERNUMA_CMA is not set + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=16 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_POOL=y +CONFIG_ARCH_STACKWALK=y +CONFIG_SBITMAP=y +# end of Library routines + +CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +CONFIG_DYNAMIC_DEBUG_CORE=y +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_AS_HAS_NON_CONST_LEB128=y + +# +# Compile-time checks and compiler options +# +# CONFIG_DEBUG_INFO is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_FRAME_POINTER=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_MISC is not set + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +# CONFIG_DEBUG_WX is not set +CONFIG_GENERIC_PTDUMP=y +# CONFIG_PTDUMP_DEBUGFS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_HW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_KASAN_SW_TAGS=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +CONFIG_PANIC_ON_OOPS=y +CONFIG_PANIC_ON_OOPS_VALUE=1 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_PREEMPT is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +# CONFIG_DEBUG_IRQFLAGS is not set +# CONFIG_STACKTRACE is not set +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Debug kernel data structures + +# CONFIG_DEBUG_CREDENTIALS is not set + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +# CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set +# CONFIG_LATENCYTOP is not set +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_TRACING_SUPPORT=y +# CONFIG_FTRACE is not set +# CONFIG_SAMPLES is not set +# CONFIG_STRICT_DEVMEM is not set + +# +# arm64 Debugging +# +# CONFIG_PID_IN_CONTEXTIDR is not set +# CONFIG_ARM64_RELOC_TEST is not set +# CONFIG_CORESIGHT is not set +# end of arm64 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_STRSCPY is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_OVERFLOW is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_HASH is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_KMOD is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_STACKINIT is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage +# end of Kernel hacking diff --git a/external/config/kernel/linux-sun60iw2-current.config b/external/config/kernel/linux-sun60iw2-current.config new file mode 100644 index 000000000000..09c4f2a9dfac --- /dev/null +++ b/external/config/kernel/linux-sun60iw2-current.config @@ -0,0 +1,7363 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/arm64 5.15.147 Kernel Configuration +# + +# +# Allwinner BSP +# + +# +# Platform Information +# +CONFIG_AW_BSP=y +# CONFIG_AW_KERNEL_AOSP is not set +CONFIG_AW_KERNEL_ORIGIN=y +# CONFIG_ARCH_SUN50I is not set +# CONFIG_ARCH_SUN55I is not set +CONFIG_ARCH_SUN60I=y +# CONFIG_ARCH_SUN65I is not set +# CONFIG_ARCH_SUN60IW1 is not set +CONFIG_ARCH_SUN60IW2=y +CONFIG_ARCH_SUN60IW2P1=y +# CONFIG_AW_FPGA_S4 is not set +# CONFIG_AW_FPGA_V7 is not set +CONFIG_AW_IC_BOARD=y +CONFIG_AW_SOC_NAME="T736" +# end of Platform Information + +# +# Allwinner's Debugging Options +# +# CONFIG_AW_DEBUG_LOCK is not set +# CONFIG_AW_DEBUG_SPINLOCK is not set +# CONFIG_AW_DEBUG_MEM is not set +# CONFIG_AW_DEBUG_FTRACE is not set +# CONFIG_AW_REG_VERIFY is not set +# CONFIG_AW_LOG_VERBOSE is not set +# end of Allwinner's Debugging Options + +# +# Device Drivers +# + +# +# Clock Drivers +# +# CONFIG_AW_CCU_LEGACY is not set +CONFIG_AW_CCU=y +CONFIG_AW_STANDARD_CCU=y +CONFIG_AW_DDR_CCU=y +# CONFIG_AW_SUN8IW11_CCU is not set +# CONFIG_AW_SUN8IW18_CCU is not set +# CONFIG_AW_SUN8IW20_CCU is not set +# CONFIG_AW_SUN8IW20_R_CCU is not set +# CONFIG_AW_SUN8IW20_TEST is not set +# CONFIG_AW_SUN50IW12_CCU is not set +# CONFIG_AW_SUN50IW12_R_CCU is not set +# CONFIG_AW_SUN50IW10_CCU is not set +# CONFIG_AW_SUN50IW10_R_CCU is not set +# CONFIG_AW_SUN50IW10_DISPLL is not set +# CONFIG_AW_SUN50IW9_CCU is not set +# CONFIG_AW_SUN50IW9_R_CCU is not set +# CONFIG_AW_SUN55IW3_CCU is not set +# CONFIG_AW_SUN55IW3_R_CCU is not set +# CONFIG_AW_SUN55IW3_MCU_CCU is not set +# CONFIG_AW_SUN55IW3_TEST is not set +# CONFIG_AW_SUN60IW1_CCU is not set +# CONFIG_AW_SUN60IW1_DSP_CCU is not set +# CONFIG_AW_SUN60IW1_R_CCU is not set +CONFIG_AW_SUN60IW2_CCU=y +CONFIG_AW_SUN60IW2_R_CCU=y +# CONFIG_AW_SUN55IW5_CCU is not set +# CONFIG_AW_SUN55IW5_R_CCU is not set +# CONFIG_AW_SUN55IW6_CCU is not set +# CONFIG_AW_SUN55IW6_R_CCU is not set +# CONFIG_AW_SUN8IW21_CCU is not set +# CONFIG_AW_SUN8IW21_R_CCU is not set +# CONFIG_AW_SUN20IW5_AON_CCU is not set +# CONFIG_AW_SUN20IW5_APP_CCU is not set +# CONFIG_AW_SUN65IW1_CCU is not set +# CONFIG_AW_SUN65IW1_R_CCU is not set +CONFIG_AW_RTC_CCU=y +CONFIG_AW_CCU_DEBUG=y +CONFIG_AW_CCMU_DYNAMIC_DEBUG=y +# end of Clock Drivers + +# +# Pinctrl Drivers +# +CONFIG_AW_PINCTRL=y +# CONFIG_AW_PINCTRL_DEBUGFS is not set +# CONFIG_AW_PINCTRL_SUN8IW11 is not set +# CONFIG_AW_PINCTRL_SUN8IW18 is not set +# CONFIG_AW_PINCTRL_SUN8IW15P1 is not set +# CONFIG_AW_PINCTRL_SUN8IW15P1_R is not set +# CONFIG_AW_PINCTRL_SUN8IW20 is not set +# CONFIG_AW_PINCTRL_SUN8IW21 is not set +# CONFIG_AW_PINCTRL_SUN50IW9 is not set +# CONFIG_AW_PINCTRL_SUN50IW9_R is not set +# CONFIG_AW_PINCTRL_SUN50IW10P1 is not set +# CONFIG_AW_PINCTRL_SUN50IW10P1_R is not set +# CONFIG_AW_PINCTRL_SUN50IW12 is not set +# CONFIG_AW_PINCTRL_SUN50IW12_R is not set +# CONFIG_AW_PINCTRL_SUN55IW3 is not set +# CONFIG_AW_PINCTRL_SUN55IW3_R is not set +# CONFIG_AW_PINCTRL_SUN55IW5 is not set +# CONFIG_AW_PINCTRL_SUN55IW6 is not set +# CONFIG_AW_PINCTRL_SUN60IW1 is not set +CONFIG_AW_PINCTRL_SUN60IW2=y +CONFIG_AW_PINCTRL_SUN60IW2_R=y +# CONFIG_AW_PINCTRL_SUN20IW5 is not set +# CONFIG_AW_PINCTRL_SUN65IW1 is not set +# CONFIG_AW_PINCTRL_AXP22X is not set +CONFIG_AW_PINCTRL_LEDS=y +CONFIG_AW_PINCTRL_DYNAMIC_DEBUG=y +# end of Pinctrl Drivers + +# +# UART Drivers +# +# CONFIG_AW_UART is not set +CONFIG_AW_UART_NG=y +CONFIG_AW_SERIAL_CONSOLE=y +# CONFIG_AW_SERIAL_EARLYCON is not set +CONFIG_AW_EARLY_PRINTK=y +# CONFIG_AW_IOSERIAL is not set +CONFIG_AW_UART_DYNAMIC_DEBUG=y +# CONFIG_AW_SOFT_UART is not set +# end of UART Drivers + +# +# Timer Drivers +# +# CONFIG_AW_TIMER is not set +CONFIG_AW_TIMER_SUN50I=y +CONFIG_AW_TIMER_DYNAMIC_DEBUG=y +# end of Timer Drivers + +# +# DMA Drivers +# +CONFIG_AW_DMA=y +# end of DMA Drivers + +# +# RTC Drivers +# +CONFIG_AW_RTC=y +CONFIG_AW_RTC_REBOOT_FLAG=y +CONFIG_AW_RTC_POWEROFF_ALARM=y +# CONFIG_AW_TIMER_ALARM is not set +# CONFIG_AW_FAKE_POWEROFF is not set +# end of RTC Drivers + +# +# Bus Drivers +# +CONFIG_AW_NSI=y +# CONFIG_AW_NSI_DISTRIBUTE is not set +# CONFIG_AW_NPD is not set +# CONFIG_AW_NSI_CPU_CHANNEL is not set +# end of Bus Drivers + +# +# Dump-Reg Drivers +# +CONFIG_AW_DUMP_REG=y +# end of Dump-Reg Drivers + +# +# Watchdog Drivers +# +CONFIG_AW_WATCHDOG=y +# end of Watchdog Drivers + +# +# IOMMU Drivers +# +CONFIG_AW_IOMMU=y +# CONFIG_AW_IOMMU_V1 is not set +CONFIG_AW_IOMMU_V2=y +# CONFIG_AW_IOMMU_V3 is not set +# CONFIG_AW_IOMMU_DISTRIBUTE is not set +# CONFIG_AW_IOMMU_DEBUG is not set +# end of IOMMU Drivers + +# +# MBUS Drivers +# +# CONFIG_AW_MBUS_GENERIC is not set +# end of MBUS Drivers + +# +# SD/MMC Drivers +# +CONFIG_AW_MMC=y +CONFIG_AW_MMC_V4P1X=y +# CONFIG_AW_MMC_V4P00X is not set +# CONFIG_AW_MMC_V4P10X is not set +CONFIG_AW_MMC_V4P5X=y +CONFIG_AW_MMC_V5P3X=y +# CONFIG_AW_MMC_DEBUG is not set +# CONFIG_AW_MMC_CQHCI is not set +# end of SD/MMC Drivers + +# +# SUNXI UFS Drivers +# +# CONFIG_AW_UFS is not set +# end of SUNXI UFS Drivers + +# +# NAND Drivers +# +# CONFIG_AW_NAND is not set +# end of NAND Drivers + +CONFIG_AW_MTD=y + +# +# Partition parsers +# +# CONFIG_AW_MTD_SUNXI_PARTS is not set +# end of Partition parsers + +CONFIG_AW_MTD_SPI_NOR_5_15=y +# CONFIG_AW_MTD_SPI_NOR_6_1 is not set +CONFIG_AW_MTD_SPI_NOR_USE_4K_SECTORS=y +# CONFIG_SPIF_SUNXI is not set + +# +# AW_MTD_NAND +# +# CONFIG_RAW_KERNEL is not set +# CONFIG_SIMULATE_MULTIPLANE is not set +# CONFIG_AW_MTD_SPINAND is not set +# CONFIG_AW_MTD_RAWNAND is not set +# end of AW_MTD_NAND + +# CONFIG_SUNXI_REDEPOSIT is not set + +# +# Video Drivers +# +# CONFIG_AW_FB_CONSOLE is not set +# CONFIG_AW_DISP2 is not set +# CONFIG_LCD_FB is not set +# CONFIG_LCD_FB_ENABLE_DEFERRED_IO is not set +# CONFIG_TV_DECODER_DISPLAY is not set +# end of Video Drivers + +# +# G2D Drivers +# +CONFIG_AW_G2D=m +CONFIG_G2D_LEGACY=y +# CONFIG_G2D_RCQ is not set +# CONFIG_G2D_SYNCFENCE is not set +# end of G2D Drivers + +# +# DI_Drivers +# +CONFIG_AW_DI=m +# CONFIG_SUNXI_DI_V1XX is not set +# CONFIG_SUNXI_DI_V2X is not set +CONFIG_SUNXI_DI_V3X=y +CONFIG_SUNXI_DI_SINGEL_FILE=y +# CONFIG_SUNXI_DI_AMP_SERVER is not set +# end of DI_Drivers + +# +# VIN (camera) Drivers +# +CONFIG_AW_VIDEO_SUNXI_VIN=m +# CONFIG_AW_SENSOR_POWER is not set +CONFIG_CSI_VIN=m +# CONFIG_ENABLE_SENSOR_FLIP_OPTION is not set +CONFIG_VIDEO_SUNXI_VIN_SPECIAL=y +# CONFIG_CSI_CCI is not set +# CONFIG_FLASH is not set +# CONFIG_ACTUATOR is not set +# CONFIG_SENSOR_LIST is not set +# CONFIG_BUF_AUTO_UPDATE is not set +# CONFIG_PIPELINE_RESET is not set +# CONFIG_MULTI_FRAME is not set +# CONFIG_SUPPORT_ISP_TDM is not set +# CONFIG_SENSOR_RGB is not set +CONFIG_VIPP_YUV2RGB=y +# CONFIG_MULTI_FRM_MERGE_INT is not set +# CONFIG_DISPPLAY_SYNC is not set +CONFIG_VIN_IOMMU=y +CONFIG_D3D=y +# CONFIG_D3D_LTF_EN is not set +# CONFIG_D3D_COMPRESS_EN is not set +CONFIG_D3D_PKG_MODE=y +# CONFIG_D3D_LBC_MODE is not set +# CONFIG_WDR is not set +# CONFIG_SAME_I2C is not set +# CONFIG_VIN_SDRAM_DFS is not set +# CONFIG_ISP_SERVER_MELIS is not set +# CONFIG_VIN_INIT_MELIS is not set + +# +# sensor driver select +# +# CONFIG_SENSOR_RN6854M is not set +CONFIG_SENSOR_NVP6158C=m +# CONFIG_SENSOR_GC02M1B is not set +# CONFIG_SENSOR_GC02M1 is not set +# CONFIG_SENSOR_GC030A is not set +# CONFIG_SENSOR_GC05A2 is not set +# CONFIG_SENSOR_GC2385 is not set +# CONFIG_SENSOR_GC5025 is not set +# CONFIG_SENSOR_GC6133 is not set +# CONFIG_SENSOR_BF30A2 is not set +# CONFIG_SENSOR_IMX278 is not set +# CONFIG_SENSOR_IMX278_2LANE is not set +CONFIG_SENSOR_IMX386=m +CONFIG_SENSOR_IMX386_2LANE=m +# CONFIG_SENSOR_OV5640 is not set +# CONFIG_SENSOR_OV5648_MIPI is not set +# CONFIG_SENSOR_OV2775 is not set +# CONFIG_SENSOR_OV5675 is not set +# CONFIG_SENSOR_OV02A10 is not set +# CONFIG_SENSOR_GC2145 is not set +# CONFIG_SENSOR_GC0310 is not set +# CONFIG_SENSOR_GC2355 is not set +# CONFIG_SENSOR_GC5024 is not set +# CONFIG_SENSOR_GC5035 is not set +# CONFIG_SENSOR_GC2590 is not set +# CONFIG_SENSOR_SP5409 is not set +# CONFIG_SENSOR_IMX214 is not set +CONFIG_SENSOR_IMX219=m +# CONFIG_SENSOR_IMX274_SLVDS is not set +# CONFIG_SENSOR_IMX291_DVP is not set +# CONFIG_SENSOR_IMX291 is not set +# CONFIG_SENSOR_IMX317 is not set +# CONFIG_SENSOR_IMX335 is not set +# CONFIG_SENSOR_IMX326 is not set +# CONFIG_SENSOR_IMX477 is not set +# CONFIG_SENSOR_OV2710 is not set +# CONFIG_SENSOR_OV2718 is not set +# CONFIG_SENSOR_AR0238 is not set +# CONFIG_SENSOR_OV7251 is not set +# CONFIG_SENSOR_OV8856 is not set +# CONFIG_SENSOR_OV8858_R2A_4LANE is not set +# CONFIG_SENSOR_OV2680 is not set +# CONFIG_SENSOR_S5K3H5XA is not set +# CONFIG_SENSOR_AR0238_HISPI is not set +# CONFIG_SENSOR_NVP6134 is not set +# CONFIG_SENSOR_NVP6324 is not set +# CONFIG_SENSOR_TP9950 is not set +# CONFIG_SENSOR_SC2232 is not set +# CONFIG_SENSOR_SC035HGS is not set +# CONFIG_SENSOR_GC02M2 is not set +# CONFIG_SENSOR_C2390A is not set +# CONFIG_SENSOR_C2398 is not set +# CONFIG_SENSOR_C2399 is not set +# CONFIG_SENSOR_IMX319 is not set +# CONFIG_SENSOR_S5K5E8 is not set +# CONFIG_SENSOR_TP9930 is not set +CONFIG_SENSOR_TP2815=m +# CONFIG_SENSOR_LT7911D is not set +CONFIG_SENSOR_OV13850=m +# CONFIG_SENSOR_LT6911C is not set +# CONFIG_SENSOR_TC358743XBG is not set +# CONFIG_SENSOR_RM84_SERDES is not set +# CONFIG_SENSOR_THINE244_SERDES is not set +# CONFIG_SENSOR_MAX96724_SERDES is not set +# CONFIG_SENSOR_TD104 is not set +# CONFIG_SENSOR_RK628F is not set +# end of sensor driver select +# end of VIN (camera) Drivers + +# +# VFE (camera) Drivers +# +# CONFIG_CSI_VFE is not set +# end of VFE (camera) Drivers + +# +# TVD (cvbs in) Drivers +# +# end of TVD (cvbs in) Drivers + +# +# DRM Drivers +# +CONFIG_AW_DRM=y +CONFIG_AW_DRM_DE=y +CONFIG_AW_DRM_TCON=y +CONFIG_AW_DRM_TCON_TV=y +CONFIG_AW_DRM_TCON_TOP=y +CONFIG_AW_DRM_LVDS=y +# CONFIG_AW_DRM_RGB is not set +CONFIG_AW_DRM_DSI=y +CONFIG_AW_DRM_HDMI_TX=y +# CONFIG_AW_DRM_HDMI14 is not set +CONFIG_AW_DRM_HDMI20=y +# CONFIG_AW_DRM_EDP is not set + +# +# sunxi drm panels select +# +CONFIG_PANEL_DSI_GENERAL=y +CONFIG_PANEL_LVDS_GENERAL=y +# CONFIG_PANEL_RGB_GENERAL is not set +# CONFIG_PANEL_EDP_GENERAL is not set +# end of sunxi drm panels select + +CONFIG_AW_DRM_PHY=y +CONFIG_AW_DRM_DSI_COMBOPHY=y +# end of DRM Drivers + +# +# Open Source GPU Drivers +# +# CONFIG_AW_DRM_PANFROST is not set +# CONFIG_AW_DRM_LIMA is not set +# end of Open Source GPU Drivers + +# +# Sunxi Fast Car Reverse Drivers +# +# end of Sunxi Fast Car Reverse Drivers + +# +# Sunxi Fast Car Reverse Drivers For Amp +# +# end of Sunxi Fast Car Reverse Drivers For Amp + +# +# VE Drivers +# +CONFIG_AW_VIDEO_ENCODER_DECODER=m +CONFIG_AW_VIDEO_KERNEL_ENC=y +CONFIG_AW_VIDEO_KERNEL_DEC=y +# CONFIG_AW_VIDEO_DYNAMIC_DEBUG is not set +# CONFIG_AW_VIDEO_GOOGLE_DECODER is not set +# end of VE Drivers + +# +# rt-media +# +# CONFIG_VIDEO_RT_MEDIA is not set +# end of rt-media + +# +# SOUND Drivers +# + +# +# CODEC drivers +# +# CONFIG_SND_SOC_AC101 is not set +CONFIG_SND_SOC_AC101B=y +CONFIG_SND_SOC_AC107=y +# CONFIG_SND_SOC_AC108 is not set +# CONFIG_SND_SOC_FS16XX is not set +CONFIG_SND_SOC_ES8323=y +# end of CODEC drivers + +CONFIG_SND_SOC_SUNXI_PCM=y +CONFIG_SND_SOC_SUNXI_MACH=y +CONFIG_SND_SOC_SUNXI_COMMON=y + +# +# Platform drivers +# +CONFIG_SND_SOC_SUNXI_OWA=y +CONFIG_SND_SOC_SUNXI_OWA_RXIEC61937=y +# CONFIG_SND_SOC_SUNXI_DMIC is not set +CONFIG_SND_SOC_SUNXI_I2S=y +CONFIG_SND_SOC_SUNXI_CODEC_HDMI=y +# CONFIG_SND_SOC_SUNXI_CODEC_AV is not set +CONFIG_SND_SOC_SUNXI_COMPONENTS=y +CONFIG_SND_SOC_SUNXI_DEBUG=y +CONFIG_SND_SOC_SUNXI_DYNAMIC_DEBUG=y +# end of Platform drivers + +# +# Misc drivers +# +# CONFIG_SND_SOC_SUNXI_TEST_CLK is not set +# CONFIG_SND_SOC_SUNXI_LOOPBACK is not set +# end of Misc drivers + +# +# PA drivers +# +# CONFIG_SND_SOC_AW87XXX is not set +# CONFIG_SND_SOC_AD8XXXX is not set +# CONFIG_SND_SMARTPA_AW882XX is not set +# end of PA drivers +# end of SOUND Drivers + +# +# Choose one according to the actual usage +# + +# +# CE Drivers +# +# CONFIG_AW_CE_SOCKET is not set +# CONFIG_AW_CE_IOCTL is not set +# CONFIG_AW_CE_SOCKET_SECURE_KEY is not set +# CONFIG_AW_TRNG is not set +# end of CE Drivers + +# +# SMC Drivers +# +CONFIG_AW_SYS_INFO=y +CONFIG_AW_SMC=y +# end of SMC Drivers + +# +# SID Drivers +# +CONFIG_AW_SID=y +CONFIG_AW_SET_EFUSE_POWER=y +# end of SID Drivers + +# +# SECURE STORAGE Drivers +# +# CONFIG_AW_SECURE_STORAGE is not set +# end of SECURE STORAGE Drivers + +# +# DRM HEAP Drivers +# +CONFIG_AW_DRM_HEAP=y +# end of DRM HEAP Drivers + +# +# PCIe Drivers +# +CONFIG_AW_PCIE_RC=y +# CONFIG_AW_PCIE_EP is not set +# CONFIG_AW_PCIE_NONE is not set +# end of PCIe Drivers + +# +# PHY Drivers +# +# CONFIG_AW_INNO_COMBOPHY is not set +CONFIG_AW_CADENCE_COMBOPHY=y +# CONFIG_AW_SYNOPSYS_COMBOPHY is not set +# end of PHY Drivers + +# +# Emac Drivers +# +# CONFIG_AW_EMAC is not set +# CONFIG_AW_EMAC_MDIO is not set +# end of Emac Drivers + +# +# Gmac Drivers +# +# CONFIG_AW_GMAC is not set +# CONFIG_AW_GMAC_MDIO is not set +# end of Gmac Drivers + +# +# Stmmac Drivers +# +CONFIG_AW_STMMAC_ETH=y +CONFIG_AW_DWMAC_SUNXI=y +CONFIG_AW_STMMAC_SELFTESTS=y +# CONFIG_AW_STMMAC_UIO is not set +# end of Stmmac Drivers + +# +# USB Drivers +# + +# +# USB DWC3 Drivers +# +CONFIG_USB_SUNXI_DWC3=y +CONFIG_PHY_SUNXI_PLAT=y +CONFIG_DWC3_SUNXI_PLAT=y +# end of USB DWC3 Drivers + +# +# USB Host Controller Drivers +# +CONFIG_USB_EHCI_HCD_SUNXI=y +CONFIG_USB_OHCI_HCD_SUNXI=y +CONFIG_USB_SUNXI_HCD=y +CONFIG_USB_SUNXI_HCI=y +CONFIG_USB_SUNXI_EHCI0=y +CONFIG_USB_SUNXI_EHCI1=y +CONFIG_USB_SUNXI_OHCI0=y +CONFIG_USB_SUNXI_OHCI1=y +# end of USB Host Controller Drivers + +# +# USB Device Drivers +# +CONFIG_USB_SUNXI_USB=y +CONFIG_USB_SUNXI_USB_MANAGER=y +CONFIG_USB_SUNXI_USB_DEBUG=y +CONFIG_USB_SUNXI_USB_ADB=y +CONFIG_USB_SUNXI_UDC0=y +# end of USB Device Drivers + +# +# USB Type-C Support +# +CONFIG_USB_SUNXI_TYPEC=y +CONFIG_TYPEC_HUSB311=y + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_PS8743 is not set +# CONFIG_TYPEC_MUX_FSA4480 is not set +# CONFIG_TYPEC_MUX_GPIO_GMA340 is not set +CONFIG_TYPEC_MUX_SUNXI_PHY_SWITCHER=y +# end of USB Type-C Multiplexer/DeMultiplexer Switch support +# end of USB Type-C Support + +# +# USB Gadget Drivers +# +# CONFIG_USB_SUNXI_GADGET is not set +# end of USB Gadget Drivers + +# +# USB EXTCON Support +# +# CONFIG_USB_SUNXI_EXTCON is not set +# end of USB EXTCON Support + +# +# USB PHY Support +# +# CONFIG_USB_SUNXI_PHY is not set +# end of USB PHY Support +# end of USB Drivers + +# +# TWI Drivers +# +CONFIG_AW_TWI=y +# CONFIG_AW_TWI_DELAYINIT is not set +# CONFIG_AW_TWI_DYNAMIC_DEBUG is not set +# end of TWI Drivers + +# +# SPI Drivers +# +# CONFIG_AW_SPI is not set +# end of SPI Drivers + +# +# SPI NG Drivers +# +CONFIG_AW_SPI_NG=y +CONFIG_AW_SPI_NG_BIT=y +CONFIG_AW_SPI_NG_DBI=y +CONFIG_AW_SPI_NG_CAMERA=y +# CONFIG_AW_SPI_NG_ATOMIC_XFER is not set +# CONFIG_AW_SPI_SLAVETEST is not set +# CONFIG_AW_SPI_CAMERATEST is not set +# end of SPI NG Drivers + +# +# LED Drivers +# +CONFIG_AW_LEDC=y +# end of LED Drivers + +# +# PWM Drivers +# +CONFIG_AW_PWM=y +# CONFIG_AW_SOFT_PWM is not set +# end of PWM Drivers + +# +# IR-TX Drivers +# +# CONFIG_AW_IR_TX is not set +# end of IR-TX Drivers + +# +# IR-RX Drivers +# +CONFIG_AW_IR_RX=y +# CONFIG_AW_IR_GPIO_RX is not set +# end of IR-RX Drivers + +# +# General Purpose ADC Drivers +# +CONFIG_AW_GPADC=y +# end of General Purpose ADC Drivers + +# +# Low Rate ADC Drivers +# +CONFIG_AW_LRADC=y +# end of Low Rate ADC Drivers + +# +# Resistive Touch Panel Drivers +# +# CONFIG_AW_RTP is not set +# end of Resistive Touch Panel Drivers + +# +# Input Device Drivers +# +CONFIG_AW_INPUT_SENSORINIT=y +# CONFIG_AW_INPUT_CTP is not set +# CONFIG_AW_INPUT_SENSOR is not set +# CONFIG_AW_INPUT_MISC is not set +# end of Input Device Drivers + +# +# ATA Drivers +# +# CONFIG_AW_AHCI is not set +# end of ATA Drivers + +# +# Smart Card Reader Drivers +# +# CONFIG_AW_SCR is not set +# end of Smart Card Reader Drivers + +# +# Wiegand Drivers +# +# CONFIG_SUNXI_WIEGAND is not set +# end of Wiegand Drivers + +# +# Network Device Drivers +# + +# +# Wireless LAN +# +CONFIG_BCMDHD=m +CONFIG_BCMDHD_FW_PATH="/etc/firmware/fw_bcmdhd.bin" +CONFIG_BCMDHD_NVRAM_PATH="/etc/firmware/nvram.txt" +# CONFIG_BCMDHD_SDIO is not set +CONFIG_BCMDHD_PCIE=y +# CONFIG_BCMDHD_USB is not set +# CONFIG_RTL8188FU is not set +# CONFIG_RTL8723CS is not set +# CONFIG_RTL8723DS is not set +# CONFIG_RTL8723DU is not set +# CONFIG_RTL8822BS is not set +# CONFIG_RTL8822CU is not set +# CONFIG_RTL8852BS is not set +# CONFIG_XR819_WLAN is not set +# CONFIG_XR829_WLAN is not set +# CONFIG_SPARD_WLAN_SUPPORT is not set +CONFIG_AIC_WLAN_SUPPORT=y +CONFIG_AIC_INTF_SDIO=y +# CONFIG_AIC_INTF_USB is not set +CONFIG_AIC_IRQ_ACTIVE_UNSET=y +# CONFIG_AIC_IRQ_ACTIVE_HIGH is not set +# CONFIG_AIC_IRQ_ACTIVE_RISING is not set +# CONFIG_AIC_IRQ_ACTIVE_LOW is not set +# CONFIG_AIC_IRQ_ACTIVE_FALLING is not set +CONFIG_AIC8800_WLAN_SUPPORT=m +CONFIG_AIC8800_BTLPM_SUPPORT=m +# CONFIG_ATBM_WIRELESS is not set +# CONFIG_SSV6158 is not set +# end of Wireless LAN +# end of Network Device Drivers + +# +# Networking Drivers +# + +# +# Bluetooth Subsystem Support +# + +# +# Bluetooth Device Drivers +# +# CONFIG_BCM_BT_LPM is not set +# CONFIG_RTL_BT_LPM is not set +# CONFIG_XR_BT_LPM is not set +# CONFIG_BT_RTKBTUSB is not set +# CONFIG_BT_RTKH5 is not set +# end of Bluetooth Device Drivers +# end of Bluetooth Subsystem Support +# end of Networking Drivers + +# +# IRQ-Chip Drivers +# +CONFIG_AW_WAKEUPGEN=y +CONFIG_AW_SUN8I_NMI=y +# end of IRQ-Chip Drivers + +# +# Standby Debugging Drivers +# +CONFIG_AW_STANDBY_DEBUG=y +# end of Standby Debugging Drivers + +# +# Thermal Drivers +# +CONFIG_AW_THERMAL=y +# CONFIG_AW_CPUFREQ_CLAMP is not set +# CONFIG_AW_THERMAL_CRITICAL_HANDLER is not set +# end of Thermal Drivers + +# +# NVMEM Drivers +# +CONFIG_NVMEM_AW_SID=y +# end of NVMEM Drivers + +# +# Power Domain Drivers +# +# CONFIG_AW_GPU_PM_DOMAINS is not set +# CONFIG_AW_PM_DOMAINS is not set +CONFIG_AW_PCK600_DOMAINS=y +CONFIG_AW_POWER_DOMAIN_TEST=y +# end of Power Domain Drivers + +# +# PMIC Drivers +# +# CONFIG_AW_VIRTUAL_AC_POWER is not set +# CONFIG_AW_GPIO_VBUS_POWER is not set +CONFIG_AW_MFD_AXP2101=y +CONFIG_AW_MFD_AXP2101_I2C=y +# CONFIG_AW_MFD_PMU_EXT_I2C is not set +# CONFIG_AW_MFD_BMU_EXT_I2C is not set + +# +# Regulator Drivers +# +CONFIG_AW_REGULATOR_AXP2101=y +# CONFIG_AW_REGULATOR_SOC_PMU is not set +# CONFIG_AW_REGULATOR_PWM is not set +# CONFIG_AW_REGULATOR_VIRTUAL_CONSUMER is not set + +# +# Regulator Functions +# +# CONFIG_AW_AXP1530_WORKAROUND_DVM is not set + +# +# Powerkey Drivers +# +CONFIG_AW_INPUT_AXP2101_PEK=y + +# +# Power Supply Drivers +# +# CONFIG_AW_AXP803_POWER is not set +# CONFIG_AW_AXP2202_POWER is not set +# CONFIG_AW_AXP2202_GPIO_POWER is not set +# CONFIG_AW_AXP22X_POWER is not set +CONFIG_AW_AXP515_POWER=y +# CONFIG_AW_AXP515_ACIN_POWER is not set +# CONFIG_AW_AXP2101_POWER is not set + +# +# Power Notifier Drivers +# +CONFIG_AW_POWER_NOTIFIER=y + +# +# Power Temp Ctrl Drivers +# +# CONFIG_AW_AXP8191_TEMP_CTRL is not set +# end of PMIC Drivers + +# +# CPU Frequency Drivers +# +CONFIG_AW_CPUFREQ_DT=y +CONFIG_AW_CPUFREQ_DT_PLATDEV=y +# CONFIG_AW_CPUFREQ_TEST is not set + +# +# sunxi cpufreq Drivers +# +CONFIG_ARM_AW_SUN50I_CPUFREQ_NVMEM=y +# end of sunxi cpufreq Drivers +# end of CPU Frequency Drivers + +# +# Devfreq Device Drivers +# +CONFIG_AW_DMC_DEVFREQ=y + +# +# Devfreq Device Event Drivers +# +CONFIG_AW_EVENT_DFI=y +CONFIG_AW_EVENT_DDR=y +# end of Devfreq Device Event Drivers +# end of Devfreq Device Drivers + +# +# sunxi dsufreq Drivers +# +CONFIG_AW_SUNXI_DSUFREQ=y +# CONFIG_AW_SUNXI_DSUFREQ_TEST is not set +# CONFIG_AW_SUNXI_DSUFREQ_ADJUST is not set +# end of sunxi dsufreq Drivers + +# +# MSGBOX Drivers +# +# CONFIG_AW_MSGBOX is not set +# end of MSGBOX Drivers + +# +# HWSPINLOCK Drivers +# +# CONFIG_AW_HWSPINLOCK is not set +# end of HWSPINLOCK Drivers + +# +# Remoteproc drivers +# +CONFIG_AW_REMOTEPROC=y +# CONFIG_AW_RPROC_FAST_BOOT is not set +CONFIG_AW_RPROC_ENHANCED_TRACE=y +# CONFIG_SUNXI_RPROC_SHARE_IRQ is not set +# CONFIG_AW_REMOTEPROC_HIFI4_BOOT is not set +# CONFIG_AW_REMOTEPROC_E906_BOOT is not set +# CONFIG_AW_REMOTEPROC_E907_BOOT is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +CONFIG_AW_RPMSG_CTRL=y +# CONFIG_AW_RPMSG_NOTIFY is not set +# CONFIG_AW_RPMSG_HEARTBEAT is not set +# end of Rpmsg drivers + +# +# Rpbuf drivers +# +# CONFIG_AW_RPBUF_DEV is not set + +# +# Service +# +# CONFIG_AW_RPBUF_SERVICE_RPMSG is not set + +# +# Controller +# +# CONFIG_AW_RPBUF_CONTROLLER_SUNXI is not set + +# +# Sample +# +# CONFIG_AW_RPBUF_SAMPLE_SUNXI is not set +# end of Rpbuf drivers + +# +# NPU Drivers +# +CONFIG_AW_NNA_VIP=m +# CONFIG_NNA_VIP1 is not set +CONFIG_NNA_VIP2=y +# CONFIG_NPU_USER_IOMMU is not set +# CONFIG_NPU_SET_CLK_VOL is not set +# CONFIG_AW_NNA_GALCORE is not set +# end of NPU Drivers + +# +# Misc Devices Drivers +# +# CONFIG_SUNXI_DIRECT_GPIO is not set +CONFIG_AW_RFKILL=y +CONFIG_AW_MACADDR_MGT=y +# CONFIG_AW_BOOTEVENT is not set +# CONFIG_SUNXI_TVUTILS_SCRIPTS is not set +# CONFIG_SUNXI_AFBD_WORKAROUND is not set +# CONFIG_SUNXI_LED_BCT is not set +# end of Misc Devices Drivers + +# +# Vendor Hooks Drivers +# +# end of Vendor Hooks Drivers + +# +# Aw trace Drivers +# +# CONFIG_AW_TRACE is not set +# CONFIG_AW_HEALTHD is not set +# end of Aw trace Drivers + +# +# CRASHDUMP Drivers +# +CONFIG_AW_CRASHDUMP=y +# CONFIG_PANIC_DEBUG is not set +CONFIG_AW_CRASHDUMP_KEY=y +# end of CRASHDUMP Drivers + +# +# JTAG Drivers +# +# CONFIG_AW_SOFT_JTAG_MASTER is not set +# CONFIG_AW_JTAG_MASTER is not set +# end of JTAG Drivers + +# +# AW Debugging Extensions +# +# CONFIG_AW_SYSCALL_PRINTK is not set +# end of AW Debugging Extensions + +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_FAT_DEFAULT_UTF8 is not set + +# +# AW andes adaption +# +# CONFIG_AW_ANDES_DMA_ADAPT is not set +# end of AW andes adaption + +# +# AWLINK Drivers +# +# end of AWLINK Drivers +# end of Device Drivers + +# +# NAND Drivers +# +# end of NAND Drivers + +# +# GPU Drivers +# +CONFIG_AW_GPU_TYPE="bxm" +# end of GPU Drivers +# end of Allwinner BSP + +CONFIG_CC_VERSION_TEXT="aarch64-none-linux-gnu-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111" +CONFIG_CC_IS_GCC=y +CONFIG_GCC_VERSION=110201 +CONFIG_CLANG_VERSION=0 +CONFIG_AS_IS_GNU=y +CONFIG_AS_VERSION=20243822 +CONFIG_LD_IS_BFD=y +CONFIG_LD_VERSION=20243822 +CONFIG_LLD_VERSION=0 +CONFIG_CC_CAN_LINK=y +CONFIG_CC_CAN_LINK_STATIC=y +CONFIG_CC_HAS_ASM_GOTO=y +CONFIG_CC_HAS_ASM_GOTO_OUTPUT=y +CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y +CONFIG_CC_HAS_ASM_INLINE=y +CONFIG_CC_HAS_NO_PROFILE_FN_ATTR=y +CONFIG_PAHOLE_VERSION=125 +CONFIG_IRQ_WORK=y +CONFIG_BUILDTIME_TABLE_SORT=y +CONFIG_THREAD_INFO_IN_TASK=y + +# +# General setup +# +CONFIG_INIT_ENV_ARG_LIMIT=32 +# CONFIG_COMPILE_TEST is not set +# CONFIG_WERROR is not set +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_BUILD_SALT="" +CONFIG_DEFAULT_INIT="" +CONFIG_DEFAULT_HOSTNAME="(none)" +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_WATCH_QUEUE is not set +CONFIG_CROSS_MEMORY_ATTACH=y +# CONFIG_USELIB is not set +CONFIG_AUDIT=y +CONFIG_HAVE_ARCH_AUDITSYSCALL=y +CONFIG_AUDITSYSCALL=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_GENERIC_IRQ_SHOW_LEVEL=y +CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y +CONFIG_GENERIC_IRQ_MIGRATION=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_CHIP=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_DOMAIN_HIERARCHY=y +CONFIG_IRQ_FASTEOI_HIERARCHY_HANDLERS=y +CONFIG_GENERIC_IRQ_IPI=y +CONFIG_GENERIC_MSI_IRQ=y +CONFIG_GENERIC_MSI_IRQ_DOMAIN=y +CONFIG_IRQ_MSI_IOMMU=y +CONFIG_HANDLE_DOMAIN_IRQ=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +# CONFIG_GENERIC_IRQ_DEBUGFS is not set +# end of IRQ subsystem + +CONFIG_GENERIC_TIME_VSYSCALL=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_ARCH_HAS_TICK_BROADCAST=y +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y + +# +# Timers subsystem +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ_COMMON=y +# CONFIG_HZ_PERIODIC is not set +CONFIG_NO_HZ_IDLE=y +# CONFIG_NO_HZ_FULL is not set +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +# end of Timers subsystem + +CONFIG_BPF=y +CONFIG_HAVE_EBPF_JIT=y +CONFIG_ARCH_WANT_DEFAULT_BPF_JIT=y + +# +# BPF subsystem +# +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_JIT=y +# CONFIG_BPF_JIT_ALWAYS_ON is not set +CONFIG_BPF_JIT_DEFAULT_ON=y +# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set +# CONFIG_BPF_PRELOAD is not set +# end of BPF subsystem + +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_PREEMPT_COUNT=y +CONFIG_PREEMPTION=y + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set +# CONFIG_IRQ_TIME_ACCOUNTING is not set +CONFIG_SCHED_THERMAL_PRESSURE=y +# CONFIG_BSD_PROCESS_ACCT is not set +# CONFIG_TASKSTATS is not set +# CONFIG_PSI is not set +# end of CPU/Task time and stats accounting + +CONFIG_CPU_ISOLATION=y + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +CONFIG_PREEMPT_RCU=y +# CONFIG_RCU_EXPERT is not set +CONFIG_SRCU=y +CONFIG_TREE_SRCU=y +CONFIG_TASKS_RCU_GENERIC=y +CONFIG_TASKS_RCU=y +CONFIG_TASKS_TRACE_RCU=y +CONFIG_RCU_STALL_COMMON=y +CONFIG_RCU_NEED_SEGCBLIST=y +# end of RCU Subsystem + +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +# CONFIG_IKHEADERS is not set +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_LOG_CPU_MAX_BUF_SHIFT=12 +CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13 +# CONFIG_PRINTK_INDEX is not set +CONFIG_GENERIC_SCHED_CLOCK=y + +# +# Scheduler features +# +# CONFIG_UCLAMP_TASK is not set +# end of Scheduler features + +CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y +CONFIG_CC_HAS_INT128=y +CONFIG_ARCH_SUPPORTS_INT128=y +CONFIG_CGROUPS=y +CONFIG_PAGE_COUNTER=y +CONFIG_MEMCG=y +CONFIG_MEMCG_SWAP=y +CONFIG_MEMCG_KMEM=y +CONFIG_BLK_CGROUP=y +CONFIG_CGROUP_WRITEBACK=y +CONFIG_CGROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_CFS_BANDWIDTH=y +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_CGROUP_PIDS=y +# CONFIG_CGROUP_RDMA is not set +CONFIG_CGROUP_FREEZER=y +CONFIG_CGROUP_HUGETLB=y +CONFIG_CPUSETS=y +CONFIG_PROC_PID_CPUSET=y +CONFIG_CGROUP_DEVICE=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_PERF=y +CONFIG_CGROUP_BPF=y +# CONFIG_CGROUP_MISC is not set +# CONFIG_CGROUP_DEBUG is not set +CONFIG_SOCK_CGROUP_DATA=y +CONFIG_NAMESPACES=y +CONFIG_UTS_NS=y +CONFIG_TIME_NS=y +CONFIG_IPC_NS=y +CONFIG_USER_NS=y +CONFIG_PID_NS=y +CONFIG_NET_NS=y +# CONFIG_CHECKPOINT_RESTORE is not set +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_SYSFS_DEPRECATED is not set +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +CONFIG_RD_BZIP2=y +CONFIG_RD_LZMA=y +CONFIG_RD_XZ=y +CONFIG_RD_LZO=y +CONFIG_RD_LZ4=y +CONFIG_RD_ZSTD=y +CONFIG_BOOT_CONFIG=y +CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_LD_ORPHAN_WARN=y +CONFIG_SYSCTL=y +CONFIG_HAVE_UID16=y +CONFIG_SYSCTL_EXCEPTION_TRACE=y +CONFIG_EXPERT=y +CONFIG_UID16=y +CONFIG_MULTIUSER=y +# CONFIG_SGETMASK_SYSCALL is not set +# CONFIG_SYSFS_SYSCALL is not set +# CONFIG_FHANDLE is not set +CONFIG_POSIX_TIMERS=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_FUTEX_PI=y +CONFIG_HAVE_FUTEX_CMPXCHG=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_AIO=y +CONFIG_IO_URING=y +CONFIG_ADVISE_SYSCALLS=y +CONFIG_MEMBARRIER=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +CONFIG_KALLSYMS_BASE_RELATIVE=y +# CONFIG_USERFAULTFD is not set +CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y +CONFIG_KCMP=y +# CONFIG_RSEQ is not set +# CONFIG_EMBEDDED is not set +CONFIG_HAVE_PERF_EVENTS=y +# CONFIG_PC104 is not set + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# end of Kernel Performance Events And Counters + +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLOB is not set +# CONFIG_SLAB_MERGE_DEFAULT is not set +# CONFIG_SLAB_FREELIST_RANDOM is not set +# CONFIG_SLAB_FREELIST_HARDENED is not set +# CONFIG_SHUFFLE_PAGE_ALLOCATOR is not set +CONFIG_SLUB_CPU_PARTIAL=y +CONFIG_SYSTEM_DATA_VERIFICATION=y +CONFIG_PROFILING=y +# end of General setup + +CONFIG_ARM64=y +CONFIG_64BIT=y +CONFIG_MMU=y +CONFIG_ARM64_PAGE_SHIFT=12 +CONFIG_ARM64_CONT_PTE_SHIFT=4 +CONFIG_ARM64_CONT_PMD_SHIFT=4 +CONFIG_ARCH_MMAP_RND_BITS_MIN=18 +CONFIG_ARCH_MMAP_RND_BITS_MAX=24 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MIN=11 +CONFIG_ARCH_MMAP_RND_COMPAT_BITS_MAX=16 +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CSUM=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y +CONFIG_SMP=y +CONFIG_KERNEL_MODE_NEON=y +CONFIG_FIX_EARLYCON_MEM=y +CONFIG_PGTABLE_LEVELS=3 +CONFIG_ARCH_SUPPORTS_UPROBES=y +CONFIG_ARCH_PROC_KCORE_TEXT=y + +# +# Platform selection +# +# CONFIG_ARCH_ACTIONS is not set +CONFIG_ARCH_SUNXI=y +# CONFIG_ARCH_ALPINE is not set +# CONFIG_ARCH_APPLE is not set +# CONFIG_ARCH_BCM2835 is not set +# CONFIG_ARCH_BCM4908 is not set +# CONFIG_ARCH_BCM_IPROC is not set +# CONFIG_ARCH_BERLIN is not set +# CONFIG_ARCH_BITMAIN is not set +# CONFIG_ARCH_BRCMSTB is not set +# CONFIG_ARCH_EXYNOS is not set +# CONFIG_ARCH_SPARX5 is not set +# CONFIG_ARCH_K3 is not set +# CONFIG_ARCH_LAYERSCAPE is not set +# CONFIG_ARCH_LG1K is not set +# CONFIG_ARCH_HISI is not set +# CONFIG_ARCH_KEEMBAY is not set +# CONFIG_ARCH_MEDIATEK is not set +# CONFIG_ARCH_MESON is not set +# CONFIG_ARCH_MVEBU is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_QCOM is not set +# CONFIG_ARCH_REALTEK is not set +# CONFIG_ARCH_RENESAS is not set +# CONFIG_ARCH_ROCKCHIP is not set +# CONFIG_ARCH_S32 is not set +# CONFIG_ARCH_SEATTLE is not set +# CONFIG_ARCH_INTEL_SOCFPGA is not set +# CONFIG_ARCH_SYNQUACER is not set +# CONFIG_ARCH_TEGRA is not set +# CONFIG_ARCH_SPRD is not set +# CONFIG_ARCH_THUNDER is not set +# CONFIG_ARCH_THUNDER2 is not set +# CONFIG_ARCH_UNIPHIER is not set +# CONFIG_ARCH_VEXPRESS is not set +# CONFIG_ARCH_VISCONTI is not set +# CONFIG_ARCH_XGENE is not set +# CONFIG_ARCH_ZYNQMP is not set +# end of Platform selection + +# +# Kernel Features +# + +# +# ARM errata workarounds via the alternatives framework +# +CONFIG_ARM64_WORKAROUND_CLEAN_CACHE=y +CONFIG_ARM64_ERRATUM_826319=y +CONFIG_ARM64_ERRATUM_827319=y +CONFIG_ARM64_ERRATUM_824069=y +CONFIG_ARM64_ERRATUM_819472=y +CONFIG_ARM64_ERRATUM_832075=y +CONFIG_ARM64_ERRATUM_1742098=y +CONFIG_ARM64_ERRATUM_845719=y +CONFIG_ARM64_ERRATUM_843419=y +CONFIG_ARM64_LD_HAS_FIX_ERRATUM_843419=y +CONFIG_ARM64_ERRATUM_1024718=y +CONFIG_ARM64_ERRATUM_1418040=y +CONFIG_ARM64_WORKAROUND_SPECULATIVE_AT=y +CONFIG_ARM64_ERRATUM_1165522=y +CONFIG_ARM64_ERRATUM_1319367=y +CONFIG_ARM64_ERRATUM_1530923=y +CONFIG_ARM64_WORKAROUND_REPEAT_TLBI=y +CONFIG_ARM64_ERRATUM_2441007=y +CONFIG_ARM64_ERRATUM_1286807=y +CONFIG_ARM64_ERRATUM_1463225=y +CONFIG_ARM64_ERRATUM_1542419=y +CONFIG_ARM64_ERRATUM_1508412=y +CONFIG_ARM64_ERRATUM_2441009=y +CONFIG_ARM64_ERRATUM_2457168=y +CONFIG_ARM64_WORKAROUND_TSB_FLUSH_FAILURE=y +CONFIG_ARM64_ERRATUM_2054223=y +CONFIG_ARM64_ERRATUM_2067961=y +CONFIG_CAVIUM_ERRATUM_22375=y +CONFIG_CAVIUM_ERRATUM_23154=y +CONFIG_CAVIUM_ERRATUM_27456=y +CONFIG_CAVIUM_ERRATUM_30115=y +CONFIG_CAVIUM_TX2_ERRATUM_219=y +CONFIG_FUJITSU_ERRATUM_010001=y +CONFIG_HISILICON_ERRATUM_161600802=y +CONFIG_QCOM_FALKOR_ERRATUM_1003=y +CONFIG_QCOM_FALKOR_ERRATUM_1009=y +CONFIG_QCOM_QDF2400_ERRATUM_0065=y +CONFIG_QCOM_FALKOR_ERRATUM_E1041=y +CONFIG_NVIDIA_CARMEL_CNP_ERRATUM=y +CONFIG_SOCIONEXT_SYNQUACER_PREITS=y +# end of ARM errata workarounds via the alternatives framework + +CONFIG_ARM64_4K_PAGES=y +# CONFIG_ARM64_16K_PAGES is not set +# CONFIG_ARM64_64K_PAGES is not set +CONFIG_ARM64_VA_BITS_39=y +# CONFIG_ARM64_VA_BITS_48 is not set +CONFIG_ARM64_VA_BITS=39 +CONFIG_ARM64_PA_BITS_48=y +CONFIG_ARM64_PA_BITS=48 +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y +CONFIG_SCHED_MC=y +# CONFIG_SCHED_SMT is not set +CONFIG_NR_CPUS=8 +CONFIG_HOTPLUG_CPU=y +# CONFIG_NUMA is not set +# CONFIG_HZ_100 is not set +CONFIG_HZ_250=y +# CONFIG_HZ_300 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=250 +CONFIG_SCHED_HRTICK=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_HW_PERF_EVENTS=y +# CONFIG_PARAVIRT is not set +# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set +# CONFIG_KEXEC is not set +# CONFIG_KEXEC_FILE is not set +# CONFIG_CRASH_DUMP is not set +# CONFIG_XEN is not set +CONFIG_FORCE_MAX_ZONEORDER=11 +CONFIG_UNMAP_KERNEL_AT_EL0=y +CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY=y +CONFIG_RODATA_FULL_DEFAULT_ENABLED=y +# CONFIG_ARM64_SW_TTBR0_PAN is not set +CONFIG_ARM64_TAGGED_ADDR_ABI=y +CONFIG_COMPAT=y +CONFIG_KUSER_HELPERS=y +# CONFIG_ARMV8_DEPRECATED is not set + +# +# ARMv8.1 architectural features +# +CONFIG_ARM64_HW_AFDBM=y +CONFIG_ARM64_PAN=y +CONFIG_AS_HAS_LDAPR=y +CONFIG_AS_HAS_LSE_ATOMICS=y +CONFIG_ARM64_LSE_ATOMICS=y +CONFIG_ARM64_USE_LSE_ATOMICS=y +# end of ARMv8.1 architectural features + +# +# ARMv8.2 architectural features +# +# CONFIG_ARM64_PMEM is not set +CONFIG_ARM64_RAS_EXTN=y +CONFIG_ARM64_CNP=y +# end of ARMv8.2 architectural features + +# +# ARMv8.3 architectural features +# +CONFIG_ARM64_PTR_AUTH=y +CONFIG_ARM64_PTR_AUTH_KERNEL=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET=y +CONFIG_CC_HAS_SIGN_RETURN_ADDRESS=y +CONFIG_AS_HAS_PAC=y +CONFIG_AS_HAS_CFI_NEGATE_RA_STATE=y +# end of ARMv8.3 architectural features + +# +# ARMv8.4 architectural features +# +CONFIG_ARM64_AMU_EXTN=y +CONFIG_AS_HAS_ARMV8_4=y +CONFIG_ARM64_TLB_RANGE=y +# end of ARMv8.4 architectural features + +# +# ARMv8.5 architectural features +# +CONFIG_AS_HAS_ARMV8_5=y +CONFIG_ARM64_BTI=y +CONFIG_CC_HAS_BRANCH_PROT_PAC_RET_BTI=y +CONFIG_ARM64_E0PD=y +CONFIG_ARCH_RANDOM=y +CONFIG_ARM64_AS_HAS_MTE=y +CONFIG_ARM64_MTE=y +# end of ARMv8.5 architectural features + +# +# ARMv8.7 architectural features +# +CONFIG_ARM64_EPAN=y +# end of ARMv8.7 architectural features + +CONFIG_ARM64_SVE=y +CONFIG_ARM64_MODULE_PLTS=y +# CONFIG_ARM64_PSEUDO_NMI is not set +CONFIG_RELOCATABLE=y +# CONFIG_RANDOMIZE_BASE is not set +CONFIG_CC_HAVE_STACKPROTECTOR_SYSREG=y +CONFIG_STACKPROTECTOR_PER_TASK=y +# end of Kernel Features + +# +# Boot options +# +CONFIG_CMDLINE="" +# CONFIG_EFI is not set +# end of Boot options + +CONFIG_SYSVIPC_COMPAT=y + +# +# Power management options +# +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +# CONFIG_SUSPEND_SKIP_SYNC is not set +# CONFIG_HIBERNATION is not set +CONFIG_PM_SLEEP=y +CONFIG_PM_SLEEP_SMP=y +# CONFIG_PM_AUTOSLEEP is not set +CONFIG_PM_WAKELOCKS=y +CONFIG_PM_WAKELOCKS_LIMIT=100 +CONFIG_PM_WAKELOCKS_GC=y +CONFIG_PM=y +CONFIG_PM_DEBUG=y +CONFIG_PM_ADVANCED_DEBUG=y +# CONFIG_PM_TEST_SUSPEND is not set +CONFIG_PM_SLEEP_DEBUG=y +CONFIG_PM_CLK=y +CONFIG_PM_GENERIC_DOMAINS=y +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y +CONFIG_PM_GENERIC_DOMAINS_OF=y +CONFIG_CPU_PM=y +# CONFIG_ENERGY_MODEL is not set +CONFIG_ARCH_HIBERNATION_POSSIBLE=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +# end of Power management options + +# +# CPU Power Management +# + +# +# CPU Idle +# +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y +# CONFIG_CPU_IDLE_GOV_LADDER is not set +CONFIG_CPU_IDLE_GOV_MENU=y +# CONFIG_CPU_IDLE_GOV_TEO is not set +CONFIG_DT_IDLE_STATES=y + +# +# ARM CPU Idle Drivers +# +# CONFIG_ARM_CPUIDLE is not set +CONFIG_ARM_PSCI_CPUIDLE=y +CONFIG_ARM_PSCI_CPUIDLE_DOMAIN=y +# end of ARM CPU Idle Drivers +# end of CPU Idle + +# +# CPU Frequency scaling +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_GOV_ATTR_SET=y +CONFIG_CPU_FREQ_GOV_COMMON=y +CONFIG_CPU_FREQ_STAT=y +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y + +# +# CPU frequency scaling drivers +# +# CONFIG_CPUFREQ_DT is not set +# end of CPU Frequency scaling +# end of CPU Power Management + +# CONFIG_VIRTUALIZATION is not set +CONFIG_ARM64_CRYPTO=y +# CONFIG_CRYPTO_SHA256_ARM64 is not set +# CONFIG_CRYPTO_SHA512_ARM64 is not set +# CONFIG_CRYPTO_SHA1_ARM64_CE is not set +# CONFIG_CRYPTO_SHA2_ARM64_CE is not set +# CONFIG_CRYPTO_SHA512_ARM64_CE is not set +# CONFIG_CRYPTO_SHA3_ARM64 is not set +# CONFIG_CRYPTO_SM3_ARM64_CE is not set +# CONFIG_CRYPTO_SM4_ARM64_CE is not set +# CONFIG_CRYPTO_GHASH_ARM64_CE is not set +# CONFIG_CRYPTO_AES_ARM64 is not set +# CONFIG_CRYPTO_AES_ARM64_CE is not set +# CONFIG_CRYPTO_AES_ARM64_CE_CCM is not set +# CONFIG_CRYPTO_AES_ARM64_CE_BLK is not set +# CONFIG_CRYPTO_AES_ARM64_NEON_BLK is not set +# CONFIG_CRYPTO_CHACHA20_NEON is not set +# CONFIG_CRYPTO_POLY1305_NEON is not set +# CONFIG_CRYPTO_NHPOLY1305_NEON is not set +# CONFIG_CRYPTO_AES_ARM64_BS is not set + +# +# General architecture-dependent options +# +# CONFIG_KPROBES is not set +CONFIG_JUMP_LABEL=y +# CONFIG_STATIC_KEYS_SELFTEST is not set +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_FUNCTION_ERROR_INJECTION=y +CONFIG_HAVE_NMI=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_NMI_SUPPORT=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_CONTIGUOUS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_ARCH_HAS_FORTIFY_SOURCE=y +CONFIG_ARCH_HAS_KEEPINITRD=y +CONFIG_ARCH_HAS_SET_MEMORY=y +CONFIG_ARCH_HAS_SET_DIRECT_MAP=y +CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y +CONFIG_ARCH_WANTS_NO_INSTR=y +CONFIG_HAVE_ASM_MODVERSIONS=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_RSEQ=y +CONFIG_HAVE_FUNCTION_ARG_ACCESS_API=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_PERF_REGS=y +CONFIG_HAVE_PERF_USER_STACK_DUMP=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y +CONFIG_HAVE_ARCH_JUMP_LABEL_RELATIVE=y +CONFIG_MMU_GATHER_TABLE_FREE=y +CONFIG_MMU_GATHER_RCU_TABLE_FREE=y +CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y +CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y +CONFIG_HAVE_CMPXCHG_LOCAL=y +CONFIG_HAVE_CMPXCHG_DOUBLE=y +CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y +CONFIG_HAVE_ARCH_SECCOMP=y +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y +CONFIG_SECCOMP=y +CONFIG_SECCOMP_FILTER=y +# CONFIG_SECCOMP_CACHE_DEBUG is not set +CONFIG_HAVE_ARCH_STACKLEAK=y +CONFIG_HAVE_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR=y +CONFIG_STACKPROTECTOR_STRONG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG=y +CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y +CONFIG_LTO_NONE=y +CONFIG_ARCH_SUPPORTS_CFI_CLANG=y +CONFIG_HAVE_CONTEXT_TRACKING=y +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y +CONFIG_HAVE_MOVE_PUD=y +CONFIG_HAVE_MOVE_PMD=y +CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y +CONFIG_HAVE_ARCH_HUGE_VMAP=y +CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y +CONFIG_HAVE_MOD_ARCH_SPECIFIC=y +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_ARCH_HAS_ELF_RANDOMIZE=y +CONFIG_HAVE_ARCH_MMAP_RND_BITS=y +CONFIG_ARCH_MMAP_RND_BITS=18 +CONFIG_HAVE_ARCH_MMAP_RND_COMPAT_BITS=y +CONFIG_ARCH_MMAP_RND_COMPAT_BITS=11 +CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT=y +CONFIG_CLONE_BACKWARDS=y +CONFIG_OLD_SIGSUSPEND3=y +CONFIG_COMPAT_OLD_SIGACTION=y +CONFIG_COMPAT_32BIT_TIME=y +CONFIG_HAVE_ARCH_VMAP_STACK=y +CONFIG_VMAP_STACK=y +CONFIG_HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET=y +# CONFIG_RANDOMIZE_KSTACK_OFFSET_DEFAULT is not set +CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y +CONFIG_STRICT_KERNEL_RWX=y +CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y +CONFIG_STRICT_MODULE_RWX=y +CONFIG_HAVE_ARCH_COMPILER_H=y +CONFIG_HAVE_ARCH_PREL32_RELOCATIONS=y +# CONFIG_LOCK_EVENT_COUNTS is not set +CONFIG_ARCH_HAS_RELR=y +CONFIG_ARCH_WANT_LD_ORPHAN_WARN=y +CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y +# end of GCOV-based kernel profiling + +CONFIG_HAVE_GCC_PLUGINS=y +CONFIG_GCC_PLUGINS=y +# CONFIG_GCC_PLUGIN_CYC_COMPLEXITY is not set +# CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set +# CONFIG_GCC_PLUGIN_RANDSTRUCT is not set +# end of General architecture-dependent options + +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +# CONFIG_MODULE_SIG is not set +CONFIG_MODULE_COMPRESS_NONE=y +# CONFIG_MODULE_COMPRESS_GZIP is not set +# CONFIG_MODULE_COMPRESS_XZ is not set +# CONFIG_MODULE_COMPRESS_ZSTD is not set +# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set +CONFIG_MODPROBE_PATH="/sbin/modprobe" +# CONFIG_TRIM_UNUSED_KSYMS is not set +CONFIG_MODULES_TREE_LOOKUP=y +CONFIG_BLOCK=y +CONFIG_BLK_CGROUP_RWSTAT=y +CONFIG_BLK_DEV_BSG_COMMON=y +CONFIG_BLK_DEV_BSGLIB=y +# CONFIG_BLK_DEV_INTEGRITY is not set +# CONFIG_BLK_DEV_ZONED is not set +CONFIG_BLK_DEV_THROTTLING=y +# CONFIG_BLK_DEV_THROTTLING_LOW is not set +# CONFIG_BLK_WBT is not set +# CONFIG_BLK_CGROUP_IOLATENCY is not set +# CONFIG_BLK_CGROUP_IOCOST is not set +# CONFIG_BLK_CGROUP_IOPRIO is not set +CONFIG_BLK_DEBUG_FS=y +# CONFIG_BLK_SED_OPAL is not set +# CONFIG_BLK_INLINE_ENCRYPTION is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_EFI_PARTITION=y +# end of Partition Types + +CONFIG_BLOCK_COMPAT=y +CONFIG_BLK_MQ_PCI=y +CONFIG_BLK_MQ_VIRTIO=y +CONFIG_BLK_PM=y + +# +# IO Schedulers +# +CONFIG_MQ_IOSCHED_DEADLINE=y +CONFIG_MQ_IOSCHED_KYBER=y +# CONFIG_IOSCHED_BFQ is not set +# end of IO Schedulers + +CONFIG_ASN1=y +CONFIG_UNINLINE_SPIN_UNLOCK=y +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y +CONFIG_MUTEX_SPIN_ON_OWNER=y +CONFIG_RWSEM_SPIN_ON_OWNER=y +CONFIG_LOCK_SPIN_ON_OWNER=y +CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y +CONFIG_QUEUED_SPINLOCKS=y +CONFIG_ARCH_USE_QUEUED_RWLOCKS=y +CONFIG_QUEUED_RWLOCKS=y +CONFIG_ARCH_HAS_NON_OVERLAPPING_ADDRESS_SPACE=y +CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y +CONFIG_FREEZER=y + +# +# Executable file formats +# +CONFIG_BINFMT_ELF=y +CONFIG_COMPAT_BINFMT_ELF=y +CONFIG_ARCH_BINFMT_ELF_STATE=y +CONFIG_ARCH_HAVE_ELF_PROT=y +CONFIG_ARCH_USE_GNU_PROPERTY=y +CONFIG_ELFCORE=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_BINFMT_SCRIPT=y +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y +# end of Executable file formats + +# +# Memory Management options +# +CONFIG_SPARSEMEM=y +CONFIG_SPARSEMEM_EXTREME=y +CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y +CONFIG_SPARSEMEM_VMEMMAP=y +CONFIG_HAVE_FAST_GUP=y +CONFIG_ARCH_KEEP_MEMBLOCK=y +CONFIG_MEMORY_ISOLATION=y +CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y +# CONFIG_MEMORY_HOTPLUG is not set +CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y +CONFIG_COMPACTION=y +# CONFIG_PAGE_REPORTING is not set +CONFIG_MIGRATION=y +CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y +CONFIG_CONTIG_ALLOC=y +CONFIG_PHYS_ADDR_T_64BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y +# CONFIG_MEMORY_FAILURE is not set +# CONFIG_TRANSPARENT_HUGEPAGE is not set +# CONFIG_CLEANCACHE is not set +# CONFIG_FRONTSWAP is not set +CONFIG_CMA=y +# CONFIG_CMA_DEBUG is not set +# CONFIG_CMA_DEBUGFS is not set +# CONFIG_CMA_SYSFS is not set +CONFIG_CMA_AREAS=16 +# CONFIG_ZPOOL is not set +CONFIG_ZSMALLOC=y +# CONFIG_ZSMALLOC_STAT is not set +CONFIG_GENERIC_EARLY_IOREMAP=y +# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set +# CONFIG_IDLE_PAGE_TRACKING is not set +CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y +CONFIG_ARCH_HAS_PTE_DEVMAP=y +CONFIG_ARCH_HAS_ZONE_DMA_SET=y +CONFIG_ZONE_DMA=y +CONFIG_ZONE_DMA32=y +CONFIG_ARCH_USES_HIGH_VMA_FLAGS=y +# CONFIG_PERCPU_STATS is not set +# CONFIG_GUP_TEST is not set +CONFIG_ARCH_HAS_PTE_SPECIAL=y +CONFIG_SECRETMEM=y + +# +# Data Access Monitoring +# +# CONFIG_DAMON is not set +# end of Data Access Monitoring +# end of Memory Management options + +CONFIG_NET=y +CONFIG_NET_INGRESS=y +CONFIG_NET_EGRESS=y +CONFIG_SKB_EXTENSIONS=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_DIAG is not set +CONFIG_UNIX=y +CONFIG_UNIX_SCM=y +CONFIG_AF_UNIX_OOB=y +# CONFIG_UNIX_DIAG is not set +# CONFIG_TLS is not set +CONFIG_XFRM=y +CONFIG_XFRM_ALGO=y +CONFIG_XFRM_USER=y +CONFIG_XFRM_INTERFACE=y +# CONFIG_XFRM_SUB_POLICY is not set +CONFIG_XFRM_MIGRATE=y +CONFIG_XFRM_STATISTICS=y +CONFIG_XFRM_AH=y +CONFIG_XFRM_ESP=y +CONFIG_XFRM_IPCOMP=y +CONFIG_NET_KEY=y +# CONFIG_NET_KEY_MIGRATE is not set +# CONFIG_XDP_SOCKETS is not set +CONFIG_INET=y +CONFIG_IP_MULTICAST=y +CONFIG_IP_ADVANCED_ROUTER=y +# CONFIG_IP_FIB_TRIE_STATS is not set +CONFIG_IP_MULTIPLE_TABLES=y +# CONFIG_IP_ROUTE_MULTIPATH is not set +CONFIG_IP_ROUTE_VERBOSE=y +CONFIG_IP_ROUTE_CLASSID=y +CONFIG_IP_PNP=y +CONFIG_IP_PNP_DHCP=y +# CONFIG_IP_PNP_BOOTP is not set +# CONFIG_IP_PNP_RARP is not set +# CONFIG_NET_IPIP is not set +CONFIG_NET_IPGRE_DEMUX=y +CONFIG_NET_IP_TUNNEL=y +# CONFIG_NET_IPGRE is not set +# CONFIG_IP_MROUTE is not set +CONFIG_SYN_COOKIES=y +CONFIG_NET_IPVTI=y +CONFIG_NET_UDP_TUNNEL=y +# CONFIG_NET_FOU is not set +# CONFIG_NET_FOU_IP_TUNNELS is not set +CONFIG_INET_AH=y +CONFIG_INET_ESP=y +# CONFIG_INET_ESP_OFFLOAD is not set +# CONFIG_INET_ESPINTCP is not set +CONFIG_INET_IPCOMP=y +CONFIG_INET_TABLE_PERTURB_ORDER=16 +CONFIG_INET_XFRM_TUNNEL=y +CONFIG_INET_TUNNEL=y +CONFIG_INET_DIAG=y +CONFIG_INET_TCP_DIAG=y +CONFIG_INET_UDP_DIAG=y +# CONFIG_INET_RAW_DIAG is not set +CONFIG_INET_DIAG_DESTROY=y +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_INET6_AH=y +CONFIG_INET6_ESP=y +# CONFIG_INET6_ESP_OFFLOAD is not set +# CONFIG_INET6_ESPINTCP is not set +CONFIG_INET6_IPCOMP=y +CONFIG_IPV6_MIP6=y +# CONFIG_IPV6_ILA is not set +CONFIG_INET6_XFRM_TUNNEL=y +CONFIG_INET6_TUNNEL=y +CONFIG_IPV6_VTI=y +CONFIG_IPV6_SIT=y +# CONFIG_IPV6_SIT_6RD is not set +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=y +# CONFIG_IPV6_GRE is not set +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_SUBTREES=y +# CONFIG_IPV6_MROUTE is not set +# CONFIG_IPV6_SEG6_LWTUNNEL is not set +# CONFIG_IPV6_SEG6_HMAC is not set +# CONFIG_IPV6_RPL_LWTUNNEL is not set +# CONFIG_IPV6_IOAM6_LWTUNNEL is not set +# CONFIG_NETLABEL is not set +# CONFIG_MPTCP is not set +CONFIG_NETWORK_SECMARK=y +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set +CONFIG_NETFILTER=y +CONFIG_NETFILTER_ADVANCED=y +CONFIG_BRIDGE_NETFILTER=m + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_INGRESS=y +CONFIG_NETFILTER_NETLINK=m +CONFIG_NETFILTER_FAMILY_BRIDGE=y +CONFIG_NETFILTER_FAMILY_ARP=y +CONFIG_NETFILTER_NETLINK_HOOK=m +CONFIG_NETFILTER_NETLINK_ACCT=m +CONFIG_NETFILTER_NETLINK_QUEUE=m +CONFIG_NETFILTER_NETLINK_LOG=m +CONFIG_NETFILTER_NETLINK_OSF=m +CONFIG_NF_CONNTRACK=m +CONFIG_NF_LOG_SYSLOG=y +CONFIG_NETFILTER_CONNCOUNT=m +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_SECMARK=y +# CONFIG_NF_CONNTRACK_ZONES is not set +CONFIG_NF_CONNTRACK_PROCFS=y +CONFIG_NF_CONNTRACK_EVENTS=y +# CONFIG_NF_CONNTRACK_TIMEOUT is not set +CONFIG_NF_CONNTRACK_TIMESTAMP=y +CONFIG_NF_CONNTRACK_LABELS=y +CONFIG_NF_CT_PROTO_DCCP=y +CONFIG_NF_CT_PROTO_GRE=y +CONFIG_NF_CT_PROTO_SCTP=y +CONFIG_NF_CT_PROTO_UDPLITE=y +CONFIG_NF_CONNTRACK_AMANDA=m +CONFIG_NF_CONNTRACK_FTP=m +CONFIG_NF_CONNTRACK_H323=m +CONFIG_NF_CONNTRACK_IRC=m +CONFIG_NF_CONNTRACK_BROADCAST=m +CONFIG_NF_CONNTRACK_NETBIOS_NS=m +# CONFIG_NF_CONNTRACK_SNMP is not set +CONFIG_NF_CONNTRACK_PPTP=m +CONFIG_NF_CONNTRACK_SANE=m +CONFIG_NF_CONNTRACK_SIP=m +CONFIG_NF_CONNTRACK_TFTP=m +CONFIG_NF_CT_NETLINK=m +# CONFIG_NF_CT_NETLINK_HELPER is not set +CONFIG_NETFILTER_NETLINK_GLUE_CT=y +CONFIG_NF_NAT=m +CONFIG_NF_NAT_AMANDA=m +CONFIG_NF_NAT_FTP=m +CONFIG_NF_NAT_IRC=m +CONFIG_NF_NAT_SIP=m +CONFIG_NF_NAT_TFTP=m +CONFIG_NF_NAT_REDIRECT=y +CONFIG_NF_NAT_MASQUERADE=y +CONFIG_NETFILTER_SYNPROXY=m +CONFIG_NF_TABLES=m +CONFIG_NF_TABLES_INET=y +CONFIG_NF_TABLES_NETDEV=y +CONFIG_NFT_NUMGEN=m +CONFIG_NFT_CT=m +# CONFIG_NFT_FLOW_OFFLOAD is not set +CONFIG_NFT_COUNTER=m +CONFIG_NFT_CONNLIMIT=m +CONFIG_NFT_LOG=m +CONFIG_NFT_LIMIT=m +CONFIG_NFT_MASQ=m +CONFIG_NFT_REDIR=m +CONFIG_NFT_NAT=m +CONFIG_NFT_TUNNEL=m +CONFIG_NFT_OBJREF=m +CONFIG_NFT_QUEUE=m +CONFIG_NFT_QUOTA=m +CONFIG_NFT_REJECT=m +CONFIG_NFT_REJECT_INET=m +CONFIG_NFT_COMPAT=m +CONFIG_NFT_HASH=m +CONFIG_NFT_XFRM=m +CONFIG_NFT_SOCKET=m +CONFIG_NFT_OSF=m +CONFIG_NFT_TPROXY=m +CONFIG_NFT_SYNPROXY=m +CONFIG_NF_DUP_NETDEV=m +CONFIG_NFT_DUP_NETDEV=m +CONFIG_NFT_FWD_NETDEV=m +CONFIG_NFT_REJECT_NETDEV=m +CONFIG_NF_FLOW_TABLE_INET=m +CONFIG_NF_FLOW_TABLE=m +CONFIG_NETFILTER_XTABLES=y +CONFIG_NETFILTER_XTABLES_COMPAT=y + +# +# Xtables combined modules +# +CONFIG_NETFILTER_XT_MARK=y +CONFIG_NETFILTER_XT_CONNMARK=m +# CONFIG_NETFILTER_XT_SET is not set + +# +# Xtables targets +# +CONFIG_NETFILTER_XT_TARGET_AUDIT=m +CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m +CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m +CONFIG_NETFILTER_XT_TARGET_CONNMARK=m +CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m +CONFIG_NETFILTER_XT_TARGET_CT=m +CONFIG_NETFILTER_XT_TARGET_DSCP=m +CONFIG_NETFILTER_XT_TARGET_HL=m +CONFIG_NETFILTER_XT_TARGET_HMARK=m +CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m +CONFIG_NETFILTER_XT_TARGET_LED=m +CONFIG_NETFILTER_XT_TARGET_LOG=m +CONFIG_NETFILTER_XT_TARGET_MARK=m +CONFIG_NETFILTER_XT_NAT=m +CONFIG_NETFILTER_XT_TARGET_NETMAP=m +CONFIG_NETFILTER_XT_TARGET_NFLOG=m +CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m +CONFIG_NETFILTER_XT_TARGET_NOTRACK=m +CONFIG_NETFILTER_XT_TARGET_RATEEST=m +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m +CONFIG_NETFILTER_XT_TARGET_MASQUERADE=m +CONFIG_NETFILTER_XT_TARGET_TEE=m +CONFIG_NETFILTER_XT_TARGET_TPROXY=y +CONFIG_NETFILTER_XT_TARGET_TRACE=y +CONFIG_NETFILTER_XT_TARGET_SECMARK=y +CONFIG_NETFILTER_XT_TARGET_TCPMSS=y +CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m + +# +# Xtables matches +# +CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m +CONFIG_NETFILTER_XT_MATCH_BPF=y +CONFIG_NETFILTER_XT_MATCH_CGROUP=m +CONFIG_NETFILTER_XT_MATCH_CLUSTER=m +CONFIG_NETFILTER_XT_MATCH_COMMENT=y +CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m +CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m +CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m +CONFIG_NETFILTER_XT_MATCH_CONNMARK=m +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NETFILTER_XT_MATCH_CPU=m +CONFIG_NETFILTER_XT_MATCH_DCCP=m +CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m +CONFIG_NETFILTER_XT_MATCH_DSCP=m +CONFIG_NETFILTER_XT_MATCH_ECN=y +CONFIG_NETFILTER_XT_MATCH_ESP=m +CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m +CONFIG_NETFILTER_XT_MATCH_HELPER=m +CONFIG_NETFILTER_XT_MATCH_HL=y +CONFIG_NETFILTER_XT_MATCH_IPCOMP=m +CONFIG_NETFILTER_XT_MATCH_IPRANGE=m +CONFIG_NETFILTER_XT_MATCH_IPVS=m +CONFIG_NETFILTER_XT_MATCH_L2TP=m +CONFIG_NETFILTER_XT_MATCH_LENGTH=m +CONFIG_NETFILTER_XT_MATCH_LIMIT=m +CONFIG_NETFILTER_XT_MATCH_MAC=m +CONFIG_NETFILTER_XT_MATCH_MARK=y +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y +CONFIG_NETFILTER_XT_MATCH_NFACCT=m +CONFIG_NETFILTER_XT_MATCH_OSF=m +CONFIG_NETFILTER_XT_MATCH_OWNER=m +CONFIG_NETFILTER_XT_MATCH_POLICY=m +CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m +CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m +CONFIG_NETFILTER_XT_MATCH_QUOTA=m +CONFIG_NETFILTER_XT_MATCH_RATEEST=m +CONFIG_NETFILTER_XT_MATCH_REALM=m +CONFIG_NETFILTER_XT_MATCH_RECENT=m +CONFIG_NETFILTER_XT_MATCH_SCTP=m +CONFIG_NETFILTER_XT_MATCH_SOCKET=m +CONFIG_NETFILTER_XT_MATCH_STATE=m +CONFIG_NETFILTER_XT_MATCH_STATISTIC=m +CONFIG_NETFILTER_XT_MATCH_STRING=m +CONFIG_NETFILTER_XT_MATCH_TCPMSS=m +CONFIG_NETFILTER_XT_MATCH_TIME=m +CONFIG_NETFILTER_XT_MATCH_U32=m +# end of Core Netfilter Configuration + +CONFIG_IP_SET=m +CONFIG_IP_SET_MAX=256 +# CONFIG_IP_SET_BITMAP_IP is not set +# CONFIG_IP_SET_BITMAP_IPMAC is not set +# CONFIG_IP_SET_BITMAP_PORT is not set +# CONFIG_IP_SET_HASH_IP is not set +# CONFIG_IP_SET_HASH_IPMARK is not set +# CONFIG_IP_SET_HASH_IPPORT is not set +# CONFIG_IP_SET_HASH_IPPORTIP is not set +# CONFIG_IP_SET_HASH_IPPORTNET is not set +# CONFIG_IP_SET_HASH_IPMAC is not set +# CONFIG_IP_SET_HASH_MAC is not set +# CONFIG_IP_SET_HASH_NETPORTNET is not set +# CONFIG_IP_SET_HASH_NET is not set +# CONFIG_IP_SET_HASH_NETNET is not set +# CONFIG_IP_SET_HASH_NETPORT is not set +# CONFIG_IP_SET_HASH_NETIFACE is not set +# CONFIG_IP_SET_LIST_SET is not set +CONFIG_IP_VS=m +# CONFIG_IP_VS_IPV6 is not set +# CONFIG_IP_VS_DEBUG is not set +CONFIG_IP_VS_TAB_BITS=12 + +# +# IPVS transport protocol load balancing support +# +CONFIG_IP_VS_PROTO_TCP=y +CONFIG_IP_VS_PROTO_UDP=y +# CONFIG_IP_VS_PROTO_ESP is not set +# CONFIG_IP_VS_PROTO_AH is not set +# CONFIG_IP_VS_PROTO_SCTP is not set + +# +# IPVS scheduler +# +CONFIG_IP_VS_RR=m +# CONFIG_IP_VS_WRR is not set +# CONFIG_IP_VS_LC is not set +# CONFIG_IP_VS_WLC is not set +# CONFIG_IP_VS_FO is not set +# CONFIG_IP_VS_OVF is not set +# CONFIG_IP_VS_LBLC is not set +# CONFIG_IP_VS_LBLCR is not set +# CONFIG_IP_VS_DH is not set +# CONFIG_IP_VS_SH is not set +# CONFIG_IP_VS_MH is not set +# CONFIG_IP_VS_SED is not set +# CONFIG_IP_VS_NQ is not set +# CONFIG_IP_VS_TWOS is not set + +# +# IPVS SH scheduler +# +CONFIG_IP_VS_SH_TAB_BITS=8 + +# +# IPVS MH scheduler +# +CONFIG_IP_VS_MH_TAB_INDEX=12 + +# +# IPVS application helper +# +# CONFIG_IP_VS_FTP is not set +CONFIG_IP_VS_NFCT=y +# CONFIG_IP_VS_PE_SIP is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +CONFIG_NF_SOCKET_IPV4=y +CONFIG_NF_TPROXY_IPV4=y +CONFIG_NF_TABLES_IPV4=y +CONFIG_NFT_REJECT_IPV4=m +# CONFIG_NFT_DUP_IPV4 is not set +# CONFIG_NFT_FIB_IPV4 is not set +# CONFIG_NF_TABLES_ARP is not set +# CONFIG_NF_FLOW_TABLE_IPV4 is not set +CONFIG_NF_DUP_IPV4=m +# CONFIG_NF_LOG_ARP is not set +CONFIG_NF_LOG_IPV4=y +CONFIG_NF_REJECT_IPV4=y +CONFIG_NF_NAT_PPTP=m +CONFIG_NF_NAT_H323=m +CONFIG_IP_NF_IPTABLES=y +CONFIG_IP_NF_MATCH_AH=y +CONFIG_IP_NF_MATCH_ECN=y +CONFIG_IP_NF_MATCH_RPFILTER=y +CONFIG_IP_NF_MATCH_TTL=y +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_SYNPROXY is not set +CONFIG_IP_NF_NAT=m +CONFIG_IP_NF_TARGET_MASQUERADE=m +CONFIG_IP_NF_TARGET_NETMAP=m +CONFIG_IP_NF_TARGET_REDIRECT=m +CONFIG_IP_NF_MANGLE=y +# CONFIG_IP_NF_TARGET_CLUSTERIP is not set +# CONFIG_IP_NF_TARGET_ECN is not set +# CONFIG_IP_NF_TARGET_TTL is not set +CONFIG_IP_NF_RAW=y +CONFIG_IP_NF_SECURITY=y +CONFIG_IP_NF_ARPTABLES=y +CONFIG_IP_NF_ARPFILTER=y +CONFIG_IP_NF_ARP_MANGLE=y +# end of IP: Netfilter Configuration + +# +# IPv6: Netfilter Configuration +# +CONFIG_NF_SOCKET_IPV6=y +CONFIG_NF_TPROXY_IPV6=y +CONFIG_NF_TABLES_IPV6=y +CONFIG_NFT_REJECT_IPV6=m +# CONFIG_NFT_DUP_IPV6 is not set +# CONFIG_NFT_FIB_IPV6 is not set +# CONFIG_NF_FLOW_TABLE_IPV6 is not set +CONFIG_NF_DUP_IPV6=m +CONFIG_NF_REJECT_IPV6=y +CONFIG_NF_LOG_IPV6=y +CONFIG_IP6_NF_IPTABLES=y +# CONFIG_IP6_NF_MATCH_AH is not set +# CONFIG_IP6_NF_MATCH_EUI64 is not set +# CONFIG_IP6_NF_MATCH_FRAG is not set +# CONFIG_IP6_NF_MATCH_OPTS is not set +# CONFIG_IP6_NF_MATCH_HL is not set +# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set +# CONFIG_IP6_NF_MATCH_MH is not set +CONFIG_IP6_NF_MATCH_RPFILTER=y +# CONFIG_IP6_NF_MATCH_RT is not set +# CONFIG_IP6_NF_MATCH_SRH is not set +# CONFIG_IP6_NF_TARGET_HL is not set +CONFIG_IP6_NF_FILTER=y +CONFIG_IP6_NF_TARGET_REJECT=y +# CONFIG_IP6_NF_TARGET_SYNPROXY is not set +CONFIG_IP6_NF_MANGLE=y +CONFIG_IP6_NF_RAW=y +# CONFIG_IP6_NF_SECURITY is not set +# CONFIG_IP6_NF_NAT is not set +# end of IPv6: Netfilter Configuration + +CONFIG_NF_DEFRAG_IPV6=y +CONFIG_NF_TABLES_BRIDGE=m +# CONFIG_NFT_BRIDGE_META is not set +# CONFIG_NFT_BRIDGE_REJECT is not set +CONFIG_NF_CONNTRACK_BRIDGE=m +CONFIG_BRIDGE_NF_EBTABLES=y +CONFIG_BRIDGE_EBT_BROUTE=y +# CONFIG_BRIDGE_EBT_T_FILTER is not set +# CONFIG_BRIDGE_EBT_T_NAT is not set +# CONFIG_BRIDGE_EBT_802_3 is not set +# CONFIG_BRIDGE_EBT_AMONG is not set +# CONFIG_BRIDGE_EBT_ARP is not set +# CONFIG_BRIDGE_EBT_IP is not set +# CONFIG_BRIDGE_EBT_IP6 is not set +# CONFIG_BRIDGE_EBT_LIMIT is not set +# CONFIG_BRIDGE_EBT_MARK is not set +# CONFIG_BRIDGE_EBT_PKTTYPE is not set +# CONFIG_BRIDGE_EBT_STP is not set +# CONFIG_BRIDGE_EBT_VLAN is not set +# CONFIG_BRIDGE_EBT_ARPREPLY is not set +# CONFIG_BRIDGE_EBT_DNAT is not set +# CONFIG_BRIDGE_EBT_MARK_T is not set +# CONFIG_BRIDGE_EBT_REDIRECT is not set +# CONFIG_BRIDGE_EBT_SNAT is not set +# CONFIG_BRIDGE_EBT_LOG is not set +# CONFIG_BRIDGE_EBT_NFLOG is not set +# CONFIG_BPFILTER is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +CONFIG_L2TP=y +# CONFIG_L2TP_DEBUGFS is not set +# CONFIG_L2TP_V3 is not set +CONFIG_STP=y +CONFIG_BRIDGE=y +CONFIG_BRIDGE_IGMP_SNOOPING=y +# CONFIG_BRIDGE_VLAN_FILTERING is not set +# CONFIG_BRIDGE_MRP is not set +# CONFIG_BRIDGE_CFM is not set +# CONFIG_NET_DSA is not set +CONFIG_VLAN_8021Q=y +# CONFIG_VLAN_8021Q_GVRP is not set +# CONFIG_VLAN_8021Q_MVRP is not set +CONFIG_LLC=y +# CONFIG_LLC2 is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_PHONET is not set +# CONFIG_6LOWPAN is not set +# CONFIG_IEEE802154 is not set +CONFIG_NET_SCHED=y + +# +# Queueing/Scheduling +# +# CONFIG_NET_SCH_CBQ is not set +CONFIG_NET_SCH_HTB=y +# CONFIG_NET_SCH_HFSC is not set +CONFIG_NET_SCH_PRIO=y +# CONFIG_NET_SCH_MULTIQ is not set +# CONFIG_NET_SCH_RED is not set +# CONFIG_NET_SCH_SFB is not set +# CONFIG_NET_SCH_SFQ is not set +# CONFIG_NET_SCH_TEQL is not set +# CONFIG_NET_SCH_TBF is not set +# CONFIG_NET_SCH_CBS is not set +# CONFIG_NET_SCH_ETF is not set +# CONFIG_NET_SCH_TAPRIO is not set +# CONFIG_NET_SCH_GRED is not set +# CONFIG_NET_SCH_DSMARK is not set +CONFIG_NET_SCH_NETEM=y +# CONFIG_NET_SCH_DRR is not set +# CONFIG_NET_SCH_MQPRIO is not set +# CONFIG_NET_SCH_SKBPRIO is not set +# CONFIG_NET_SCH_CHOKE is not set +# CONFIG_NET_SCH_QFQ is not set +# CONFIG_NET_SCH_CODEL is not set +# CONFIG_NET_SCH_FQ_CODEL is not set +# CONFIG_NET_SCH_CAKE is not set +# CONFIG_NET_SCH_FQ is not set +# CONFIG_NET_SCH_HHF is not set +# CONFIG_NET_SCH_PIE is not set +CONFIG_NET_SCH_INGRESS=y +# CONFIG_NET_SCH_PLUG is not set +# CONFIG_NET_SCH_ETS is not set +# CONFIG_NET_SCH_DEFAULT is not set + +# +# Classification +# +CONFIG_NET_CLS=y +# CONFIG_NET_CLS_BASIC is not set +# CONFIG_NET_CLS_ROUTE4 is not set +CONFIG_NET_CLS_FW=y +CONFIG_NET_CLS_U32=y +# CONFIG_CLS_U32_PERF is not set +CONFIG_CLS_U32_MARK=y +CONFIG_NET_CLS_FLOW=y +CONFIG_NET_CLS_CGROUP=y +CONFIG_NET_CLS_BPF=y +# CONFIG_NET_CLS_FLOWER is not set +# CONFIG_NET_CLS_MATCHALL is not set +CONFIG_NET_EMATCH=y +CONFIG_NET_EMATCH_STACK=32 +CONFIG_NET_EMATCH_CMP=y +CONFIG_NET_EMATCH_NBYTE=y +CONFIG_NET_EMATCH_U32=y +CONFIG_NET_EMATCH_META=y +CONFIG_NET_EMATCH_TEXT=y +# CONFIG_NET_EMATCH_IPSET is not set +# CONFIG_NET_EMATCH_IPT is not set +CONFIG_NET_CLS_ACT=y +# CONFIG_NET_ACT_POLICE is not set +# CONFIG_NET_ACT_GACT is not set +# CONFIG_NET_ACT_MIRRED is not set +# CONFIG_NET_ACT_SAMPLE is not set +# CONFIG_NET_ACT_IPT is not set +# CONFIG_NET_ACT_NAT is not set +# CONFIG_NET_ACT_PEDIT is not set +# CONFIG_NET_ACT_SIMP is not set +# CONFIG_NET_ACT_SKBEDIT is not set +# CONFIG_NET_ACT_CSUM is not set +# CONFIG_NET_ACT_MPLS is not set +# CONFIG_NET_ACT_VLAN is not set +# CONFIG_NET_ACT_BPF is not set +# CONFIG_NET_ACT_CONNMARK is not set +# CONFIG_NET_ACT_CTINFO is not set +# CONFIG_NET_ACT_SKBMOD is not set +# CONFIG_NET_ACT_IFE is not set +# CONFIG_NET_ACT_TUNNEL_KEY is not set +# CONFIG_NET_ACT_CT is not set +# CONFIG_NET_ACT_GATE is not set +# CONFIG_NET_TC_SKB_EXT is not set +CONFIG_NET_SCH_FIFO=y +# CONFIG_DCB is not set +# CONFIG_DNS_RESOLVER is not set +# CONFIG_BATMAN_ADV is not set +# CONFIG_OPENVSWITCH is not set +# CONFIG_VSOCKETS is not set +# CONFIG_NETLINK_DIAG is not set +# CONFIG_MPLS is not set +# CONFIG_NET_NSH is not set +# CONFIG_HSR is not set +# CONFIG_NET_SWITCHDEV is not set +CONFIG_NET_L3_MASTER_DEV=y +# CONFIG_QRTR is not set +# CONFIG_NET_NCSI is not set +CONFIG_PCPU_DEV_REFCNT=y +CONFIG_RPS=y +CONFIG_RFS_ACCEL=y +CONFIG_SOCK_RX_QUEUE_MAPPING=y +CONFIG_XPS=y +CONFIG_CGROUP_NET_PRIO=y +CONFIG_CGROUP_NET_CLASSID=y +CONFIG_NET_RX_BUSY_POLL=y +CONFIG_BQL=y +# CONFIG_BPF_STREAM_PARSER is not set +CONFIG_NET_FLOW_LIMIT=y + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# end of Network testing +# end of Networking options + +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +CONFIG_BT=y +CONFIG_BT_BREDR=y +CONFIG_BT_RFCOMM=m +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=m +CONFIG_BT_BNEP_MC_FILTER=y +CONFIG_BT_BNEP_PROTO_FILTER=y +CONFIG_BT_HIDP=m +CONFIG_BT_HS=y +CONFIG_BT_LE=y +# CONFIG_BT_LEDS is not set +# CONFIG_BT_MSFTEXT is not set +# CONFIG_BT_AOSPEXT is not set +CONFIG_BT_DEBUGFS=y +# CONFIG_BT_SELFTEST is not set +# CONFIG_BT_FEATURE_DEBUG is not set + +# +# Bluetooth device drivers +# +CONFIG_BT_INTEL=m +CONFIG_BT_BCM=m +CONFIG_BT_RTL=m +CONFIG_BT_HCIBTUSB=m +# CONFIG_BT_HCIBTUSB_AUTOSUSPEND is not set +CONFIG_BT_HCIBTUSB_BCM=y +# CONFIG_BT_HCIBTUSB_MTK is not set +CONFIG_BT_HCIBTUSB_RTL=y +CONFIG_BT_HCIBTSDIO=m +CONFIG_BT_HCIUART=m +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +# CONFIG_BT_HCIUART_ATH3K is not set +# CONFIG_BT_HCIUART_INTEL is not set +# CONFIG_BT_HCIUART_AG6XX is not set +# CONFIG_BT_HCIBCM203X is not set +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +# CONFIG_BT_ATH3K is not set +# CONFIG_BT_MTKSDIO is not set +# CONFIG_BT_VIRTIO is not set +# end of Bluetooth device drivers + +# CONFIG_AF_RXRPC is not set +# CONFIG_AF_KCM is not set +# CONFIG_MCTP is not set +CONFIG_FIB_RULES=y +CONFIG_WIRELESS=y +CONFIG_CFG80211=y +# CONFIG_NL80211_TESTMODE is not set +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set +CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y +CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y +CONFIG_CFG80211_DEFAULT_PS=y +# CONFIG_CFG80211_DEBUGFS is not set +CONFIG_CFG80211_CRDA_SUPPORT=y +# CONFIG_CFG80211_WEXT is not set +CONFIG_MAC80211=y +CONFIG_MAC80211_HAS_RC=y +CONFIG_MAC80211_RC_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" +# CONFIG_MAC80211_MESH is not set +# CONFIG_MAC80211_LEDS is not set +# CONFIG_MAC80211_DEBUGFS is not set +# CONFIG_MAC80211_MESSAGE_TRACING is not set +# CONFIG_MAC80211_DEBUG_MENU is not set +CONFIG_MAC80211_STA_HASH_MAX_SIZE=0 +CONFIG_RFKILL=y +CONFIG_RFKILL_LEDS=y +# CONFIG_RFKILL_INPUT is not set +CONFIG_RFKILL_GPIO=y +# CONFIG_NET_9P is not set +# CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set +# CONFIG_NFC is not set +# CONFIG_PSAMPLE is not set +# CONFIG_NET_IFE is not set +# CONFIG_LWTUNNEL is not set +CONFIG_DST_CACHE=y +CONFIG_GRO_CELLS=y +CONFIG_NET_SELFTESTS=y +CONFIG_NET_SOCK_MSG=y +CONFIG_PAGE_POOL=y +# CONFIG_FAILOVER is not set +CONFIG_ETHTOOL_NETLINK=y + +# +# Device Drivers +# +CONFIG_ARM_AMBA=y +CONFIG_HAVE_PCI=y +CONFIG_PCI=y +CONFIG_PCI_DOMAINS=y +CONFIG_PCI_DOMAINS_GENERIC=y +CONFIG_PCI_SYSCALL=y +# CONFIG_PCIEPORTBUS is not set +CONFIG_PCIEASPM=y +CONFIG_PCIEASPM_DEFAULT=y +# CONFIG_PCIEASPM_POWERSAVE is not set +# CONFIG_PCIEASPM_POWER_SUPERSAVE is not set +# CONFIG_PCIEASPM_PERFORMANCE is not set +# CONFIG_PCIE_PTM is not set +CONFIG_PCI_MSI=y +CONFIG_PCI_MSI_IRQ_DOMAIN=y +# CONFIG_PCI_QUIRKS is not set +# CONFIG_PCI_DEBUG is not set +# CONFIG_PCI_STUB is not set +# CONFIG_PCI_IOV is not set +# CONFIG_PCI_PRI is not set +# CONFIG_PCI_PASID is not set +# CONFIG_PCIE_BUS_TUNE_OFF is not set +CONFIG_PCIE_BUS_DEFAULT=y +# CONFIG_PCIE_BUS_SAFE is not set +# CONFIG_PCIE_BUS_PERFORMANCE is not set +# CONFIG_PCIE_BUS_PEER2PEER is not set +# CONFIG_HOTPLUG_PCI is not set + +# +# PCI controller drivers +# +# CONFIG_PCI_FTPCI100 is not set +# CONFIG_PCI_HOST_GENERIC is not set +# CONFIG_PCIE_XILINX is not set +# CONFIG_PCI_XGENE is not set +# CONFIG_PCIE_ALTERA is not set +# CONFIG_PCI_HOST_THUNDER_PEM is not set +# CONFIG_PCI_HOST_THUNDER_ECAM is not set +# CONFIG_PCIE_MICROCHIP_HOST is not set + +# +# DesignWare PCI Core Support +# +# CONFIG_PCIE_DW_PLAT_HOST is not set +# CONFIG_PCI_HISI is not set +# CONFIG_PCIE_KIRIN is not set +# CONFIG_PCI_MESON is not set +# CONFIG_PCIE_AL is not set +# end of DesignWare PCI Core Support + +# +# Mobiveil PCIe Core Support +# +# end of Mobiveil PCIe Core Support + +# +# Cadence PCIe controllers support +# +# CONFIG_PCIE_CADENCE_PLAT_HOST is not set +# CONFIG_PCI_J721E_HOST is not set +# end of Cadence PCIe controllers support +# end of PCI controller drivers + +# +# PCI Endpoint +# +# CONFIG_PCI_ENDPOINT is not set +# end of PCI Endpoint + +# +# PCI switch controller drivers +# +# CONFIG_PCI_SW_SWITCHTEC is not set +# end of PCI switch controller drivers + +# CONFIG_CXL_BUS is not set +# CONFIG_PCCARD is not set +# CONFIG_RAPIDIO is not set + +# +# Generic Driver Options +# +# CONFIG_UEVENT_HELPER is not set +CONFIG_DEVTMPFS=y +# CONFIG_DEVTMPFS_MOUNT is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y + +# +# Firmware loader +# +CONFIG_FW_LOADER=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_FW_LOADER_USER_HELPER is not set +# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_CACHE=y +# end of Firmware loader + +CONFIG_WANT_DEV_COREDUMP=y +# CONFIG_ALLOW_DEV_COREDUMP is not set +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set +# CONFIG_TEST_ASYNC_DRIVER_PROBE is not set +CONFIG_GENERIC_CPU_AUTOPROBE=y +CONFIG_GENERIC_CPU_VULNERABILITIES=y +CONFIG_SOC_BUS=y +CONFIG_REGMAP=y +CONFIG_REGMAP_I2C=y +CONFIG_REGMAP_SPI=y +CONFIG_REGMAP_MMIO=y +CONFIG_REGMAP_IRQ=y +CONFIG_DMA_SHARED_BUFFER=y +# CONFIG_DMA_FENCE_TRACE is not set +CONFIG_GENERIC_ARCH_TOPOLOGY=y +# end of Generic Driver Options + +# +# Bus devices +# +# CONFIG_BRCMSTB_GISB_ARB is not set +# CONFIG_MOXTET is not set +CONFIG_SUN50I_DE2_BUS=y +CONFIG_SUNXI_RSB=y +# CONFIG_VEXPRESS_CONFIG is not set +# CONFIG_MHI_BUS is not set +# end of Bus devices + +# CONFIG_CONNECTOR is not set + +# +# Firmware Drivers +# + +# +# ARM System Control and Management Interface Protocol +# +# CONFIG_ARM_SCMI_PROTOCOL is not set +# end of ARM System Control and Management Interface Protocol + +# CONFIG_ARM_SCPI_PROTOCOL is not set +# CONFIG_FIRMWARE_MEMMAP is not set +# CONFIG_FW_CFG_SYSFS is not set +# CONFIG_ARM_FFA_TRANSPORT is not set +# CONFIG_GOOGLE_FIRMWARE is not set +CONFIG_ARM_PSCI_FW=y +# CONFIG_ARM_PSCI_CHECKER is not set +CONFIG_HAVE_ARM_SMCCC=y +CONFIG_HAVE_ARM_SMCCC_DISCOVERY=y +CONFIG_ARM_SMCCC_SOC_ID=y + +# +# Tegra firmware driver +# +# end of Tegra firmware driver +# end of Firmware Drivers + +# CONFIG_GNSS is not set +CONFIG_MTD=y +# CONFIG_MTD_TESTS is not set + +# +# Partition parsers +# +# CONFIG_MTD_AR7_PARTS is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +CONFIG_MTD_OF_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_REDBOOT_PARTS is not set +# end of Partition parsers + +# +# User Modules And Translation Layers +# +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y + +# +# Note that in some cases UBI block is preferred. See MTD_UBI_BLOCK. +# +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_SM_FTL is not set +# CONFIG_MTD_OOPS is not set +# CONFIG_MTD_SWAP is not set +# CONFIG_MTD_PARTITIONED_MASTER is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# end of RAM/ROM/Flash chip drivers + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_INTEL_VR_NOR is not set +# CONFIG_MTD_PLATRAM is not set +# end of Mapping drivers for chip access + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_PMC551 is not set +# CONFIG_MTD_DATAFLASH is not set +# CONFIG_MTD_MCHP23K256 is not set +# CONFIG_MTD_MCHP48L640 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# end of Self-contained MTD device drivers + +# +# NAND +# +# CONFIG_MTD_ONENAND is not set +# CONFIG_MTD_RAW_NAND is not set +# CONFIG_MTD_SPI_NAND is not set + +# +# ECC engine support +# +# CONFIG_MTD_NAND_ECC_SW_HAMMING is not set +# CONFIG_MTD_NAND_ECC_SW_BCH is not set +# end of ECC engine support +# end of NAND + +# +# LPDDR & LPDDR2 PCM memory drivers +# +# CONFIG_MTD_LPDDR is not set +# end of LPDDR & LPDDR2 PCM memory drivers + +# CONFIG_MTD_SPI_NOR is not set +CONFIG_MTD_UBI=y +CONFIG_MTD_UBI_WL_THRESHOLD=4096 +CONFIG_MTD_UBI_BEB_LIMIT=20 +# CONFIG_MTD_UBI_FASTMAP is not set +CONFIG_MTD_UBI_GLUEBI=y +# CONFIG_MTD_UBI_BLOCK is not set +# CONFIG_MTD_HYPERBUS is not set +CONFIG_DTC=y +CONFIG_OF=y +# CONFIG_OF_UNITTEST is not set +CONFIG_OF_FLATTREE=y +CONFIG_OF_EARLY_FLATTREE=y +CONFIG_OF_KOBJ=y +CONFIG_OF_ADDRESS=y +CONFIG_OF_IRQ=y +CONFIG_OF_RESERVED_MEM=y +# CONFIG_OF_OVERLAY is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_NULL_BLK is not set +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set +CONFIG_ZRAM=y +# CONFIG_ZRAM_DEF_COMP_LZORLE is not set +CONFIG_ZRAM_DEF_COMP_ZSTD=y +# CONFIG_ZRAM_DEF_COMP_LZO is not set +CONFIG_ZRAM_DEF_COMP="zstd" +# CONFIG_ZRAM_WRITEBACK is not set +# CONFIG_ZRAM_MEMORY_TRACKING is not set +CONFIG_BLK_DEV_LOOP=y +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_DRBD is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_VIRTIO_BLK is not set +# CONFIG_BLK_DEV_RBD is not set +# CONFIG_BLK_DEV_RSXX is not set + +# +# NVME Support +# +CONFIG_NVME_CORE=y +CONFIG_BLK_DEV_NVME=y +# CONFIG_NVME_MULTIPATH is not set +# CONFIG_NVME_FC is not set +# CONFIG_NVME_TCP is not set +# CONFIG_NVME_TARGET is not set +# end of NVME Support + +# +# Misc devices +# +# CONFIG_AD525X_DPOT is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_PHANTOM is not set +# CONFIG_TIFM_CORE is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_HP_ILO is not set +# CONFIG_APDS9802ALS is not set +# CONFIG_ISL29003 is not set +# CONFIG_ISL29020 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_BH1770 is not set +# CONFIG_SENSORS_APDS990X is not set +# CONFIG_HMC6352 is not set +# CONFIG_DS1682 is not set +# CONFIG_LATTICE_ECP3_CONFIG is not set +# CONFIG_SRAM is not set +# CONFIG_DW_XDATA_PCIE is not set +# CONFIG_PCI_ENDPOINT_TEST is not set +# CONFIG_XILINX_SDFEC is not set +# CONFIG_HISI_HIKEY_USB is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +# CONFIG_EEPROM_93XX46 is not set +# CONFIG_EEPROM_IDT_89HPESX is not set +# CONFIG_EEPROM_EE1004 is not set +# end of EEPROM support + +# CONFIG_CB710_CORE is not set + +# +# Texas Instruments shared transport line discipline +# +# CONFIG_TI_ST is not set +# end of Texas Instruments shared transport line discipline + +# CONFIG_SENSORS_LIS3_SPI is not set +# CONFIG_SENSORS_LIS3_I2C is not set +# CONFIG_ALTERA_STAPL is not set +# CONFIG_GENWQE is not set +# CONFIG_ECHO is not set +# CONFIG_BCM_VK is not set +# CONFIG_MISC_ALCOR_PCI is not set +# CONFIG_MISC_RTSX_PCI is not set +# CONFIG_MISC_RTSX_USB is not set +# CONFIG_HABANA_AI is not set +# CONFIG_UACCE is not set +# CONFIG_PVPANIC is not set +# end of Misc devices + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI_COMMON=y +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_BLK_DEV_SR is not set +# CONFIG_CHR_DEV_SG is not set +CONFIG_BLK_DEV_BSG=y +# CONFIG_CHR_DEV_SCH is not set +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +# end of SCSI Transports + +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_ISCSI_BOOT_SYSFS is not set +# CONFIG_SCSI_CXGB3_ISCSI is not set +# CONFIG_SCSI_CXGB4_ISCSI is not set +# CONFIG_SCSI_BNX2_ISCSI is not set +# CONFIG_BE2ISCSI is not set +# CONFIG_BLK_DEV_3W_XXXX_RAID is not set +# CONFIG_SCSI_HPSA is not set +# CONFIG_SCSI_3W_9XXX is not set +# CONFIG_SCSI_3W_SAS is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SCSI_AACRAID is not set +# CONFIG_SCSI_AIC7XXX is not set +# CONFIG_SCSI_AIC79XX is not set +# CONFIG_SCSI_AIC94XX is not set +# CONFIG_SCSI_MVSAS is not set +# CONFIG_SCSI_MVUMI is not set +# CONFIG_SCSI_DPT_I2O is not set +# CONFIG_SCSI_ADVANSYS is not set +# CONFIG_SCSI_ARCMSR is not set +# CONFIG_SCSI_ESAS2R is not set +# CONFIG_MEGARAID_NEWGEN is not set +# CONFIG_MEGARAID_LEGACY is not set +# CONFIG_MEGARAID_SAS is not set +# CONFIG_SCSI_MPT3SAS is not set +# CONFIG_SCSI_MPT2SAS is not set +# CONFIG_SCSI_MPI3MR is not set +# CONFIG_SCSI_SMARTPQI is not set +CONFIG_SCSI_UFSHCD=y +# CONFIG_SCSI_UFSHCD_PCI is not set +CONFIG_SCSI_UFSHCD_PLATFORM=y +# CONFIG_SCSI_UFS_CDNS_PLATFORM is not set +# CONFIG_SCSI_UFS_DWC_TC_PLATFORM is not set +CONFIG_SCSI_UFS_BSG=y +# CONFIG_SCSI_UFS_HPB is not set +# CONFIG_SCSI_HPTIOP is not set +# CONFIG_SCSI_MYRB is not set +# CONFIG_SCSI_MYRS is not set +# CONFIG_SCSI_SNIC is not set +# CONFIG_SCSI_DMX3191D is not set +# CONFIG_SCSI_FDOMAIN_PCI is not set +# CONFIG_SCSI_IPS is not set +# CONFIG_SCSI_INITIO is not set +# CONFIG_SCSI_INIA100 is not set +# CONFIG_SCSI_STEX is not set +# CONFIG_SCSI_SYM53C8XX_2 is not set +# CONFIG_SCSI_QLOGIC_1280 is not set +# CONFIG_SCSI_QLA_ISCSI is not set +# CONFIG_SCSI_DC395x is not set +# CONFIG_SCSI_AM53C974 is not set +# CONFIG_SCSI_WD719X is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_PMCRAID is not set +# CONFIG_SCSI_PM8001 is not set +# CONFIG_SCSI_VIRTIO is not set +# CONFIG_SCSI_DH is not set +# end of SCSI device support + +CONFIG_HAVE_PATA_PLATFORM=y +# CONFIG_ATA is not set +# CONFIG_MD is not set +# CONFIG_TARGET_CORE is not set +# CONFIG_FUSION is not set + +# +# IEEE 1394 (FireWire) support +# +# CONFIG_FIREWIRE is not set +# CONFIG_FIREWIRE_NOSY is not set +# end of IEEE 1394 (FireWire) support + +CONFIG_NETDEVICES=y +CONFIG_MII=y +CONFIG_NET_CORE=y +# CONFIG_BONDING is not set +CONFIG_DUMMY=m +# CONFIG_WIREGUARD is not set +# CONFIG_EQUALIZER is not set +# CONFIG_NET_FC is not set +# CONFIG_IFB is not set +# CONFIG_NET_TEAM is not set +CONFIG_MACVLAN=m +# CONFIG_MACVTAP is not set +CONFIG_IPVLAN_L3S=y +CONFIG_IPVLAN=m +# CONFIG_IPVTAP is not set +CONFIG_VXLAN=y +# CONFIG_GENEVE is not set +# CONFIG_BAREUDP is not set +# CONFIG_GTP is not set +# CONFIG_MACSEC is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_TUN is not set +# CONFIG_TUN_VNET_CROSS_LE is not set +CONFIG_VETH=m +# CONFIG_VIRTIO_NET is not set +# CONFIG_NLMON is not set +# CONFIG_NET_VRF is not set +# CONFIG_ARCNET is not set +CONFIG_ETHERNET=y +CONFIG_NET_VENDOR_3COM=y +# CONFIG_VORTEX is not set +# CONFIG_TYPHOON is not set +CONFIG_NET_VENDOR_ADAPTEC=y +# CONFIG_ADAPTEC_STARFIRE is not set +CONFIG_NET_VENDOR_AGERE=y +# CONFIG_ET131X is not set +CONFIG_NET_VENDOR_ALACRITECH=y +# CONFIG_SLICOSS is not set +CONFIG_NET_VENDOR_ALLWINNER=y +# CONFIG_SUN4I_EMAC is not set +CONFIG_NET_VENDOR_ALTEON=y +# CONFIG_ACENIC is not set +# CONFIG_ALTERA_TSE is not set +CONFIG_NET_VENDOR_AMAZON=y +# CONFIG_ENA_ETHERNET is not set +CONFIG_NET_VENDOR_AMD=y +# CONFIG_AMD8111_ETH is not set +# CONFIG_PCNET32 is not set +# CONFIG_AMD_XGBE is not set +CONFIG_NET_VENDOR_AQUANTIA=y +# CONFIG_AQTION is not set +CONFIG_NET_VENDOR_ARC=y +CONFIG_NET_VENDOR_ATHEROS=y +# CONFIG_ATL2 is not set +# CONFIG_ATL1 is not set +# CONFIG_ATL1E is not set +# CONFIG_ATL1C is not set +# CONFIG_ALX is not set +CONFIG_NET_VENDOR_BROADCOM=y +# CONFIG_B44 is not set +# CONFIG_BCMGENET is not set +# CONFIG_BNX2 is not set +# CONFIG_CNIC is not set +# CONFIG_TIGON3 is not set +# CONFIG_BNX2X is not set +# CONFIG_SYSTEMPORT is not set +# CONFIG_BNXT is not set +CONFIG_NET_VENDOR_CADENCE=y +# CONFIG_MACB is not set +CONFIG_NET_VENDOR_CAVIUM=y +# CONFIG_THUNDER_NIC_PF is not set +# CONFIG_THUNDER_NIC_VF is not set +# CONFIG_THUNDER_NIC_BGX is not set +# CONFIG_THUNDER_NIC_RGX is not set +# CONFIG_LIQUIDIO is not set +# CONFIG_LIQUIDIO_VF is not set +CONFIG_NET_VENDOR_CHELSIO=y +# CONFIG_CHELSIO_T1 is not set +# CONFIG_CHELSIO_T3 is not set +# CONFIG_CHELSIO_T4 is not set +# CONFIG_CHELSIO_T4VF is not set +CONFIG_NET_VENDOR_CISCO=y +# CONFIG_ENIC is not set +CONFIG_NET_VENDOR_CORTINA=y +# CONFIG_GEMINI_ETHERNET is not set +# CONFIG_DNET is not set +CONFIG_NET_VENDOR_DEC=y +# CONFIG_NET_TULIP is not set +CONFIG_NET_VENDOR_DLINK=y +# CONFIG_DL2K is not set +# CONFIG_SUNDANCE is not set +CONFIG_NET_VENDOR_EMULEX=y +# CONFIG_BE2NET is not set +CONFIG_NET_VENDOR_EZCHIP=y +# CONFIG_EZCHIP_NPS_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_GOOGLE=y +# CONFIG_GVE is not set +CONFIG_NET_VENDOR_HISILICON=y +# CONFIG_HIX5HD2_GMAC is not set +# CONFIG_HISI_FEMAC is not set +# CONFIG_HIP04_ETH is not set +# CONFIG_HNS_DSAF is not set +# CONFIG_HNS_ENET is not set +# CONFIG_HNS3 is not set +CONFIG_NET_VENDOR_HUAWEI=y +# CONFIG_HINIC is not set +CONFIG_NET_VENDOR_I825XX=y +CONFIG_NET_VENDOR_INTEL=y +# CONFIG_E100 is not set +# CONFIG_E1000 is not set +# CONFIG_E1000E is not set +# CONFIG_IGB is not set +# CONFIG_IGBVF is not set +# CONFIG_IXGB is not set +# CONFIG_IXGBE is not set +# CONFIG_IXGBEVF is not set +# CONFIG_I40E is not set +# CONFIG_I40EVF is not set +# CONFIG_ICE is not set +# CONFIG_FM10K is not set +# CONFIG_IGC is not set +# CONFIG_JME is not set +CONFIG_NET_VENDOR_LITEX=y +# CONFIG_LITEX_LITEETH is not set +CONFIG_NET_VENDOR_MARVELL=y +# CONFIG_MVMDIO is not set +# CONFIG_SKGE is not set +# CONFIG_SKY2 is not set +# CONFIG_OCTEONTX2_AF is not set +# CONFIG_OCTEONTX2_PF is not set +CONFIG_NET_VENDOR_MELLANOX=y +# CONFIG_MLX4_EN is not set +# CONFIG_MLX5_CORE is not set +# CONFIG_MLXSW_CORE is not set +# CONFIG_MLXFW is not set +CONFIG_NET_VENDOR_MICREL=y +# CONFIG_KS8842 is not set +# CONFIG_KS8851 is not set +# CONFIG_KS8851_MLL is not set +# CONFIG_KSZ884X_PCI is not set +CONFIG_NET_VENDOR_MICROCHIP=y +# CONFIG_ENC28J60 is not set +# CONFIG_ENCX24J600 is not set +# CONFIG_LAN743X is not set +CONFIG_NET_VENDOR_MICROSEMI=y +CONFIG_NET_VENDOR_MICROSOFT=y +CONFIG_NET_VENDOR_MYRI=y +# CONFIG_MYRI10GE is not set +# CONFIG_FEALNX is not set +CONFIG_NET_VENDOR_NI=y +# CONFIG_NI_XGE_MANAGEMENT_ENET is not set +CONFIG_NET_VENDOR_NATSEMI=y +# CONFIG_NATSEMI is not set +# CONFIG_NS83820 is not set +CONFIG_NET_VENDOR_NETERION=y +# CONFIG_S2IO is not set +# CONFIG_VXGE is not set +CONFIG_NET_VENDOR_NETRONOME=y +# CONFIG_NFP is not set +CONFIG_NET_VENDOR_8390=y +# CONFIG_NE2K_PCI is not set +CONFIG_NET_VENDOR_NVIDIA=y +# CONFIG_FORCEDETH is not set +CONFIG_NET_VENDOR_OKI=y +# CONFIG_ETHOC is not set +CONFIG_NET_VENDOR_PACKET_ENGINES=y +# CONFIG_HAMACHI is not set +# CONFIG_YELLOWFIN is not set +CONFIG_NET_VENDOR_PENSANDO=y +# CONFIG_IONIC is not set +CONFIG_NET_VENDOR_QLOGIC=y +# CONFIG_QLA3XXX is not set +# CONFIG_QLCNIC is not set +# CONFIG_NETXEN_NIC is not set +# CONFIG_QED is not set +CONFIG_NET_VENDOR_BROCADE=y +# CONFIG_BNA is not set +CONFIG_NET_VENDOR_QUALCOMM=y +# CONFIG_QCA7000_SPI is not set +# CONFIG_QCOM_EMAC is not set +# CONFIG_RMNET is not set +CONFIG_NET_VENDOR_RDC=y +# CONFIG_R6040 is not set +CONFIG_NET_VENDOR_REALTEK=y +# CONFIG_8139CP is not set +# CONFIG_8139TOO is not set +# CONFIG_R8169 is not set +CONFIG_NET_VENDOR_RENESAS=y +CONFIG_NET_VENDOR_ROCKER=y +CONFIG_NET_VENDOR_SAMSUNG=y +# CONFIG_SXGBE_ETH is not set +CONFIG_NET_VENDOR_SEEQ=y +CONFIG_NET_VENDOR_SILAN=y +# CONFIG_SC92031 is not set +CONFIG_NET_VENDOR_SIS=y +# CONFIG_SIS900 is not set +# CONFIG_SIS190 is not set +CONFIG_NET_VENDOR_SOLARFLARE=y +# CONFIG_SFC is not set +# CONFIG_SFC_FALCON is not set +CONFIG_NET_VENDOR_SMSC=y +# CONFIG_SMC91X is not set +# CONFIG_EPIC100 is not set +# CONFIG_SMSC911X is not set +# CONFIG_SMSC9420 is not set +CONFIG_NET_VENDOR_SOCIONEXT=y +CONFIG_NET_VENDOR_STMICRO=y +CONFIG_STMMAC_ETH=y +CONFIG_STMMAC_SELFTESTS=y +CONFIG_STMMAC_PLATFORM=y +# CONFIG_DWMAC_DWC_QOS_ETH is not set +CONFIG_DWMAC_GENERIC=y +CONFIG_DWMAC_SUNXI=y +CONFIG_DWMAC_SUN8I=y +# CONFIG_DWMAC_INTEL_PLAT is not set +# CONFIG_STMMAC_PCI is not set +CONFIG_NET_VENDOR_SUN=y +# CONFIG_HAPPYMEAL is not set +# CONFIG_SUNGEM is not set +# CONFIG_CASSINI is not set +# CONFIG_NIU is not set +CONFIG_NET_VENDOR_SYNOPSYS=y +# CONFIG_DWC_XLGMAC is not set +CONFIG_NET_VENDOR_TEHUTI=y +# CONFIG_TEHUTI is not set +CONFIG_NET_VENDOR_TI=y +# CONFIG_TI_CPSW_PHY_SEL is not set +# CONFIG_TLAN is not set +CONFIG_NET_VENDOR_VIA=y +# CONFIG_VIA_RHINE is not set +# CONFIG_VIA_VELOCITY is not set +CONFIG_NET_VENDOR_WIZNET=y +# CONFIG_WIZNET_W5100 is not set +# CONFIG_WIZNET_W5300 is not set +CONFIG_NET_VENDOR_XILINX=y +# CONFIG_XILINX_EMACLITE is not set +# CONFIG_XILINX_AXI_EMAC is not set +# CONFIG_XILINX_LL_TEMAC is not set +# CONFIG_FDDI is not set +# CONFIG_HIPPI is not set +CONFIG_PHYLINK=y +CONFIG_PHYLIB=y +CONFIG_SWPHY=y +# CONFIG_LED_TRIGGER_PHY is not set +CONFIG_FIXED_PHY=y +# CONFIG_SFP is not set + +# +# MII PHY device drivers +# +# CONFIG_AMD_PHY is not set +# CONFIG_ADIN_PHY is not set +# CONFIG_AQUANTIA_PHY is not set +CONFIG_AX88796B_PHY=y +# CONFIG_BROADCOM_PHY is not set +# CONFIG_BCM54140_PHY is not set +# CONFIG_BCM7XXX_PHY is not set +# CONFIG_BCM84881_PHY is not set +# CONFIG_BCM87XX_PHY is not set +# CONFIG_CICADA_PHY is not set +# CONFIG_CORTINA_PHY is not set +# CONFIG_DAVICOM_PHY is not set +# CONFIG_ICPLUS_PHY is not set +# CONFIG_LXT_PHY is not set +# CONFIG_INTEL_XWAY_PHY is not set +# CONFIG_LSI_ET1011C_PHY is not set +# CONFIG_MARVELL_PHY is not set +# CONFIG_MARVELL_10G_PHY is not set +# CONFIG_MARVELL_88X2222_PHY is not set +# CONFIG_MAXLINEAR_GPHY is not set +# CONFIG_MEDIATEK_GE_PHY is not set +# CONFIG_MICREL_PHY is not set +# CONFIG_MICROCHIP_PHY is not set +# CONFIG_MICROCHIP_T1_PHY is not set +# CONFIG_MICROSEMI_PHY is not set +CONFIG_MOTORCOMM_PHY=m +# CONFIG_NATIONAL_PHY is not set +# CONFIG_NXP_C45_TJA11XX_PHY is not set +# CONFIG_AT803X_PHY is not set +# CONFIG_QSEMI_PHY is not set +# CONFIG_REALTEK_PHY is not set +# CONFIG_RENESAS_PHY is not set +# CONFIG_ROCKCHIP_PHY is not set +# CONFIG_SMSC_PHY is not set +# CONFIG_STE10XP is not set +# CONFIG_TERANETICS_PHY is not set +# CONFIG_DP83822_PHY is not set +# CONFIG_DP83TC811_PHY is not set +# CONFIG_DP83848_PHY is not set +# CONFIG_DP83867_PHY is not set +# CONFIG_DP83869_PHY is not set +# CONFIG_VITESSE_PHY is not set +# CONFIG_XILINX_GMII2RGMII is not set +# CONFIG_MICREL_KS8995MA is not set +CONFIG_MDIO_DEVICE=y +CONFIG_MDIO_BUS=y +CONFIG_FWNODE_MDIO=y +CONFIG_OF_MDIO=y +CONFIG_MDIO_DEVRES=y +# CONFIG_MDIO_SUN4I is not set +# CONFIG_MDIO_BITBANG is not set +# CONFIG_MDIO_BCM_UNIMAC is not set +# CONFIG_MDIO_HISI_FEMAC is not set +# CONFIG_MDIO_MVUSB is not set +# CONFIG_MDIO_MSCC_MIIM is not set +# CONFIG_MDIO_OCTEON is not set +# CONFIG_MDIO_IPQ4019 is not set +# CONFIG_MDIO_IPQ8064 is not set +# CONFIG_MDIO_THUNDER is not set + +# +# MDIO Multiplexers +# +CONFIG_MDIO_BUS_MUX=y +# CONFIG_MDIO_BUS_MUX_GPIO is not set +# CONFIG_MDIO_BUS_MUX_MULTIPLEXER is not set +# CONFIG_MDIO_BUS_MUX_MMIOREG is not set + +# +# PCS device drivers +# +CONFIG_PCS_XPCS=y +# end of PCS device drivers + +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +CONFIG_USB_NET_DRIVERS=y +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +CONFIG_USB_RTL8152=m +# CONFIG_USB_LAN78XX is not set +CONFIG_USB_USBNET=y +CONFIG_USB_NET_AX8817X=y +CONFIG_USB_NET_AX88179_178A=y +CONFIG_USB_NET_CDCETHER=y +# CONFIG_USB_NET_CDC_EEM is not set +CONFIG_USB_NET_CDC_NCM=y +# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set +# CONFIG_USB_NET_CDC_MBIM is not set +# CONFIG_USB_NET_DM9601 is not set +# CONFIG_USB_NET_SR9700 is not set +# CONFIG_USB_NET_SR9800 is not set +# CONFIG_USB_NET_SMSC75XX is not set +# CONFIG_USB_NET_SMSC95XX is not set +# CONFIG_USB_NET_GL620A is not set +CONFIG_USB_NET_NET1080=y +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET_ENABLE=y +CONFIG_USB_NET_CDC_SUBSET=y +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +CONFIG_USB_NET_ZAURUS=y +# CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set +# CONFIG_USB_NET_QMI_WWAN is not set +# CONFIG_USB_HSO is not set +# CONFIG_USB_NET_INT51X1 is not set +# CONFIG_USB_IPHETH is not set +# CONFIG_USB_SIERRA_NET is not set +# CONFIG_USB_VL600 is not set +# CONFIG_USB_NET_CH9200 is not set +# CONFIG_USB_NET_AQC111 is not set +CONFIG_USB_RTL8153_ECM=m +CONFIG_WLAN=y +CONFIG_WLAN_VENDOR_ADMTEK=y +# CONFIG_ADM8211 is not set +CONFIG_WLAN_VENDOR_ATH=y +# CONFIG_ATH_DEBUG is not set +# CONFIG_ATH5K is not set +# CONFIG_ATH5K_PCI is not set +# CONFIG_ATH9K is not set +# CONFIG_ATH9K_HTC is not set +# CONFIG_CARL9170 is not set +# CONFIG_ATH6KL is not set +# CONFIG_AR5523 is not set +# CONFIG_WIL6210 is not set +# CONFIG_ATH10K is not set +# CONFIG_WCN36XX is not set +CONFIG_WLAN_VENDOR_ATMEL=y +# CONFIG_ATMEL is not set +# CONFIG_AT76C50X_USB is not set +CONFIG_WLAN_VENDOR_BROADCOM=y +# CONFIG_B43 is not set +# CONFIG_B43LEGACY is not set +# CONFIG_BRCMSMAC is not set +# CONFIG_BRCMFMAC is not set +CONFIG_WLAN_VENDOR_CISCO=y +CONFIG_WLAN_VENDOR_INTEL=y +# CONFIG_IPW2100 is not set +# CONFIG_IPW2200 is not set +# CONFIG_IWL4965 is not set +# CONFIG_IWL3945 is not set +# CONFIG_IWLWIFI is not set +CONFIG_WLAN_VENDOR_INTERSIL=y +# CONFIG_HOSTAP is not set +# CONFIG_HERMES is not set +# CONFIG_P54_COMMON is not set +CONFIG_WLAN_VENDOR_MARVELL=y +# CONFIG_LIBERTAS is not set +# CONFIG_LIBERTAS_THINFIRM is not set +# CONFIG_MWIFIEX is not set +# CONFIG_MWL8K is not set +CONFIG_WLAN_VENDOR_MEDIATEK=y +# CONFIG_MT7601U is not set +# CONFIG_MT76x0U is not set +# CONFIG_MT76x0E is not set +# CONFIG_MT76x2E is not set +# CONFIG_MT76x2U is not set +# CONFIG_MT7603E is not set +# CONFIG_MT7615E is not set +# CONFIG_MT7663U is not set +# CONFIG_MT7663S is not set +# CONFIG_MT7915E is not set +# CONFIG_MT7921E is not set +CONFIG_WLAN_VENDOR_MICROCHIP=y +# CONFIG_WILC1000_SDIO is not set +# CONFIG_WILC1000_SPI is not set +CONFIG_WLAN_VENDOR_RALINK=y +# CONFIG_RT2X00 is not set +CONFIG_WLAN_VENDOR_REALTEK=y +# CONFIG_RTL8180 is not set +# CONFIG_RTL8187 is not set +CONFIG_RTL_CARDS=y +# CONFIG_RTL8192CE is not set +# CONFIG_RTL8192SE is not set +# CONFIG_RTL8192DE is not set +# CONFIG_RTL8723AE is not set +# CONFIG_RTL8723BE is not set +# CONFIG_RTL8188EE is not set +# CONFIG_RTL8192EE is not set +# CONFIG_RTL8821AE is not set +# CONFIG_RTL8192CU is not set +# CONFIG_RTL8XXXU is not set +# CONFIG_RTW88 is not set +CONFIG_WLAN_VENDOR_RSI=y +# CONFIG_RSI_91X is not set +CONFIG_WLAN_VENDOR_ST=y +# CONFIG_CW1200 is not set +CONFIG_WLAN_VENDOR_TI=y +# CONFIG_WL1251 is not set +# CONFIG_WL12XX is not set +# CONFIG_WL18XX is not set +# CONFIG_WLCORE is not set +CONFIG_WLAN_VENDOR_ZYDAS=y +# CONFIG_USB_ZD1201 is not set +# CONFIG_ZD1211RW is not set +CONFIG_WLAN_VENDOR_QUANTENNA=y +# CONFIG_QTNFMAC_PCIE is not set +# CONFIG_MAC80211_HWSIM is not set +# CONFIG_USB_NET_RNDIS_WLAN is not set +# CONFIG_VIRT_WIFI is not set +# CONFIG_WAN is not set + +# +# Wireless WAN +# +# CONFIG_WWAN is not set +# end of Wireless WAN + +# CONFIG_VMXNET3 is not set +# CONFIG_NETDEVSIM is not set +# CONFIG_NET_FAILOVER is not set +# CONFIG_ISDN is not set + +# +# Input device support +# +CONFIG_INPUT=y +CONFIG_INPUT_LEDS=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +# CONFIG_KEYBOARD_ADP5589 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_KEYBOARD_QT1050 is not set +# CONFIG_KEYBOARD_QT1070 is not set +# CONFIG_KEYBOARD_QT2160 is not set +# CONFIG_KEYBOARD_DLINK_DIR685 is not set +# CONFIG_KEYBOARD_LKKBD is not set +# CONFIG_KEYBOARD_GPIO is not set +# CONFIG_KEYBOARD_GPIO_POLLED is not set +# CONFIG_KEYBOARD_TCA6416 is not set +# CONFIG_KEYBOARD_TCA8418 is not set +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_LM8333 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_MCS is not set +# CONFIG_KEYBOARD_MPR121 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_SAMSUNG is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_SUN4I_LRADC is not set +# CONFIG_KEYBOARD_OMAP4 is not set +# CONFIG_KEYBOARD_TM2_TOUCHKEY is not set +# CONFIG_KEYBOARD_XTKBD is not set +# CONFIG_KEYBOARD_CAP11XX is not set +# CONFIG_KEYBOARD_BCM is not set +# CONFIG_INPUT_MOUSE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_AR1021_I2C is not set +# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set +# CONFIG_TOUCHSCREEN_BU21013 is not set +# CONFIG_TOUCHSCREEN_BU21029 is not set +# CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set +# CONFIG_TOUCHSCREEN_CY8CTMA140 is not set +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set +# CONFIG_TOUCHSCREEN_DYNAPRO is not set +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_EGALAX is not set +# CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +CONFIG_TOUCHSCREEN_GOODIX=m +# CONFIG_TOUCHSCREEN_HIDEEP is not set +# CONFIG_TOUCHSCREEN_HYCON_HY46XX is not set +# CONFIG_TOUCHSCREEN_ILI210X is not set +# CONFIG_TOUCHSCREEN_ILITEK is not set +# CONFIG_TOUCHSCREEN_S6SY761 is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_EKTF2127 is not set +# CONFIG_TOUCHSCREEN_ELAN is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set +# CONFIG_TOUCHSCREEN_MAX11801 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MMS114 is not set +# CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set +# CONFIG_TOUCHSCREEN_MSG2638 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +# CONFIG_TOUCHSCREEN_PIXCIR is not set +# CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set +# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set +# CONFIG_TOUCHSCREEN_TSC2004 is not set +# CONFIG_TOUCHSCREEN_TSC2005 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_RM_TS is not set +# CONFIG_TOUCHSCREEN_SILEAD is not set +# CONFIG_TOUCHSCREEN_SIS_I2C is not set +# CONFIG_TOUCHSCREEN_ST1232 is not set +# CONFIG_TOUCHSCREEN_STMFTS is not set +# CONFIG_TOUCHSCREEN_SUR40 is not set +# CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set +# CONFIG_TOUCHSCREEN_SX8654 is not set +# CONFIG_TOUCHSCREEN_TPS6507X is not set +# CONFIG_TOUCHSCREEN_ZET6223 is not set +# CONFIG_TOUCHSCREEN_ZFORCE is not set +# CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set +# CONFIG_TOUCHSCREEN_IQS5XX is not set +# CONFIG_TOUCHSCREEN_ZINITIX is not set +# CONFIG_INPUT_MISC is not set +# CONFIG_RMI4_CORE is not set + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +# CONFIG_SERIO_SERPORT is not set +# CONFIG_SERIO_AMBAKMI is not set +# CONFIG_SERIO_PCIPS2 is not set +CONFIG_SERIO_LIBPS2=y +# CONFIG_SERIO_RAW is not set +# CONFIG_SERIO_ALTERA_PS2 is not set +# CONFIG_SERIO_PS2MULT is not set +# CONFIG_SERIO_ARC_PS2 is not set +# CONFIG_SERIO_APBPS2 is not set +# CONFIG_SERIO_SUN4I_PS2 is not set +# CONFIG_SERIO_GPIO_PS2 is not set +# CONFIG_USERIO is not set +# CONFIG_GAMEPORT is not set +# end of Hardware I/O ports +# end of Input device support + +# +# Character devices +# +CONFIG_TTY=y +CONFIG_VT=y +CONFIG_CONSOLE_TRANSLATIONS=y +CONFIG_VT_CONSOLE=y +CONFIG_VT_CONSOLE_SLEEP=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_UNIX98_PTYS=y +# CONFIG_LEGACY_PTYS is not set +CONFIG_LDISC_AUTOLOAD=y + +# +# Serial drivers +# +CONFIG_SERIAL_EARLYCON=y +CONFIG_SERIAL_8250=y +# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set +CONFIG_SERIAL_8250_16550A_VARIANTS=y +# CONFIG_SERIAL_8250_FINTEK is not set +CONFIG_SERIAL_8250_CONSOLE=y +# CONFIG_SERIAL_8250_DMA is not set +CONFIG_SERIAL_8250_PCI=y +CONFIG_SERIAL_8250_EXAR=y +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=0 +# CONFIG_SERIAL_8250_EXTENDED is not set +CONFIG_SERIAL_8250_DWLIB=y +CONFIG_SERIAL_8250_FSL=y +CONFIG_SERIAL_8250_DW=y +# CONFIG_SERIAL_8250_RT288X is not set +CONFIG_SERIAL_OF_PLATFORM=y + +# +# Non-8250 serial port support +# +# CONFIG_SERIAL_AMBA_PL010 is not set +# CONFIG_SERIAL_AMBA_PL011 is not set +# CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set +# CONFIG_SERIAL_MAX3100 is not set +# CONFIG_SERIAL_MAX310X is not set +# CONFIG_SERIAL_UARTLITE is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_JSM is not set +# CONFIG_SERIAL_SIFIVE is not set +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_SC16IS7XX is not set +# CONFIG_SERIAL_BCM63XX is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_XILINX_PS_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_RP2 is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_SERIAL_FSL_LINFLEXUART is not set +# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set +# CONFIG_SERIAL_SPRD is not set +# end of Serial drivers + +CONFIG_SERIAL_MCTRL_GPIO=y +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_N_GSM is not set +# CONFIG_NOZOMI is not set +# CONFIG_NULL_TTY is not set +# CONFIG_HVC_DCC is not set +# CONFIG_SERIAL_DEV_BUS is not set +# CONFIG_TTY_PRINTK is not set +# CONFIG_VIRTIO_CONSOLE is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_APPLICOM is not set +CONFIG_DEVMEM=y +CONFIG_DEVPORT=y +# CONFIG_TCG_TPM is not set +# CONFIG_XILLYBUS is not set +# CONFIG_XILLYUSB is not set +CONFIG_RANDOM_TRUST_CPU=y +CONFIG_RANDOM_TRUST_BOOTLOADER=y +# end of Character devices + +# +# I2C support +# +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +# CONFIG_I2C_MUX is not set +CONFIG_I2C_HELPER_AUTO=y +CONFIG_I2C_ALGOBIT=y + +# +# I2C Hardware Bus support +# + +# +# PC SMBus host controller drivers +# +# CONFIG_I2C_ALI1535 is not set +# CONFIG_I2C_ALI1563 is not set +# CONFIG_I2C_ALI15X3 is not set +# CONFIG_I2C_AMD756 is not set +# CONFIG_I2C_AMD8111 is not set +# CONFIG_I2C_I801 is not set +# CONFIG_I2C_ISCH is not set +# CONFIG_I2C_PIIX4 is not set +# CONFIG_I2C_NFORCE2 is not set +# CONFIG_I2C_NVIDIA_GPU is not set +# CONFIG_I2C_SIS5595 is not set +# CONFIG_I2C_SIS630 is not set +# CONFIG_I2C_SIS96X is not set +# CONFIG_I2C_VIA is not set +# CONFIG_I2C_VIAPRO is not set + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_CADENCE is not set +# CONFIG_I2C_CBUS_GPIO is not set +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set +# CONFIG_I2C_DESIGNWARE_PCI is not set +# CONFIG_I2C_EMEV2 is not set +# CONFIG_I2C_GPIO is not set +# CONFIG_I2C_MV64XXX is not set +# CONFIG_I2C_NOMADIK is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_RK3X is not set +# CONFIG_I2C_SIMTEC is not set +# CONFIG_I2C_THUNDERX is not set +# CONFIG_I2C_XILINX is not set + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_DIOLAN_U2C is not set +# CONFIG_I2C_CP2615 is not set +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_VIRTIO is not set +# end of I2C Hardware Bus support + +# CONFIG_I2C_STUB is not set +# CONFIG_I2C_SLAVE is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# end of I2C support + +# CONFIG_I3C is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y +CONFIG_SPI_MEM=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_ALTERA is not set +# CONFIG_SPI_AXI_SPI_ENGINE is not set +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_CADENCE is not set +# CONFIG_SPI_CADENCE_QUADSPI is not set +# CONFIG_SPI_DESIGNWARE is not set +# CONFIG_SPI_NXP_FLEXSPI is not set +# CONFIG_SPI_GPIO is not set +# CONFIG_SPI_FSL_SPI is not set +# CONFIG_SPI_OC_TINY is not set +# CONFIG_SPI_PL022 is not set +# CONFIG_SPI_PXA2XX is not set +# CONFIG_SPI_ROCKCHIP is not set +# CONFIG_SPI_SC18IS602 is not set +# CONFIG_SPI_SIFIVE is not set +# CONFIG_SPI_SUN4I is not set +# CONFIG_SPI_SUN6I is not set +# CONFIG_SPI_MXIC is not set +# CONFIG_SPI_THUNDERX is not set +# CONFIG_SPI_XCOMM is not set +# CONFIG_SPI_XILINX is not set +# CONFIG_SPI_ZYNQMP_GQSPI is not set +# CONFIG_SPI_AMD is not set + +# +# SPI Multiplexer support +# +# CONFIG_SPI_MUX is not set + +# +# SPI Protocol Masters +# +CONFIG_SPI_SPIDEV=y +# CONFIG_SPI_LOOPBACK_TEST is not set +# CONFIG_SPI_TLE62X0 is not set +# CONFIG_SPI_SLAVE is not set +# CONFIG_SPMI is not set +# CONFIG_HSI is not set +# CONFIG_PPS is not set + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set +CONFIG_PTP_1588_CLOCK_OPTIONAL=y + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +# end of PTP clock support + +CONFIG_PINCTRL=y +CONFIG_PINMUX=y +CONFIG_PINCONF=y +CONFIG_GENERIC_PINCONF=y +# CONFIG_DEBUG_PINCTRL is not set +# CONFIG_PINCTRL_MCP23S08 is not set +# CONFIG_PINCTRL_SINGLE is not set +# CONFIG_PINCTRL_SX150X is not set +# CONFIG_PINCTRL_STMFX is not set +# CONFIG_PINCTRL_OCELOT is not set +# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set + +# +# Renesas pinctrl drivers +# +# end of Renesas pinctrl drivers + +# CONFIG_PINCTRL_SUN4I_A10 is not set +# CONFIG_PINCTRL_SUN5I is not set +# CONFIG_PINCTRL_SUN6I_A31 is not set +# CONFIG_PINCTRL_SUN6I_A31_R is not set +# CONFIG_PINCTRL_SUN8I_A23 is not set +# CONFIG_PINCTRL_SUN8I_A33 is not set +# CONFIG_PINCTRL_SUN8I_A83T is not set +# CONFIG_PINCTRL_SUN8I_A83T_R is not set +# CONFIG_PINCTRL_SUN8I_A23_R is not set +# CONFIG_PINCTRL_SUN8I_H3 is not set +# CONFIG_PINCTRL_SUN8I_H3_R is not set +# CONFIG_PINCTRL_SUN8I_V3S is not set +# CONFIG_PINCTRL_SUN9I_A80 is not set +# CONFIG_PINCTRL_SUN9I_A80_R is not set +# CONFIG_PINCTRL_SUN50I_A64 is not set +# CONFIG_PINCTRL_SUN50I_A64_R is not set +# CONFIG_PINCTRL_SUN50I_A100 is not set +# CONFIG_PINCTRL_SUN50I_A100_R is not set +# CONFIG_PINCTRL_SUN50I_H5 is not set +# CONFIG_PINCTRL_SUN50I_H6 is not set +# CONFIG_PINCTRL_SUN50I_H6_R is not set +# CONFIG_PINCTRL_SUN50I_H616 is not set +# CONFIG_PINCTRL_SUN50I_H616_R is not set +CONFIG_GPIOLIB=y +CONFIG_GPIOLIB_FASTPATH_LIMIT=512 +CONFIG_OF_GPIO=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y +CONFIG_GPIO_CDEV=y +CONFIG_GPIO_CDEV_V1=y + +# +# Memory mapped GPIO drivers +# +# CONFIG_GPIO_74XX_MMIO is not set +# CONFIG_GPIO_ALTERA is not set +# CONFIG_GPIO_CADENCE is not set +# CONFIG_GPIO_DWAPB is not set +# CONFIG_GPIO_EXAR is not set +# CONFIG_GPIO_FTGPIO010 is not set +# CONFIG_GPIO_GENERIC_PLATFORM is not set +# CONFIG_GPIO_GRGPIO is not set +# CONFIG_GPIO_HLWD is not set +# CONFIG_GPIO_LOGICVC is not set +# CONFIG_GPIO_MB86S7X is not set +# CONFIG_GPIO_PL061 is not set +# CONFIG_GPIO_SAMA5D2_PIOBU is not set +# CONFIG_GPIO_SIFIVE is not set +# CONFIG_GPIO_SYSCON is not set +# CONFIG_GPIO_XGENE is not set +# CONFIG_GPIO_XILINX is not set +# CONFIG_GPIO_AMD_FCH is not set +# end of Memory mapped GPIO drivers + +# +# I2C GPIO expanders +# +# CONFIG_GPIO_ADP5588 is not set +# CONFIG_GPIO_ADNP is not set +# CONFIG_GPIO_GW_PLD is not set +# CONFIG_GPIO_MAX7300 is not set +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCA9570 is not set +# CONFIG_GPIO_PCF857X is not set +# CONFIG_GPIO_TPIC2810 is not set +# end of I2C GPIO expanders + +# +# MFD GPIO expanders +# +# end of MFD GPIO expanders + +# +# PCI GPIO expanders +# +# CONFIG_GPIO_BT8XX is not set +# CONFIG_GPIO_PCI_IDIO_16 is not set +# CONFIG_GPIO_PCIE_IDIO_24 is not set +# CONFIG_GPIO_RDC321X is not set +# end of PCI GPIO expanders + +# +# SPI GPIO expanders +# +# CONFIG_GPIO_74X164 is not set +# CONFIG_GPIO_MAX3191X is not set +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MC33880 is not set +# CONFIG_GPIO_PISOSR is not set +# CONFIG_GPIO_XRA1403 is not set +# end of SPI GPIO expanders + +# +# USB GPIO expanders +# +# end of USB GPIO expanders + +# +# Virtual GPIO drivers +# +# CONFIG_GPIO_AGGREGATOR is not set +# CONFIG_GPIO_MOCKUP is not set +# CONFIG_GPIO_VIRTIO is not set +# end of Virtual GPIO drivers + +# CONFIG_W1 is not set +CONFIG_POWER_RESET=y +# CONFIG_POWER_RESET_BRCMSTB is not set +# CONFIG_POWER_RESET_GPIO is not set +# CONFIG_POWER_RESET_GPIO_RESTART is not set +# CONFIG_POWER_RESET_LTC2952 is not set +# CONFIG_POWER_RESET_REGULATOR is not set +# CONFIG_POWER_RESET_RESTART is not set +# CONFIG_POWER_RESET_XGENE is not set +# CONFIG_POWER_RESET_SYSCON is not set +# CONFIG_POWER_RESET_SYSCON_POWEROFF is not set +# CONFIG_SYSCON_REBOOT_MODE is not set +# CONFIG_NVMEM_REBOOT_MODE is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_PDA_POWER is not set +# CONFIG_TEST_POWER is not set +# CONFIG_CHARGER_ADP5061 is not set +# CONFIG_BATTERY_CW2015 is not set +# CONFIG_BATTERY_DS2780 is not set +# CONFIG_BATTERY_DS2781 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_SBS is not set +# CONFIG_CHARGER_SBS is not set +# CONFIG_BATTERY_BQ27XXX is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_BATTERY_MAX17042 is not set +# CONFIG_CHARGER_MAX8903 is not set +# CONFIG_CHARGER_LP8727 is not set +# CONFIG_CHARGER_GPIO is not set +# CONFIG_CHARGER_MANAGER is not set +# CONFIG_CHARGER_LT3651 is not set +# CONFIG_CHARGER_LTC4162L is not set +# CONFIG_CHARGER_DETECTOR_MAX14656 is not set +# CONFIG_CHARGER_BQ2415X is not set +# CONFIG_CHARGER_BQ24190 is not set +# CONFIG_CHARGER_BQ24257 is not set +# CONFIG_CHARGER_BQ24735 is not set +# CONFIG_CHARGER_BQ2515X is not set +# CONFIG_CHARGER_BQ25890 is not set +# CONFIG_CHARGER_BQ25980 is not set +# CONFIG_CHARGER_BQ256XX is not set +# CONFIG_CHARGER_SMB347 is not set +# CONFIG_BATTERY_GAUGE_LTC2941 is not set +# CONFIG_BATTERY_GOLDFISH is not set +# CONFIG_BATTERY_RT5033 is not set +# CONFIG_CHARGER_RT9455 is not set +# CONFIG_CHARGER_UCS1002 is not set +# CONFIG_CHARGER_BD99954 is not set +# CONFIG_HWMON is not set +CONFIG_THERMAL=y +# CONFIG_THERMAL_NETLINK is not set +CONFIG_THERMAL_STATISTICS=y +CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0 +CONFIG_THERMAL_OF=y +CONFIG_THERMAL_WRITABLE_TRIPS=y +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set +CONFIG_THERMAL_GOV_FAIR_SHARE=y +CONFIG_THERMAL_GOV_STEP_WISE=y +CONFIG_THERMAL_GOV_BANG_BANG=y +CONFIG_THERMAL_GOV_USER_SPACE=y +CONFIG_CPU_THERMAL=y +CONFIG_CPU_FREQ_THERMAL=y +# CONFIG_CPU_IDLE_THERMAL is not set +# CONFIG_DEVFREQ_THERMAL is not set +CONFIG_THERMAL_EMULATION=y +# CONFIG_THERMAL_MMIO is not set +# CONFIG_SUN8I_THERMAL is not set +CONFIG_WATCHDOG=y +CONFIG_WATCHDOG_CORE=y +# CONFIG_WATCHDOG_NOWAYOUT is not set +CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y +CONFIG_WATCHDOG_OPEN_TIMEOUT=0 +# CONFIG_WATCHDOG_SYSFS is not set +# CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT is not set + +# +# Watchdog Pretimeout Governors +# +# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set + +# +# Watchdog Device Drivers +# +# CONFIG_SOFT_WATCHDOG is not set +# CONFIG_GPIO_WATCHDOG is not set +# CONFIG_XILINX_WATCHDOG is not set +# CONFIG_ZIIRAVE_WATCHDOG is not set +# CONFIG_ARM_SP805_WATCHDOG is not set +# CONFIG_ARM_SBSA_WATCHDOG is not set +# CONFIG_CADENCE_WATCHDOG is not set +# CONFIG_DW_WATCHDOG is not set +# CONFIG_SUNXI_WATCHDOG is not set +# CONFIG_MAX63XX_WATCHDOG is not set +# CONFIG_ARM_SMC_WATCHDOG is not set +# CONFIG_ALIM7101_WDT is not set +# CONFIG_I6300ESB_WDT is not set +# CONFIG_MEN_A21_WDT is not set + +# +# PCI-based Watchdog Cards +# +# CONFIG_PCIPCWATCHDOG is not set +# CONFIG_WDTPCI is not set + +# +# USB-based Watchdog Cards +# +# CONFIG_USBPCWATCHDOG is not set +CONFIG_SSB_POSSIBLE=y +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +CONFIG_MFD_CORE=y +# CONFIG_MFD_ACT8945A is not set +# CONFIG_MFD_SUN4I_GPADC is not set +# CONFIG_MFD_AS3711 is not set +# CONFIG_MFD_AS3722 is not set +# CONFIG_PMIC_ADP5520 is not set +# CONFIG_MFD_AAT2870_CORE is not set +# CONFIG_MFD_ATMEL_FLEXCOM is not set +# CONFIG_MFD_ATMEL_HLCDC is not set +# CONFIG_MFD_BCM590XX is not set +# CONFIG_MFD_BD9571MWV is not set +# CONFIG_MFD_AC100 is not set +# CONFIG_MFD_AXP20X_I2C is not set +# CONFIG_MFD_AXP20X_RSB is not set +# CONFIG_MFD_MADERA is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_DA9052_SPI is not set +# CONFIG_MFD_DA9052_I2C is not set +# CONFIG_MFD_DA9055 is not set +# CONFIG_MFD_DA9062 is not set +# CONFIG_MFD_DA9063 is not set +# CONFIG_MFD_DA9150 is not set +# CONFIG_MFD_DLN2 is not set +# CONFIG_MFD_GATEWORKS_GSC is not set +# CONFIG_MFD_MC13XXX_SPI is not set +# CONFIG_MFD_MC13XXX_I2C is not set +# CONFIG_MFD_MP2629 is not set +# CONFIG_MFD_HI6421_PMIC is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_HTC_I2CPLD is not set +# CONFIG_LPC_ICH is not set +# CONFIG_LPC_SCH is not set +# CONFIG_MFD_INTEL_PMT is not set +# CONFIG_MFD_IQS62X is not set +# CONFIG_MFD_JANZ_CMODIO is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_88PM800 is not set +# CONFIG_MFD_88PM805 is not set +# CONFIG_MFD_88PM860X is not set +# CONFIG_MFD_MAX14577 is not set +# CONFIG_MFD_MAX77620 is not set +# CONFIG_MFD_MAX77650 is not set +# CONFIG_MFD_MAX77686 is not set +# CONFIG_MFD_MAX77693 is not set +# CONFIG_MFD_MAX77843 is not set +# CONFIG_MFD_MAX8907 is not set +# CONFIG_MFD_MAX8925 is not set +# CONFIG_MFD_MAX8997 is not set +# CONFIG_MFD_MAX8998 is not set +# CONFIG_MFD_MT6360 is not set +# CONFIG_MFD_MT6397 is not set +# CONFIG_MFD_MENF21BMC is not set +# CONFIG_EZX_PCAP is not set +# CONFIG_MFD_CPCAP is not set +# CONFIG_MFD_VIPERBOARD is not set +# CONFIG_MFD_NTXEC is not set +# CONFIG_MFD_RETU is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_RDC321X is not set +# CONFIG_MFD_RT4831 is not set +# CONFIG_MFD_RT5033 is not set +# CONFIG_MFD_RC5T583 is not set +# CONFIG_MFD_RK808 is not set +# CONFIG_MFD_RN5T618 is not set +# CONFIG_MFD_SEC_CORE is not set +# CONFIG_MFD_SI476X_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_SKY81452 is not set +# CONFIG_MFD_STMPE is not set +CONFIG_MFD_SUN6I_PRCM=y +CONFIG_MFD_SYSCON=y +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_LP3943 is not set +# CONFIG_MFD_LP8788 is not set +# CONFIG_MFD_TI_LMU is not set +# CONFIG_MFD_PALMAS is not set +# CONFIG_TPS6105X is not set +# CONFIG_TPS65010 is not set +# CONFIG_TPS6507X is not set +# CONFIG_MFD_TPS65086 is not set +# CONFIG_MFD_TPS65090 is not set +# CONFIG_MFD_TPS65217 is not set +# CONFIG_MFD_TI_LP873X is not set +# CONFIG_MFD_TI_LP87565 is not set +# CONFIG_MFD_TPS65218 is not set +# CONFIG_MFD_TPS6586X is not set +# CONFIG_MFD_TPS65910 is not set +# CONFIG_MFD_TPS65912_I2C is not set +# CONFIG_MFD_TPS65912_SPI is not set +# CONFIG_MFD_TPS80031 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_TWL6040_CORE is not set +# CONFIG_MFD_WL1273_CORE is not set +# CONFIG_MFD_LM3533 is not set +# CONFIG_MFD_TC3589X is not set +# CONFIG_MFD_TQMX86 is not set +# CONFIG_MFD_VX855 is not set +# CONFIG_MFD_LOCHNAGAR is not set +# CONFIG_MFD_ARIZONA_I2C is not set +# CONFIG_MFD_ARIZONA_SPI is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X_I2C is not set +# CONFIG_MFD_WM831X_SPI is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_WM8994 is not set +# CONFIG_MFD_ROHM_BD718XX is not set +# CONFIG_MFD_ROHM_BD70528 is not set +# CONFIG_MFD_ROHM_BD71828 is not set +# CONFIG_MFD_ROHM_BD957XMUF is not set +# CONFIG_MFD_STPMIC1 is not set +# CONFIG_MFD_STMFX is not set +# CONFIG_MFD_ATC260X_I2C is not set +# CONFIG_MFD_QCOM_PM8008 is not set +# CONFIG_MFD_INTEL_M10_BMC is not set +# CONFIG_MFD_RSMU_I2C is not set +# CONFIG_MFD_RSMU_SPI is not set +# end of Multifunction device drivers + +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +CONFIG_REGULATOR_FIXED_VOLTAGE=y +CONFIG_REGULATOR_VIRTUAL_CONSUMER=y +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_88PG86X is not set +# CONFIG_REGULATOR_ACT8865 is not set +# CONFIG_REGULATOR_AD5398 is not set +# CONFIG_REGULATOR_DA9121 is not set +# CONFIG_REGULATOR_DA9210 is not set +# CONFIG_REGULATOR_DA9211 is not set +# CONFIG_REGULATOR_FAN53555 is not set +# CONFIG_REGULATOR_FAN53880 is not set +# CONFIG_REGULATOR_GPIO is not set +# CONFIG_REGULATOR_ISL9305 is not set +# CONFIG_REGULATOR_ISL6271A is not set +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_LP3972 is not set +# CONFIG_REGULATOR_LP872X is not set +# CONFIG_REGULATOR_LP8755 is not set +# CONFIG_REGULATOR_LTC3589 is not set +# CONFIG_REGULATOR_LTC3676 is not set +# CONFIG_REGULATOR_MAX1586 is not set +# CONFIG_REGULATOR_MAX8649 is not set +# CONFIG_REGULATOR_MAX8660 is not set +# CONFIG_REGULATOR_MAX8893 is not set +# CONFIG_REGULATOR_MAX8952 is not set +# CONFIG_REGULATOR_MAX8973 is not set +# CONFIG_REGULATOR_MAX77826 is not set +# CONFIG_REGULATOR_MCP16502 is not set +# CONFIG_REGULATOR_MP5416 is not set +# CONFIG_REGULATOR_MP8859 is not set +# CONFIG_REGULATOR_MP886X is not set +# CONFIG_REGULATOR_MPQ7920 is not set +# CONFIG_REGULATOR_MT6311 is not set +# CONFIG_REGULATOR_PCA9450 is not set +# CONFIG_REGULATOR_PF8X00 is not set +# CONFIG_REGULATOR_PFUZE100 is not set +# CONFIG_REGULATOR_PV88060 is not set +# CONFIG_REGULATOR_PV88080 is not set +# CONFIG_REGULATOR_PV88090 is not set +# CONFIG_REGULATOR_PWM is not set +# CONFIG_REGULATOR_RASPBERRYPI_TOUCHSCREEN_ATTINY is not set +# CONFIG_REGULATOR_RT4801 is not set +# CONFIG_REGULATOR_RT6160 is not set +# CONFIG_REGULATOR_RT6245 is not set +# CONFIG_REGULATOR_RTQ2134 is not set +# CONFIG_REGULATOR_RTMV20 is not set +# CONFIG_REGULATOR_RTQ6752 is not set +# CONFIG_REGULATOR_SLG51000 is not set +# CONFIG_REGULATOR_SY8106A is not set +# CONFIG_REGULATOR_SY8824X is not set +# CONFIG_REGULATOR_SY8827N is not set +# CONFIG_REGULATOR_TPS51632 is not set +# CONFIG_REGULATOR_TPS62360 is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +# CONFIG_REGULATOR_TPS65132 is not set +# CONFIG_REGULATOR_TPS6524X is not set +# CONFIG_REGULATOR_VCTRL is not set +CONFIG_RC_CORE=y +CONFIG_RC_MAP=y +CONFIG_LIRC=y +# CONFIG_BPF_LIRC_MODE2 is not set +CONFIG_RC_DECODERS=y +CONFIG_IR_NEC_DECODER=y +CONFIG_IR_RC5_DECODER=y +# CONFIG_IR_RC6_DECODER is not set +# CONFIG_IR_JVC_DECODER is not set +# CONFIG_IR_SONY_DECODER is not set +# CONFIG_IR_SANYO_DECODER is not set +# CONFIG_IR_SHARP_DECODER is not set +# CONFIG_IR_MCE_KBD_DECODER is not set +# CONFIG_IR_XMP_DECODER is not set +# CONFIG_IR_IMON_DECODER is not set +# CONFIG_IR_RCMM_DECODER is not set +# CONFIG_RC_DEVICES is not set +CONFIG_CEC_CORE=y +CONFIG_CEC_NOTIFIER=y +# CONFIG_MEDIA_CEC_RC is not set +CONFIG_MEDIA_CEC_SUPPORT=y +# CONFIG_CEC_CH7322 is not set +# CONFIG_CEC_GPIO is not set +# CONFIG_USB_PULSE8_CEC is not set +# CONFIG_USB_RAINSHADOW_CEC is not set +CONFIG_MEDIA_SUPPORT=y +# CONFIG_MEDIA_SUPPORT_FILTER is not set +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set + +# +# Media device types +# +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_RADIO_SUPPORT=y +CONFIG_MEDIA_SDR_SUPPORT=y +CONFIG_MEDIA_PLATFORM_SUPPORT=y +CONFIG_MEDIA_TEST_SUPPORT=y +# end of Media device types + +# +# Media core support +# +CONFIG_VIDEO_DEV=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_DVB_CORE=y +# end of Media core support + +# +# Video4Linux options +# +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L2_I2C=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +# end of Video4Linux options + +# +# Media controller options +# +# CONFIG_MEDIA_CONTROLLER_DVB is not set +# end of Media controller options + +# +# Digital TV options +# +# CONFIG_DVB_MMAP is not set +CONFIG_DVB_NET=y +CONFIG_DVB_MAX_ADAPTERS=16 +CONFIG_DVB_DYNAMIC_MINORS=y +# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set +# CONFIG_DVB_ULE_DEBUG is not set +# end of Digital TV options + +# +# Media drivers +# +CONFIG_MEDIA_USB_SUPPORT=y + +# +# Webcam devices +# +CONFIG_USB_VIDEO_CLASS=m +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +# CONFIG_USB_GSPCA is not set +# CONFIG_USB_PWC is not set +# CONFIG_VIDEO_CPIA2 is not set +# CONFIG_USB_ZR364XX is not set +# CONFIG_USB_STKWEBCAM is not set +# CONFIG_USB_S2255 is not set +# CONFIG_VIDEO_USBTV is not set + +# +# Analog TV USB devices +# +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_STK1160_COMMON is not set +# CONFIG_VIDEO_GO7007 is not set + +# +# Analog/digital TV USB devices +# +# CONFIG_VIDEO_AU0828 is not set +# CONFIG_VIDEO_TM6000 is not set + +# +# Digital TV USB devices +# +# CONFIG_DVB_USB is not set +# CONFIG_DVB_USB_V2 is not set +# CONFIG_DVB_TTUSB_BUDGET is not set +# CONFIG_DVB_TTUSB_DEC is not set +# CONFIG_SMS_USB_DRV is not set +# CONFIG_DVB_B2C2_FLEXCOP_USB is not set +# CONFIG_DVB_AS102 is not set + +# +# Webcam, TV (analog/digital) USB devices +# +# CONFIG_VIDEO_EM28XX is not set + +# +# Software defined radio USB devices +# +# CONFIG_USB_AIRSPY is not set +# CONFIG_USB_HACKRF is not set +# CONFIG_USB_MSI2500 is not set +# CONFIG_MEDIA_PCI_SUPPORT is not set +CONFIG_RADIO_ADAPTERS=y +# CONFIG_RADIO_SI470X is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_USB_MR800 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_RADIO_MAXIRADIO is not set +# CONFIG_RADIO_SHARK is not set +# CONFIG_RADIO_SHARK2 is not set +# CONFIG_USB_KEENE is not set +# CONFIG_USB_RAREMONO is not set +# CONFIG_USB_MA901 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_RADIO_SAA7706H is not set +# CONFIG_RADIO_TEF6862 is not set +# CONFIG_RADIO_WL1273 is not set +CONFIG_VIDEOBUF2_CORE=y +CONFIG_VIDEOBUF2_V4L2=y +CONFIG_VIDEOBUF2_MEMOPS=y +CONFIG_VIDEOBUF2_DMA_CONTIG=m +CONFIG_VIDEOBUF2_VMALLOC=y +CONFIG_VIDEOBUF2_DMA_SG=y +# CONFIG_V4L_PLATFORM_DRIVERS is not set +# CONFIG_V4L_MEM2MEM_DRIVERS is not set +# CONFIG_DVB_PLATFORM_DRIVERS is not set +# CONFIG_SDR_PLATFORM_DRIVERS is not set + +# +# MMC/SDIO DVB adapters +# +# CONFIG_SMS_SDIO_DRV is not set +# CONFIG_V4L_TEST_DRIVERS is not set +# CONFIG_DVB_TEST_DRIVERS is not set +# end of Media drivers + +# +# Media ancillary drivers +# +CONFIG_MEDIA_ATTACH=y +CONFIG_VIDEO_IR_I2C=y + +# +# Audio decoders, processors and mixers +# +# CONFIG_VIDEO_TVAUDIO is not set +# CONFIG_VIDEO_TDA7432 is not set +# CONFIG_VIDEO_TDA9840 is not set +# CONFIG_VIDEO_TDA1997X is not set +# CONFIG_VIDEO_TEA6415C is not set +# CONFIG_VIDEO_TEA6420 is not set +# CONFIG_VIDEO_MSP3400 is not set +# CONFIG_VIDEO_CS3308 is not set +# CONFIG_VIDEO_CS5345 is not set +# CONFIG_VIDEO_CS53L32A is not set +# CONFIG_VIDEO_TLV320AIC23B is not set +# CONFIG_VIDEO_UDA1342 is not set +# CONFIG_VIDEO_WM8775 is not set +# CONFIG_VIDEO_WM8739 is not set +# CONFIG_VIDEO_VP27SMPX is not set +# CONFIG_VIDEO_SONY_BTF_MPX is not set +# end of Audio decoders, processors and mixers + +# +# RDS decoders +# +# CONFIG_VIDEO_SAA6588 is not set +# end of RDS decoders + +# +# Video decoders +# +# CONFIG_VIDEO_ADV7180 is not set +# CONFIG_VIDEO_ADV7183 is not set +# CONFIG_VIDEO_ADV748X is not set +# CONFIG_VIDEO_ADV7604 is not set +# CONFIG_VIDEO_ADV7842 is not set +# CONFIG_VIDEO_BT819 is not set +# CONFIG_VIDEO_BT856 is not set +# CONFIG_VIDEO_BT866 is not set +# CONFIG_VIDEO_KS0127 is not set +# CONFIG_VIDEO_ML86V7667 is not set +# CONFIG_VIDEO_SAA7110 is not set +# CONFIG_VIDEO_SAA711X is not set +# CONFIG_VIDEO_TC358743 is not set +# CONFIG_VIDEO_TVP514X is not set +# CONFIG_VIDEO_TVP5150 is not set +# CONFIG_VIDEO_TVP7002 is not set +# CONFIG_VIDEO_TW2804 is not set +# CONFIG_VIDEO_TW9903 is not set +# CONFIG_VIDEO_TW9906 is not set +# CONFIG_VIDEO_TW9910 is not set +# CONFIG_VIDEO_VPX3220 is not set + +# +# Video and audio decoders +# +# CONFIG_VIDEO_SAA717X is not set +# CONFIG_VIDEO_CX25840 is not set +# end of Video decoders + +# +# Video encoders +# +# CONFIG_VIDEO_SAA7127 is not set +# CONFIG_VIDEO_SAA7185 is not set +# CONFIG_VIDEO_ADV7170 is not set +# CONFIG_VIDEO_ADV7175 is not set +# CONFIG_VIDEO_ADV7343 is not set +# CONFIG_VIDEO_ADV7393 is not set +# CONFIG_VIDEO_ADV7511 is not set +# CONFIG_VIDEO_AD9389B is not set +# CONFIG_VIDEO_AK881X is not set +# CONFIG_VIDEO_THS8200 is not set +# end of Video encoders + +# +# Video improvement chips +# +# CONFIG_VIDEO_UPD64031A is not set +# CONFIG_VIDEO_UPD64083 is not set +# end of Video improvement chips + +# +# Audio/Video compression chips +# +# CONFIG_VIDEO_SAA6752HS is not set +# end of Audio/Video compression chips + +# +# SDR tuner chips +# +# CONFIG_SDR_MAX2175 is not set +# end of SDR tuner chips + +# +# Miscellaneous helper chips +# +# CONFIG_VIDEO_THS7303 is not set +# CONFIG_VIDEO_M52790 is not set +# CONFIG_VIDEO_I2C is not set +# CONFIG_VIDEO_ST_MIPID02 is not set +# end of Miscellaneous helper chips + +# +# Camera sensor devices +# +# CONFIG_VIDEO_HI556 is not set +# CONFIG_VIDEO_IMX208 is not set +# CONFIG_VIDEO_IMX214 is not set +# CONFIG_VIDEO_IMX219 is not set +# CONFIG_VIDEO_IMX258 is not set +# CONFIG_VIDEO_IMX274 is not set +# CONFIG_VIDEO_IMX290 is not set +# CONFIG_VIDEO_IMX319 is not set +# CONFIG_VIDEO_IMX334 is not set +# CONFIG_VIDEO_IMX335 is not set +# CONFIG_VIDEO_IMX355 is not set +# CONFIG_VIDEO_IMX412 is not set +# CONFIG_VIDEO_OV02A10 is not set +# CONFIG_VIDEO_OV2640 is not set +# CONFIG_VIDEO_OV2659 is not set +# CONFIG_VIDEO_OV2680 is not set +# CONFIG_VIDEO_OV2685 is not set +# CONFIG_VIDEO_OV5640 is not set +# CONFIG_VIDEO_OV5645 is not set +# CONFIG_VIDEO_OV5647 is not set +# CONFIG_VIDEO_OV5648 is not set +# CONFIG_VIDEO_OV6650 is not set +# CONFIG_VIDEO_OV5670 is not set +# CONFIG_VIDEO_OV5675 is not set +# CONFIG_VIDEO_OV5695 is not set +# CONFIG_VIDEO_OV7251 is not set +# CONFIG_VIDEO_OV772X is not set +# CONFIG_VIDEO_OV7640 is not set +# CONFIG_VIDEO_OV7670 is not set +# CONFIG_VIDEO_OV7740 is not set +# CONFIG_VIDEO_OV8856 is not set +# CONFIG_VIDEO_OV8865 is not set +# CONFIG_VIDEO_OV9282 is not set +# CONFIG_VIDEO_OV9640 is not set +# CONFIG_VIDEO_OV9650 is not set +# CONFIG_VIDEO_OV13858 is not set +# CONFIG_VIDEO_VS6624 is not set +# CONFIG_VIDEO_MT9M001 is not set +# CONFIG_VIDEO_MT9M032 is not set +# CONFIG_VIDEO_MT9M111 is not set +# CONFIG_VIDEO_MT9P031 is not set +# CONFIG_VIDEO_MT9T001 is not set +# CONFIG_VIDEO_MT9T112 is not set +# CONFIG_VIDEO_MT9V011 is not set +# CONFIG_VIDEO_MT9V032 is not set +# CONFIG_VIDEO_MT9V111 is not set +# CONFIG_VIDEO_SR030PC30 is not set +# CONFIG_VIDEO_NOON010PC30 is not set +# CONFIG_VIDEO_M5MOLS is not set +# CONFIG_VIDEO_RDACM20 is not set +# CONFIG_VIDEO_RDACM21 is not set +# CONFIG_VIDEO_RJ54N1 is not set +# CONFIG_VIDEO_S5K6AA is not set +# CONFIG_VIDEO_S5K6A3 is not set +# CONFIG_VIDEO_S5K4ECGX is not set +# CONFIG_VIDEO_S5K5BAF is not set +# CONFIG_VIDEO_CCS is not set +# CONFIG_VIDEO_ET8EK8 is not set +# CONFIG_VIDEO_S5C73M3 is not set +# end of Camera sensor devices + +# +# Lens drivers +# +# CONFIG_VIDEO_AD5820 is not set +# CONFIG_VIDEO_AK7375 is not set +# CONFIG_VIDEO_DW9714 is not set +# CONFIG_VIDEO_DW9768 is not set +# CONFIG_VIDEO_DW9807_VCM is not set +# end of Lens drivers + +# +# Flash devices +# +# CONFIG_VIDEO_ADP1653 is not set +# CONFIG_VIDEO_LM3560 is not set +# CONFIG_VIDEO_LM3646 is not set +# end of Flash devices + +# +# SPI helper chips +# +# CONFIG_VIDEO_GS1662 is not set +# end of SPI helper chips + +# +# Media SPI Adapters +# +CONFIG_CXD2880_SPI_DRV=m +# end of Media SPI Adapters + +CONFIG_MEDIA_TUNER=y + +# +# Customize TV tuners +# +CONFIG_MEDIA_TUNER_SIMPLE=m +CONFIG_MEDIA_TUNER_TDA18250=m +CONFIG_MEDIA_TUNER_TDA8290=m +CONFIG_MEDIA_TUNER_TDA827X=m +CONFIG_MEDIA_TUNER_TDA18271=m +CONFIG_MEDIA_TUNER_TDA9887=m +CONFIG_MEDIA_TUNER_TEA5761=m +CONFIG_MEDIA_TUNER_TEA5767=m +CONFIG_MEDIA_TUNER_MSI001=m +CONFIG_MEDIA_TUNER_MT20XX=m +CONFIG_MEDIA_TUNER_MT2060=m +CONFIG_MEDIA_TUNER_MT2063=m +CONFIG_MEDIA_TUNER_MT2266=m +CONFIG_MEDIA_TUNER_MT2131=m +CONFIG_MEDIA_TUNER_QT1010=m +CONFIG_MEDIA_TUNER_XC2028=m +CONFIG_MEDIA_TUNER_XC5000=m +CONFIG_MEDIA_TUNER_XC4000=m +CONFIG_MEDIA_TUNER_MXL5005S=m +CONFIG_MEDIA_TUNER_MXL5007T=m +CONFIG_MEDIA_TUNER_MC44S803=m +CONFIG_MEDIA_TUNER_MAX2165=m +CONFIG_MEDIA_TUNER_TDA18218=m +CONFIG_MEDIA_TUNER_FC0011=m +CONFIG_MEDIA_TUNER_FC0012=m +CONFIG_MEDIA_TUNER_FC0013=m +CONFIG_MEDIA_TUNER_TDA18212=m +CONFIG_MEDIA_TUNER_E4000=m +CONFIG_MEDIA_TUNER_FC2580=m +CONFIG_MEDIA_TUNER_M88RS6000T=m +CONFIG_MEDIA_TUNER_TUA9001=m +CONFIG_MEDIA_TUNER_SI2157=m +CONFIG_MEDIA_TUNER_IT913X=m +CONFIG_MEDIA_TUNER_R820T=m +CONFIG_MEDIA_TUNER_MXL301RF=m +CONFIG_MEDIA_TUNER_QM1D1C0042=m +CONFIG_MEDIA_TUNER_QM1D1B0004=m +# end of Customize TV tuners + +# +# Customise DVB Frontends +# + +# +# Multistandard (satellite) frontends +# +CONFIG_DVB_STB0899=m +CONFIG_DVB_STB6100=m +CONFIG_DVB_STV090x=m +CONFIG_DVB_STV0910=m +CONFIG_DVB_STV6110x=m +CONFIG_DVB_STV6111=m +CONFIG_DVB_MXL5XX=m + +# +# Multistandard (cable + terrestrial) frontends +# +CONFIG_DVB_DRXK=m +CONFIG_DVB_TDA18271C2DD=m +CONFIG_DVB_SI2165=m +CONFIG_DVB_MN88472=m +CONFIG_DVB_MN88473=m + +# +# DVB-S (satellite) frontends +# +CONFIG_DVB_CX24110=m +CONFIG_DVB_CX24123=m +CONFIG_DVB_MT312=m +CONFIG_DVB_ZL10036=m +CONFIG_DVB_ZL10039=m +CONFIG_DVB_S5H1420=m +CONFIG_DVB_STV0288=m +CONFIG_DVB_STB6000=m +CONFIG_DVB_STV0299=m +CONFIG_DVB_STV6110=m +CONFIG_DVB_STV0900=m +CONFIG_DVB_TDA8083=m +CONFIG_DVB_TDA10086=m +CONFIG_DVB_TDA8261=m +CONFIG_DVB_VES1X93=m +CONFIG_DVB_TUNER_ITD1000=m +CONFIG_DVB_TUNER_CX24113=m +CONFIG_DVB_TDA826X=m +CONFIG_DVB_TUA6100=m +CONFIG_DVB_CX24116=m +CONFIG_DVB_CX24117=m +CONFIG_DVB_CX24120=m +CONFIG_DVB_SI21XX=m +CONFIG_DVB_TS2020=m +CONFIG_DVB_DS3000=m +CONFIG_DVB_MB86A16=m +CONFIG_DVB_TDA10071=m + +# +# DVB-T (terrestrial) frontends +# +CONFIG_DVB_SP887X=m +CONFIG_DVB_CX22700=m +CONFIG_DVB_CX22702=m +CONFIG_DVB_S5H1432=m +CONFIG_DVB_DRXD=m +CONFIG_DVB_L64781=m +CONFIG_DVB_TDA1004X=m +CONFIG_DVB_NXT6000=m +CONFIG_DVB_MT352=m +CONFIG_DVB_ZL10353=m +CONFIG_DVB_DIB3000MB=m +CONFIG_DVB_DIB3000MC=m +CONFIG_DVB_DIB7000M=m +CONFIG_DVB_DIB7000P=m +CONFIG_DVB_DIB9000=m +CONFIG_DVB_TDA10048=m +CONFIG_DVB_EC100=m +CONFIG_DVB_STV0367=m +CONFIG_DVB_CXD2820R=m +CONFIG_DVB_CXD2841ER=m +CONFIG_DVB_ZD1301_DEMOD=m +CONFIG_DVB_CXD2880=m + +# +# DVB-C (cable) frontends +# +CONFIG_DVB_VES1820=m +CONFIG_DVB_TDA10021=m +CONFIG_DVB_TDA10023=m +CONFIG_DVB_STV0297=m + +# +# ATSC (North American/Korean Terrestrial/Cable DTV) frontends +# +CONFIG_DVB_NXT200X=m +CONFIG_DVB_OR51211=m +CONFIG_DVB_OR51132=m +CONFIG_DVB_BCM3510=m +CONFIG_DVB_LGDT330X=m +CONFIG_DVB_LGDT3305=m +CONFIG_DVB_LG2160=m +CONFIG_DVB_S5H1409=m +CONFIG_DVB_AU8522=m +CONFIG_DVB_AU8522_DTV=m +CONFIG_DVB_AU8522_V4L=m +CONFIG_DVB_S5H1411=m +CONFIG_DVB_MXL692=m + +# +# ISDB-T (terrestrial) frontends +# +CONFIG_DVB_S921=m +CONFIG_DVB_DIB8000=m +CONFIG_DVB_MB86A20S=m + +# +# ISDB-S (satellite) & ISDB-T (terrestrial) frontends +# +CONFIG_DVB_TC90522=m +CONFIG_DVB_MN88443X=m + +# +# Digital terrestrial only tuners/PLL +# +CONFIG_DVB_PLL=m +CONFIG_DVB_TUNER_DIB0070=m +CONFIG_DVB_TUNER_DIB0090=m + +# +# SEC control devices for DVB-S +# +CONFIG_DVB_DRX39XYJ=m +CONFIG_DVB_LNBH25=m +CONFIG_DVB_LNBH29=m +CONFIG_DVB_LNBP21=m +CONFIG_DVB_LNBP22=m +CONFIG_DVB_ISL6405=m +CONFIG_DVB_ISL6421=m +CONFIG_DVB_ISL6423=m +CONFIG_DVB_A8293=m +CONFIG_DVB_LGS8GL5=m +CONFIG_DVB_LGS8GXX=m +CONFIG_DVB_ATBM8830=m +CONFIG_DVB_TDA665x=m +CONFIG_DVB_IX2505V=m +CONFIG_DVB_M88RS2000=m +CONFIG_DVB_AF9033=m +CONFIG_DVB_HORUS3A=m +CONFIG_DVB_ASCOT2E=m +CONFIG_DVB_HELENE=m + +# +# Common Interface (EN50221) controller drivers +# +CONFIG_DVB_CXD2099=m +CONFIG_DVB_SP2=m +# end of Customise DVB Frontends + +# +# Tools to develop new frontends +# +# CONFIG_DVB_DUMMY_FE is not set +# end of Media ancillary drivers + +# +# Graphics support +# +CONFIG_VGA_ARB=y +CONFIG_VGA_ARB_MAX_GPUS=16 +CONFIG_DRM=y +CONFIG_DRM_MIPI_DSI=y +# CONFIG_DRM_DP_AUX_CHARDEV is not set +# CONFIG_DRM_DEBUG_MM is not set +# CONFIG_DRM_DEBUG_SELFTEST is not set +CONFIG_DRM_KMS_HELPER=y +# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set +CONFIG_DRM_FBDEV_EMULATION=y +CONFIG_DRM_FBDEV_OVERALLOC=100 +# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set +# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set +# CONFIG_DRM_DP_CEC is not set +CONFIG_DRM_GEM_CMA_HELPER=y +CONFIG_DRM_KMS_CMA_HELPER=y + +# +# I2C encoder or helper chips +# +# CONFIG_DRM_I2C_CH7006 is not set +# CONFIG_DRM_I2C_SIL164 is not set +# CONFIG_DRM_I2C_NXP_TDA998X is not set +# CONFIG_DRM_I2C_NXP_TDA9950 is not set +# end of I2C encoder or helper chips + +# +# ARM devices +# +# CONFIG_DRM_HDLCD is not set +# CONFIG_DRM_MALI_DISPLAY is not set +# CONFIG_DRM_KOMEDA is not set +# end of ARM devices + +# CONFIG_DRM_RADEON is not set +# CONFIG_DRM_AMDGPU is not set +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_DRM_VGEM is not set +# CONFIG_DRM_VKMS is not set +# CONFIG_DRM_VMWGFX is not set +# CONFIG_DRM_UDL is not set +# CONFIG_DRM_AST is not set +# CONFIG_DRM_MGAG200 is not set +# CONFIG_DRM_RCAR_DW_HDMI is not set +# CONFIG_DRM_RCAR_USE_LVDS is not set +# CONFIG_DRM_SUN4I is not set +# CONFIG_DRM_QXL is not set +# CONFIG_DRM_VIRTIO_GPU is not set +CONFIG_DRM_PANEL=y + +# +# Display Panels +# +# CONFIG_DRM_PANEL_ABT_Y030XX067A is not set +# CONFIG_DRM_PANEL_ARM_VERSATILE is not set +# CONFIG_DRM_PANEL_ASUS_Z00T_TM5P5_NT35596 is not set +# CONFIG_DRM_PANEL_BOE_HIMAX8279D is not set +# CONFIG_DRM_PANEL_BOE_TV101WUM_NL6 is not set +# CONFIG_DRM_PANEL_DSI_CM is not set +# CONFIG_DRM_PANEL_LVDS is not set +# CONFIG_DRM_PANEL_SIMPLE is not set +# CONFIG_DRM_PANEL_ELIDA_KD35T133 is not set +# CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02 is not set +# CONFIG_DRM_PANEL_FEIYANG_FY07024DI26A30D is not set +# CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9341 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +# CONFIG_DRM_PANEL_INNOLUX_EJ030NA is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set +# CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set +# CONFIG_DRM_PANEL_KHADAS_TS050 is not set +# CONFIG_DRM_PANEL_KINGDISPLAY_KD097D04 is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK050H3146W is not set +# CONFIG_DRM_PANEL_LEADTEK_LTK500HD1829 is not set +# CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set +# CONFIG_DRM_PANEL_LG_LB035Q02 is not set +# CONFIG_DRM_PANEL_LG_LG4573 is not set +# CONFIG_DRM_PANEL_NEC_NL8048HL11 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT35510 is not set +# CONFIG_DRM_PANEL_NOVATEK_NT36672A is not set +# CONFIG_DRM_PANEL_NOVATEK_NT39016 is not set +# CONFIG_DRM_PANEL_MANTIX_MLAF057WE51 is not set +# CONFIG_DRM_PANEL_OLIMEX_LCD_OLINUXINO is not set +# CONFIG_DRM_PANEL_ORISETECH_OTM8009A is not set +# CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS is not set +# CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set +# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM67191 is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM68200 is not set +# CONFIG_DRM_PANEL_RONBO_RB070D30 is not set +# CONFIG_DRM_PANEL_SAMSUNG_ATNA33XC20 is not set +# CONFIG_DRM_PANEL_SAMSUNG_DB7430 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6D16D0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63M0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set +# CONFIG_DRM_PANEL_SAMSUNG_SOFEF00 is not set +# CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set +# CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set +# CONFIG_DRM_PANEL_SHARP_LS037V7DW01 is not set +# CONFIG_DRM_PANEL_SHARP_LS043T1LE01 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7701 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7703 is not set +# CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set +# CONFIG_DRM_PANEL_SONY_ACX424AKP is not set +# CONFIG_DRM_PANEL_SONY_ACX565AKM is not set +# CONFIG_DRM_PANEL_TDO_TL070WSH30 is not set +# CONFIG_DRM_PANEL_TPO_TD028TTEC1 is not set +# CONFIG_DRM_PANEL_TPO_TD043MTEA1 is not set +# CONFIG_DRM_PANEL_TPO_TPG110 is not set +# CONFIG_DRM_PANEL_TRULY_NT35597_WQXGA is not set +# CONFIG_DRM_PANEL_VISIONOX_RM69299 is not set +# CONFIG_DRM_PANEL_WIDECHIPS_WS2401 is not set +# CONFIG_DRM_PANEL_XINPENG_XPP055C272 is not set +# end of Display Panels + +CONFIG_DRM_BRIDGE=y +CONFIG_DRM_PANEL_BRIDGE=y + +# +# Display Interface Bridges +# +# CONFIG_DRM_CDNS_DSI is not set +# CONFIG_DRM_CHIPONE_ICN6211 is not set +# CONFIG_DRM_CHRONTEL_CH7033 is not set +# CONFIG_DRM_DISPLAY_CONNECTOR is not set +# CONFIG_DRM_LONTIUM_LT8912B is not set +# CONFIG_DRM_LONTIUM_LT9611 is not set +# CONFIG_DRM_LONTIUM_LT9611UXC is not set +# CONFIG_DRM_ITE_IT66121 is not set +# CONFIG_DRM_LVDS_CODEC is not set +# CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set +# CONFIG_DRM_NWL_MIPI_DSI is not set +# CONFIG_DRM_NXP_PTN3460 is not set +# CONFIG_DRM_PARADE_PS8622 is not set +# CONFIG_DRM_PARADE_PS8640 is not set +# CONFIG_DRM_SIL_SII8620 is not set +# CONFIG_DRM_SII902X is not set +# CONFIG_DRM_SII9234 is not set +# CONFIG_DRM_SIMPLE_BRIDGE is not set +# CONFIG_DRM_THINE_THC63LVD1024 is not set +# CONFIG_DRM_TOSHIBA_TC358762 is not set +# CONFIG_DRM_TOSHIBA_TC358764 is not set +# CONFIG_DRM_TOSHIBA_TC358767 is not set +# CONFIG_DRM_TOSHIBA_TC358768 is not set +# CONFIG_DRM_TOSHIBA_TC358775 is not set +# CONFIG_DRM_TI_TFP410 is not set +# CONFIG_DRM_TI_SN65DSI83 is not set +# CONFIG_DRM_TI_SN65DSI86 is not set +# CONFIG_DRM_TI_TPD12S015 is not set +# CONFIG_DRM_ANALOGIX_ANX6345 is not set +# CONFIG_DRM_ANALOGIX_ANX78XX is not set +# CONFIG_DRM_ANALOGIX_ANX7625 is not set +# CONFIG_DRM_I2C_ADV7511 is not set +# CONFIG_DRM_CDNS_MHDP8546 is not set +# end of Display Interface Bridges + +# CONFIG_DRM_ETNAVIV is not set +# CONFIG_DRM_HISI_HIBMC is not set +# CONFIG_DRM_HISI_KIRIN is not set +# CONFIG_DRM_ARCPGU is not set +# CONFIG_DRM_BOCHS is not set +# CONFIG_DRM_CIRRUS_QEMU is not set +# CONFIG_DRM_GM12U320 is not set +# CONFIG_DRM_SIMPLEDRM is not set +# CONFIG_TINYDRM_HX8357D is not set +# CONFIG_TINYDRM_ILI9225 is not set +# CONFIG_TINYDRM_ILI9341 is not set +# CONFIG_TINYDRM_ILI9486 is not set +# CONFIG_TINYDRM_MI0283QT is not set +# CONFIG_TINYDRM_REPAPER is not set +# CONFIG_TINYDRM_ST7586 is not set +# CONFIG_TINYDRM_ST7735R is not set +# CONFIG_DRM_PL111 is not set +# CONFIG_DRM_LIMA is not set +# CONFIG_DRM_PANFROST is not set +# CONFIG_DRM_TIDSS is not set +# CONFIG_DRM_GUD is not set +# CONFIG_DRM_LEGACY is not set +CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y + +# +# Frame buffer Devices +# +CONFIG_FB_CMDLINE=y +CONFIG_FB_NOTIFY=y +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +CONFIG_FB_SYS_FILLRECT=y +CONFIG_FB_SYS_COPYAREA=y +CONFIG_FB_SYS_IMAGEBLIT=y +# CONFIG_FB_FOREIGN_ENDIAN is not set +CONFIG_FB_SYS_FOPS=y +CONFIG_FB_DEFERRED_IO=y +# CONFIG_FB_MODE_HELPERS is not set +# CONFIG_FB_TILEBLITTING is not set + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_CIRRUS is not set +# CONFIG_FB_PM2 is not set +# CONFIG_FB_ARMCLCD is not set +# CONFIG_FB_CYBER2000 is not set +# CONFIG_FB_ASILIANT is not set +# CONFIG_FB_IMSTT is not set +# CONFIG_FB_OPENCORES is not set +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_NVIDIA is not set +# CONFIG_FB_RIVA is not set +# CONFIG_FB_I740 is not set +# CONFIG_FB_MATROX is not set +# CONFIG_FB_RADEON is not set +# CONFIG_FB_ATY128 is not set +# CONFIG_FB_ATY is not set +# CONFIG_FB_S3 is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_SIS is not set +# CONFIG_FB_NEOMAGIC is not set +# CONFIG_FB_KYRO is not set +# CONFIG_FB_3DFX is not set +# CONFIG_FB_VOODOO1 is not set +# CONFIG_FB_VT8623 is not set +# CONFIG_FB_TRIDENT is not set +# CONFIG_FB_ARK is not set +# CONFIG_FB_PM3 is not set +# CONFIG_FB_CARMINE is not set +# CONFIG_FB_SMSCUFX is not set +# CONFIG_FB_UDL is not set +# CONFIG_FB_IBM_GXT4500 is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_SIMPLE is not set +# CONFIG_FB_SSD1307 is not set +# CONFIG_FB_SM712 is not set +# end of Frame buffer Devices + +# +# Backlight & LCD device support +# +# CONFIG_LCD_CLASS_DEVICE is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +# CONFIG_BACKLIGHT_KTD253 is not set +CONFIG_BACKLIGHT_PWM=y +# CONFIG_BACKLIGHT_QCOM_WLED is not set +# CONFIG_BACKLIGHT_ADP8860 is not set +# CONFIG_BACKLIGHT_ADP8870 is not set +# CONFIG_BACKLIGHT_LM3630A is not set +# CONFIG_BACKLIGHT_LM3639 is not set +# CONFIG_BACKLIGHT_LP855X is not set +# CONFIG_BACKLIGHT_GPIO is not set +# CONFIG_BACKLIGHT_LV5207LP is not set +# CONFIG_BACKLIGHT_BD6107 is not set +# CONFIG_BACKLIGHT_ARCXCNN is not set +# CONFIG_BACKLIGHT_LED is not set +# end of Backlight & LCD device support + +CONFIG_VIDEOMODE_HELPERS=y +CONFIG_HDMI=y + +# +# Console display driver support +# +CONFIG_DUMMY_CONSOLE=y +CONFIG_DUMMY_CONSOLE_COLUMNS=80 +CONFIG_DUMMY_CONSOLE_ROWS=25 +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_LEGACY_ACCELERATION is not set +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y +# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set +# end of Console display driver support + +# CONFIG_LOGO is not set +# end of Graphics support + +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_DMAENGINE_PCM=y +CONFIG_SND_HWDEP=y +CONFIG_SND_RAWMIDI=y +CONFIG_SND_JACK=y +CONFIG_SND_JACK_INPUT_DEV=y +# CONFIG_SND_OSSEMUL is not set +CONFIG_SND_PCM_TIMER=y +# CONFIG_SND_HRTIMER is not set +# CONFIG_SND_DYNAMIC_MINORS is not set +CONFIG_SND_SUPPORT_OLD_API=y +CONFIG_SND_PROC_FS=y +CONFIG_SND_VERBOSE_PROCFS=y +# CONFIG_SND_VERBOSE_PRINTK is not set +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_SEQUENCER is not set +CONFIG_SND_DRIVERS=y +# CONFIG_SND_DUMMY is not set +# CONFIG_SND_ALOOP is not set +# CONFIG_SND_MTPAV is not set +# CONFIG_SND_SERIAL_U16550 is not set +# CONFIG_SND_MPU401 is not set +CONFIG_SND_PCI=y +# CONFIG_SND_AD1889 is not set +# CONFIG_SND_ALS300 is not set +# CONFIG_SND_ALI5451 is not set +# CONFIG_SND_ATIIXP is not set +# CONFIG_SND_ATIIXP_MODEM is not set +# CONFIG_SND_AU8810 is not set +# CONFIG_SND_AU8820 is not set +# CONFIG_SND_AU8830 is not set +# CONFIG_SND_AW2 is not set +# CONFIG_SND_AZT3328 is not set +# CONFIG_SND_BT87X is not set +# CONFIG_SND_CA0106 is not set +# CONFIG_SND_CMIPCI is not set +# CONFIG_SND_OXYGEN is not set +# CONFIG_SND_CS4281 is not set +# CONFIG_SND_CS46XX is not set +# CONFIG_SND_CTXFI is not set +# CONFIG_SND_DARLA20 is not set +# CONFIG_SND_GINA20 is not set +# CONFIG_SND_LAYLA20 is not set +# CONFIG_SND_DARLA24 is not set +# CONFIG_SND_GINA24 is not set +# CONFIG_SND_LAYLA24 is not set +# CONFIG_SND_MONA is not set +# CONFIG_SND_MIA is not set +# CONFIG_SND_ECHO3G is not set +# CONFIG_SND_INDIGO is not set +# CONFIG_SND_INDIGOIO is not set +# CONFIG_SND_INDIGODJ is not set +# CONFIG_SND_INDIGOIOX is not set +# CONFIG_SND_INDIGODJX is not set +# CONFIG_SND_EMU10K1 is not set +# CONFIG_SND_EMU10K1X is not set +# CONFIG_SND_ENS1370 is not set +# CONFIG_SND_ENS1371 is not set +# CONFIG_SND_ES1938 is not set +# CONFIG_SND_ES1968 is not set +# CONFIG_SND_FM801 is not set +# CONFIG_SND_HDSP is not set +# CONFIG_SND_HDSPM is not set +# CONFIG_SND_ICE1712 is not set +# CONFIG_SND_ICE1724 is not set +# CONFIG_SND_INTEL8X0 is not set +# CONFIG_SND_INTEL8X0M is not set +# CONFIG_SND_KORG1212 is not set +# CONFIG_SND_LOLA is not set +# CONFIG_SND_LX6464ES is not set +# CONFIG_SND_MAESTRO3 is not set +# CONFIG_SND_MIXART is not set +# CONFIG_SND_NM256 is not set +# CONFIG_SND_PCXHR is not set +# CONFIG_SND_RIPTIDE is not set +# CONFIG_SND_RME32 is not set +# CONFIG_SND_RME96 is not set +# CONFIG_SND_RME9652 is not set +# CONFIG_SND_SE6X is not set +# CONFIG_SND_SONICVIBES is not set +# CONFIG_SND_TRIDENT is not set +# CONFIG_SND_VIA82XX is not set +# CONFIG_SND_VIA82XX_MODEM is not set +# CONFIG_SND_VIRTUOSO is not set +# CONFIG_SND_VX222 is not set +# CONFIG_SND_YMFPCI is not set + +# +# HD-Audio +# +# CONFIG_SND_HDA_INTEL is not set +# end of HD-Audio + +CONFIG_SND_HDA_PREALLOC_SIZE=64 +CONFIG_SND_SPI=y +CONFIG_SND_USB=y +CONFIG_SND_USB_AUDIO=y +CONFIG_SND_USB_AUDIO_USE_MEDIA_CONTROLLER=y +# CONFIG_SND_USB_UA101 is not set +# CONFIG_SND_USB_CAIAQ is not set +# CONFIG_SND_USB_6FIRE is not set +# CONFIG_SND_USB_HIFACE is not set +# CONFIG_SND_BCD2000 is not set +# CONFIG_SND_USB_POD is not set +# CONFIG_SND_USB_PODHD is not set +# CONFIG_SND_USB_TONEPORT is not set +# CONFIG_SND_USB_VARIAX is not set +CONFIG_SND_SOC=y +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y +# CONFIG_SND_SOC_ADI is not set +# CONFIG_SND_SOC_AMD_ACP is not set +# CONFIG_SND_ATMEL_SOC is not set +# CONFIG_SND_BCM63XX_I2S_WHISTLER is not set +# CONFIG_SND_DESIGNWARE_I2S is not set + +# +# SoC Audio for Freescale CPUs +# + +# +# Common SoC Audio options for Freescale CPUs: +# +# CONFIG_SND_SOC_FSL_ASRC is not set +# CONFIG_SND_SOC_FSL_SAI is not set +# CONFIG_SND_SOC_FSL_AUDMIX is not set +# CONFIG_SND_SOC_FSL_SSI is not set +# CONFIG_SND_SOC_FSL_SPDIF is not set +# CONFIG_SND_SOC_FSL_ESAI is not set +# CONFIG_SND_SOC_FSL_MICFIL is not set +# CONFIG_SND_SOC_FSL_XCVR is not set +# CONFIG_SND_SOC_FSL_RPMSG is not set +# CONFIG_SND_SOC_IMX_AUDMUX is not set +# end of SoC Audio for Freescale CPUs + +# CONFIG_SND_I2S_HI6210_I2S is not set +# CONFIG_SND_SOC_IMG is not set +# CONFIG_SND_SOC_MTK_BTCVSD is not set +# CONFIG_SND_SOC_SOF_TOPLEVEL is not set + +# +# STMicroelectronics STM32 SOC audio support +# +# end of STMicroelectronics STM32 SOC audio support + +# +# Allwinner SoC Audio support +# +# CONFIG_SND_SUN4I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC is not set +# CONFIG_SND_SUN8I_CODEC_ANALOG is not set +# CONFIG_SND_SUN50I_CODEC_ANALOG is not set +# CONFIG_SND_SUN4I_I2S is not set +# CONFIG_SND_SUN4I_SPDIF is not set +# end of Allwinner SoC Audio support + +# CONFIG_SND_SOC_XILINX_I2S is not set +# CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER is not set +# CONFIG_SND_SOC_XILINX_SPDIF is not set +# CONFIG_SND_SOC_XTFPGA_I2S is not set +CONFIG_SND_SOC_I2C_AND_SPI=y + +# +# CODEC drivers +# +# CONFIG_SND_SOC_AC97_CODEC is not set +# CONFIG_SND_SOC_ADAU1372_I2C is not set +# CONFIG_SND_SOC_ADAU1372_SPI is not set +# CONFIG_SND_SOC_ADAU1701 is not set +# CONFIG_SND_SOC_ADAU1761_I2C is not set +# CONFIG_SND_SOC_ADAU1761_SPI is not set +# CONFIG_SND_SOC_ADAU7002 is not set +# CONFIG_SND_SOC_ADAU7118_HW is not set +# CONFIG_SND_SOC_ADAU7118_I2C is not set +# CONFIG_SND_SOC_AK4104 is not set +# CONFIG_SND_SOC_AK4118 is not set +# CONFIG_SND_SOC_AK4458 is not set +# CONFIG_SND_SOC_AK4554 is not set +# CONFIG_SND_SOC_AK4613 is not set +# CONFIG_SND_SOC_AK4642 is not set +# CONFIG_SND_SOC_AK5386 is not set +# CONFIG_SND_SOC_AK5558 is not set +# CONFIG_SND_SOC_ALC5623 is not set +# CONFIG_SND_SOC_BD28623 is not set +# CONFIG_SND_SOC_BT_SCO is not set +# CONFIG_SND_SOC_CS35L32 is not set +# CONFIG_SND_SOC_CS35L33 is not set +# CONFIG_SND_SOC_CS35L34 is not set +# CONFIG_SND_SOC_CS35L35 is not set +# CONFIG_SND_SOC_CS35L36 is not set +# CONFIG_SND_SOC_CS42L42 is not set +# CONFIG_SND_SOC_CS42L51_I2C is not set +# CONFIG_SND_SOC_CS42L52 is not set +# CONFIG_SND_SOC_CS42L56 is not set +# CONFIG_SND_SOC_CS42L73 is not set +# CONFIG_SND_SOC_CS4234 is not set +# CONFIG_SND_SOC_CS4265 is not set +# CONFIG_SND_SOC_CS4270 is not set +# CONFIG_SND_SOC_CS4271_I2C is not set +# CONFIG_SND_SOC_CS4271_SPI is not set +# CONFIG_SND_SOC_CS42XX8_I2C is not set +# CONFIG_SND_SOC_CS43130 is not set +# CONFIG_SND_SOC_CS4341 is not set +# CONFIG_SND_SOC_CS4349 is not set +# CONFIG_SND_SOC_CS53L30 is not set +# CONFIG_SND_SOC_CX2072X is not set +# CONFIG_SND_SOC_DA7213 is not set +# CONFIG_SND_SOC_DMIC is not set +# CONFIG_SND_SOC_ES7134 is not set +# CONFIG_SND_SOC_ES7241 is not set +# CONFIG_SND_SOC_ES8316 is not set +# CONFIG_SND_SOC_ES8328_I2C is not set +# CONFIG_SND_SOC_ES8328_SPI is not set +# CONFIG_SND_SOC_GTM601 is not set +# CONFIG_SND_SOC_ICS43432 is not set +# CONFIG_SND_SOC_INNO_RK3036 is not set +# CONFIG_SND_SOC_MAX98088 is not set +# CONFIG_SND_SOC_MAX98357A is not set +# CONFIG_SND_SOC_MAX98504 is not set +# CONFIG_SND_SOC_MAX9867 is not set +# CONFIG_SND_SOC_MAX98927 is not set +# CONFIG_SND_SOC_MAX98373_I2C is not set +# CONFIG_SND_SOC_MAX98390 is not set +# CONFIG_SND_SOC_MAX9860 is not set +# CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set +# CONFIG_SND_SOC_PCM1681 is not set +# CONFIG_SND_SOC_PCM1789_I2C is not set +# CONFIG_SND_SOC_PCM179X_I2C is not set +# CONFIG_SND_SOC_PCM179X_SPI is not set +# CONFIG_SND_SOC_PCM186X_I2C is not set +# CONFIG_SND_SOC_PCM186X_SPI is not set +# CONFIG_SND_SOC_PCM3060_I2C is not set +# CONFIG_SND_SOC_PCM3060_SPI is not set +# CONFIG_SND_SOC_PCM3168A_I2C is not set +# CONFIG_SND_SOC_PCM3168A_SPI is not set +# CONFIG_SND_SOC_PCM5102A is not set +# CONFIG_SND_SOC_PCM512x_I2C is not set +# CONFIG_SND_SOC_PCM512x_SPI is not set +# CONFIG_SND_SOC_RK3328 is not set +# CONFIG_SND_SOC_RT5616 is not set +# CONFIG_SND_SOC_RT5631 is not set +# CONFIG_SND_SOC_RT5640 is not set +# CONFIG_SND_SOC_RT5659 is not set +# CONFIG_SND_SOC_SGTL5000 is not set +# CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set +# CONFIG_SND_SOC_SIMPLE_MUX is not set +# CONFIG_SND_SOC_SPDIF is not set +# CONFIG_SND_SOC_SSM2305 is not set +# CONFIG_SND_SOC_SSM2518 is not set +# CONFIG_SND_SOC_SSM2602_SPI is not set +# CONFIG_SND_SOC_SSM2602_I2C is not set +# CONFIG_SND_SOC_SSM4567 is not set +# CONFIG_SND_SOC_STA32X is not set +# CONFIG_SND_SOC_STA350 is not set +# CONFIG_SND_SOC_STI_SAS is not set +# CONFIG_SND_SOC_TAS2552 is not set +# CONFIG_SND_SOC_TAS2562 is not set +# CONFIG_SND_SOC_TAS2764 is not set +# CONFIG_SND_SOC_TAS2770 is not set +# CONFIG_SND_SOC_TAS5086 is not set +# CONFIG_SND_SOC_TAS571X is not set +# CONFIG_SND_SOC_TAS5720 is not set +# CONFIG_SND_SOC_TAS6424 is not set +# CONFIG_SND_SOC_TDA7419 is not set +# CONFIG_SND_SOC_TFA9879 is not set +# CONFIG_SND_SOC_TFA989X is not set +# CONFIG_SND_SOC_TLV320AIC23_I2C is not set +# CONFIG_SND_SOC_TLV320AIC23_SPI is not set +# CONFIG_SND_SOC_TLV320AIC31XX is not set +# CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set +# CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set +# CONFIG_SND_SOC_TLV320AIC3X_I2C is not set +# CONFIG_SND_SOC_TLV320AIC3X_SPI is not set +# CONFIG_SND_SOC_TLV320ADCX140 is not set +# CONFIG_SND_SOC_TS3A227E is not set +# CONFIG_SND_SOC_TSCS42XX is not set +# CONFIG_SND_SOC_TSCS454 is not set +# CONFIG_SND_SOC_UDA1334 is not set +# CONFIG_SND_SOC_WM8510 is not set +# CONFIG_SND_SOC_WM8523 is not set +# CONFIG_SND_SOC_WM8524 is not set +# CONFIG_SND_SOC_WM8580 is not set +# CONFIG_SND_SOC_WM8711 is not set +# CONFIG_SND_SOC_WM8728 is not set +# CONFIG_SND_SOC_WM8731 is not set +# CONFIG_SND_SOC_WM8737 is not set +# CONFIG_SND_SOC_WM8741 is not set +# CONFIG_SND_SOC_WM8750 is not set +# CONFIG_SND_SOC_WM8753 is not set +# CONFIG_SND_SOC_WM8770 is not set +# CONFIG_SND_SOC_WM8776 is not set +# CONFIG_SND_SOC_WM8782 is not set +# CONFIG_SND_SOC_WM8804_I2C is not set +# CONFIG_SND_SOC_WM8804_SPI is not set +# CONFIG_SND_SOC_WM8903 is not set +# CONFIG_SND_SOC_WM8904 is not set +# CONFIG_SND_SOC_WM8960 is not set +# CONFIG_SND_SOC_WM8962 is not set +# CONFIG_SND_SOC_WM8974 is not set +# CONFIG_SND_SOC_WM8978 is not set +# CONFIG_SND_SOC_WM8985 is not set +# CONFIG_SND_SOC_ZL38060 is not set +# CONFIG_SND_SOC_MAX9759 is not set +# CONFIG_SND_SOC_MT6351 is not set +# CONFIG_SND_SOC_MT6358 is not set +# CONFIG_SND_SOC_MT6660 is not set +# CONFIG_SND_SOC_NAU8315 is not set +# CONFIG_SND_SOC_NAU8540 is not set +# CONFIG_SND_SOC_NAU8810 is not set +# CONFIG_SND_SOC_NAU8822 is not set +# CONFIG_SND_SOC_NAU8824 is not set +# CONFIG_SND_SOC_TPA6130A2 is not set +# CONFIG_SND_SOC_LPASS_WSA_MACRO is not set +# CONFIG_SND_SOC_LPASS_VA_MACRO is not set +# CONFIG_SND_SOC_LPASS_RX_MACRO is not set +# CONFIG_SND_SOC_LPASS_TX_MACRO is not set +# end of CODEC drivers + +# CONFIG_SND_SIMPLE_CARD is not set +# CONFIG_SND_AUDIO_GRAPH_CARD is not set +# CONFIG_SND_VIRTIO is not set + +# +# HID support +# +CONFIG_HID=y +# CONFIG_HID_BATTERY_STRENGTH is not set +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACCUTOUCH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_APPLEIR is not set +# CONFIG_HID_ASUS is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_BETOP_FF is not set +# CONFIG_HID_BIGBEN_FF is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CORSAIR is not set +# CONFIG_HID_COUGAR is not set +# CONFIG_HID_MACALLY is not set +# CONFIG_HID_PRODIKEYS is not set +# CONFIG_HID_CMEDIA is not set +# CONFIG_HID_CREATIVE_SB0540 is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELAN is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_ELO is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_GEMBIRD is not set +# CONFIG_HID_GFRM is not set +# CONFIG_HID_GLORIOUS is not set +# CONFIG_HID_HOLTEK is not set +# CONFIG_HID_VIVALDI is not set +# CONFIG_HID_GT683R is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_VIEWSONIC is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_ITE is not set +# CONFIG_HID_JABRA is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LED is not set +# CONFIG_HID_LENOVO is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MALTRON is not set +# CONFIG_HID_MAYFLASH is not set +# CONFIG_HID_REDRAGON is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_NTI is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PENMOUNT is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PLANTRONICS is not set +# CONFIG_HID_PLAYSTATION is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_RETRODE is not set +# CONFIG_HID_ROCCAT is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SEMITEK is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEAM is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_RMI is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THINGM is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_UDRAW_PS3 is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_WIIMOTE is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +# CONFIG_HID_ALPS is not set +# CONFIG_HID_MCP2221 is not set +# end of Special HID drivers + +# +# USB HID support +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set +# end of USB HID support + +# +# I2C HID support +# +# CONFIG_I2C_HID_OF is not set +# CONFIG_I2C_HID_OF_GOODIX is not set +# end of I2C HID support +# end of HID support + +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_COMMON=y +# CONFIG_USB_LED_TRIG is not set +# CONFIG_USB_ULPI_BUS is not set +# CONFIG_USB_CONN_GPIO is not set +CONFIG_USB_ARCH_HAS_HCD=y +CONFIG_USB=y +CONFIG_USB_PCI=y +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEFAULT_PERSIST=y +# CONFIG_USB_FEW_INIT_RETRIES is not set +# CONFIG_USB_DYNAMIC_MINORS is not set +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_PRODUCTLIST is not set +# CONFIG_USB_OTG_DISABLE_EXTERNAL_HUB is not set +# CONFIG_USB_LEDS_TRIGGER_USBPORT is not set +CONFIG_USB_AUTOSUSPEND_DELAY=2 +# CONFIG_USB_MON is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_XHCI_HCD=y +# CONFIG_USB_XHCI_DBGCAP is not set +CONFIG_USB_XHCI_PCI=y +# CONFIG_USB_XHCI_PCI_RENESAS is not set +CONFIG_USB_XHCI_PLATFORM=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_EHCI_TT_NEWSCHED=y +CONFIG_USB_EHCI_PCI=y +# CONFIG_USB_EHCI_FSL is not set +CONFIG_USB_EHCI_HCD_PLATFORM=y +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_FOTG210_HCD is not set +# CONFIG_USB_MAX3421_HCD is not set +CONFIG_USB_OHCI_HCD=y +CONFIG_USB_OHCI_HCD_PCI=y +CONFIG_USB_OHCI_HCD_PLATFORM=y +# CONFIG_USB_UHCI_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HCD_TEST_MODE is not set + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=y +# CONFIG_USB_PRINTER is not set +# CONFIG_USB_WDM is not set +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +CONFIG_USB_STORAGE_REALTEK=y +CONFIG_REALTEK_AUTOPM=y +CONFIG_USB_STORAGE_DATAFAB=y +CONFIG_USB_STORAGE_FREECOM=y +CONFIG_USB_STORAGE_ISD200=y +CONFIG_USB_STORAGE_USBAT=y +CONFIG_USB_STORAGE_SDDR09=y +CONFIG_USB_STORAGE_SDDR55=y +CONFIG_USB_STORAGE_JUMPSHOT=y +CONFIG_USB_STORAGE_ALAUDA=y +CONFIG_USB_STORAGE_ONETOUCH=y +CONFIG_USB_STORAGE_KARMA=y +CONFIG_USB_STORAGE_CYPRESS_ATACB=y +CONFIG_USB_STORAGE_ENE_UB6250=y +CONFIG_USB_UAS=y + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set +# CONFIG_USBIP_CORE is not set +# CONFIG_USB_CDNS_SUPPORT is not set +# CONFIG_USB_MUSB_HDRC is not set +CONFIG_USB_DWC3=y +# CONFIG_USB_DWC3_HOST is not set +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y + +# +# Platform Glue Driver Support +# +CONFIG_USB_DWC3_HAPS=y +CONFIG_USB_DWC3_OF_SIMPLE=y +# CONFIG_USB_DWC2 is not set +# CONFIG_USB_CHIPIDEA is not set +# CONFIG_USB_ISP1760 is not set + +# +# USB port drivers +# +CONFIG_USB_SERIAL=y +# CONFIG_USB_SERIAL_CONSOLE is not set +# CONFIG_USB_SERIAL_GENERIC is not set +# CONFIG_USB_SERIAL_SIMPLE is not set +# CONFIG_USB_SERIAL_AIRCABLE is not set +# CONFIG_USB_SERIAL_ARK3116 is not set +# CONFIG_USB_SERIAL_BELKIN is not set +CONFIG_USB_SERIAL_CH341=m +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +CONFIG_USB_SERIAL_CP210X=m +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set +# CONFIG_USB_SERIAL_EMPEG is not set +CONFIG_USB_SERIAL_FTDI_SIO=m +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_F81232 is not set +# CONFIG_USB_SERIAL_F8153X is not set +# CONFIG_USB_SERIAL_GARMIN is not set +# CONFIG_USB_SERIAL_IPW is not set +# CONFIG_USB_SERIAL_IUU is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_METRO is not set +# CONFIG_USB_SERIAL_MOS7720 is not set +# CONFIG_USB_SERIAL_MOS7840 is not set +# CONFIG_USB_SERIAL_MXUPORT is not set +# CONFIG_USB_SERIAL_NAVMAN is not set +CONFIG_USB_SERIAL_PL2303=m +# CONFIG_USB_SERIAL_OTI6858 is not set +# CONFIG_USB_SERIAL_QCAUX is not set +# CONFIG_USB_SERIAL_QUALCOMM is not set +# CONFIG_USB_SERIAL_SPCP8X5 is not set +# CONFIG_USB_SERIAL_SAFE is not set +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set +# CONFIG_USB_SERIAL_SYMBOL is not set +# CONFIG_USB_SERIAL_TI is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +CONFIG_USB_SERIAL_WWAN=y +CONFIG_USB_SERIAL_OPTION=y +# CONFIG_USB_SERIAL_OMNINET is not set +# CONFIG_USB_SERIAL_OPTICON is not set +# CONFIG_USB_SERIAL_XSENS_MT is not set +# CONFIG_USB_SERIAL_WISHBONE is not set +# CONFIG_USB_SERIAL_SSU100 is not set +# CONFIG_USB_SERIAL_QT2 is not set +# CONFIG_USB_SERIAL_UPD78F0730 is not set +# CONFIG_USB_SERIAL_XR is not set +# CONFIG_USB_SERIAL_DEBUG is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_APPLE_MFI_FASTCHARGE is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_EHSET_TEST_FIXTURE is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_YUREX is not set +# CONFIG_USB_EZUSB_FX2 is not set +# CONFIG_USB_HUB_USB251XB is not set +# CONFIG_USB_HSIC_USB3503 is not set +# CONFIG_USB_HSIC_USB4604 is not set +# CONFIG_USB_LINK_LAYER_TEST is not set + +# +# USB Physical Layer drivers +# +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ISP1301 is not set +# CONFIG_USB_ULPI is not set +# end of USB Physical Layer drivers + +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=2 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 +# CONFIG_U_SERIAL_CONSOLE is not set + +# +# USB Peripheral Controller +# +# CONFIG_USB_FOTG210_UDC is not set +# CONFIG_USB_GR_UDC is not set +# CONFIG_USB_R8A66597 is not set +# CONFIG_USB_PXA27X is not set +# CONFIG_USB_MV_UDC is not set +# CONFIG_USB_MV_U3D is not set +# CONFIG_USB_SNP_UDC_PLAT is not set +# CONFIG_USB_M66592 is not set +# CONFIG_USB_BDC_UDC is not set +# CONFIG_USB_AMD5536UDC is not set +# CONFIG_USB_NET2272 is not set +# CONFIG_USB_NET2280 is not set +# CONFIG_USB_GOKU is not set +# CONFIG_USB_EG20T is not set +# CONFIG_USB_GADGET_XILINX is not set +# CONFIG_USB_MAX3420_UDC is not set +# CONFIG_USB_DUMMY_HCD is not set +# end of USB Peripheral Controller + +CONFIG_USB_LIBCOMPOSITE=y +CONFIG_USB_F_ACM=y +CONFIG_USB_U_SERIAL=y +CONFIG_USB_U_ETHER=y +CONFIG_USB_U_AUDIO=y +CONFIG_USB_F_SERIAL=y +CONFIG_USB_F_NCM=y +CONFIG_USB_F_RNDIS=y +CONFIG_USB_F_MASS_STORAGE=y +CONFIG_USB_F_FS=y +CONFIG_USB_F_UAC1=y +CONFIG_USB_F_UVC=y +CONFIG_USB_F_HID=y +CONFIG_USB_F_PRINTER=y +CONFIG_USB_CONFIGFS=y +CONFIG_USB_CONFIGFS_SERIAL=y +CONFIG_USB_CONFIGFS_ACM=y +# CONFIG_USB_CONFIGFS_OBEX is not set +CONFIG_USB_CONFIGFS_NCM=y +# CONFIG_USB_CONFIGFS_ECM is not set +# CONFIG_USB_CONFIGFS_ECM_SUBSET is not set +CONFIG_USB_CONFIGFS_RNDIS=y +# CONFIG_USB_CONFIGFS_EEM is not set +CONFIG_USB_CONFIGFS_MASS_STORAGE=y +# CONFIG_USB_CONFIGFS_F_LB_SS is not set +CONFIG_USB_CONFIGFS_F_FS=y +CONFIG_USB_CONFIGFS_F_UAC1=y +# CONFIG_USB_CONFIGFS_F_UAC1_LEGACY is not set +# CONFIG_USB_CONFIGFS_F_UAC2 is not set +# CONFIG_USB_CONFIGFS_F_MIDI is not set +CONFIG_USB_CONFIGFS_F_HID=y +CONFIG_USB_CONFIGFS_F_UVC=y +CONFIG_USB_CONFIGFS_F_PRINTER=y + +# +# USB Gadget precomposed configurations +# +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_G_NCM is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FUNCTIONFS is not set +# CONFIG_USB_MASS_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_CDC_COMPOSITE is not set +# CONFIG_USB_G_ACM_MS is not set +# CONFIG_USB_G_MULTI is not set +# CONFIG_USB_G_HID is not set +# CONFIG_USB_G_DBGP is not set +# CONFIG_USB_G_WEBCAM is not set +# CONFIG_USB_RAW_GADGET is not set +# end of USB Gadget precomposed configurations + +CONFIG_TYPEC=y +CONFIG_TYPEC_TCPM=y +CONFIG_TYPEC_TCPCI=y +# CONFIG_TYPEC_RT1711H is not set +# CONFIG_TYPEC_TCPCI_MAXIM is not set +# CONFIG_TYPEC_FUSB302 is not set +# CONFIG_TYPEC_UCSI is not set +# CONFIG_TYPEC_TPS6598X is not set +# CONFIG_TYPEC_HD3SS3220 is not set +# CONFIG_TYPEC_STUSB160X is not set + +# +# USB Type-C Multiplexer/DeMultiplexer Switch support +# +# CONFIG_TYPEC_MUX_PI3USB30532 is not set +# end of USB Type-C Multiplexer/DeMultiplexer Switch support + +# +# USB Type-C Alternate Mode drivers +# +CONFIG_TYPEC_DP_ALTMODE=y +# CONFIG_TYPEC_NVIDIA_ALTMODE is not set +# end of USB Type-C Alternate Mode drivers + +CONFIG_USB_ROLE_SWITCH=y +CONFIG_MMC=y +# CONFIG_PWRSEQ_EMMC is not set +# CONFIG_PWRSEQ_SIMPLE is not set +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_MINORS=8 +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +# CONFIG_MMC_DEBUG is not set +# CONFIG_MMC_ARMMMCI is not set +# CONFIG_MMC_SDHCI is not set +# CONFIG_MMC_TIFM_SD is not set +# CONFIG_MMC_SPI is not set +# CONFIG_MMC_CB710 is not set +# CONFIG_MMC_VIA_SDMMC is not set +# CONFIG_MMC_DW is not set +# CONFIG_MMC_VUB300 is not set +# CONFIG_MMC_USHC is not set +# CONFIG_MMC_USDHI6ROL0 is not set +# CONFIG_MMC_SUNXI is not set +CONFIG_MMC_CQHCI=y +CONFIG_MMC_HSQ=y +# CONFIG_MMC_TOSHIBA_PCI is not set +# CONFIG_MMC_MTK is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y +# CONFIG_LEDS_CLASS_FLASH is not set +# CONFIG_LEDS_CLASS_MULTICOLOR is not set +# CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set + +# +# LED drivers +# +# CONFIG_LEDS_AN30259A is not set +# CONFIG_LEDS_AW2013 is not set +# CONFIG_LEDS_BCM6328 is not set +# CONFIG_LEDS_BCM6358 is not set +# CONFIG_LEDS_CR0014114 is not set +# CONFIG_LEDS_EL15203000 is not set +# CONFIG_LEDS_LM3530 is not set +# CONFIG_LEDS_LM3532 is not set +# CONFIG_LEDS_LM3642 is not set +# CONFIG_LEDS_LM3692X is not set +# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_LP3952 is not set +# CONFIG_LEDS_LP50XX is not set +# CONFIG_LEDS_LP55XX_COMMON is not set +# CONFIG_LEDS_LP8860 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_PCA963X is not set +# CONFIG_LEDS_DAC124S085 is not set +CONFIG_LEDS_PWM=y +# CONFIG_LEDS_REGULATOR is not set +# CONFIG_LEDS_BD2802 is not set +# CONFIG_LEDS_LT3593 is not set +# CONFIG_LEDS_TCA6507 is not set +# CONFIG_LEDS_TLC591XX is not set +# CONFIG_LEDS_LM355x is not set +# CONFIG_LEDS_IS31FL319X is not set +# CONFIG_LEDS_IS31FL32XX is not set + +# +# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM) +# +# CONFIG_LEDS_BLINKM is not set +# CONFIG_LEDS_SYSCON is not set +# CONFIG_LEDS_MLXREG is not set +# CONFIG_LEDS_USER is not set +# CONFIG_LEDS_SPI_BYTE is not set +# CONFIG_LEDS_TI_LMU_COMMON is not set + +# +# Flash and Torch LED drivers +# + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +CONFIG_LEDS_TRIGGER_TIMER=y +CONFIG_LEDS_TRIGGER_ONESHOT=y +# CONFIG_LEDS_TRIGGER_MTD is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_CPU is not set +# CONFIG_LEDS_TRIGGER_ACTIVITY is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +CONFIG_LEDS_TRIGGER_DEFAULT_ON=y + +# +# iptables trigger is under Netfilter config (LED target) +# +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set +# CONFIG_LEDS_TRIGGER_CAMERA is not set +# CONFIG_LEDS_TRIGGER_PANIC is not set +# CONFIG_LEDS_TRIGGER_NETDEV is not set +# CONFIG_LEDS_TRIGGER_PATTERN is not set +# CONFIG_LEDS_TRIGGER_AUDIO is not set +# CONFIG_LEDS_TRIGGER_TTY is not set +# CONFIG_ACCESSIBILITY is not set +# CONFIG_INFINIBAND is not set +CONFIG_EDAC_SUPPORT=y +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc1" +CONFIG_RTC_SYSTOHC=y +CONFIG_RTC_SYSTOHC_DEVICE="rtc1" +# CONFIG_RTC_DEBUG is not set +CONFIG_RTC_NVMEM=y + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_ABB5ZES3 is not set +# CONFIG_RTC_DRV_ABEOZ9 is not set +# CONFIG_RTC_DRV_ABX80X is not set +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +CONFIG_RTC_DRV_HYM8563=y +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_ISL12022 is not set +# CONFIG_RTC_DRV_ISL12026 is not set +# CONFIG_RTC_DRV_X1205 is not set +# CONFIG_RTC_DRV_PCF8523 is not set +# CONFIG_RTC_DRV_PCF85063 is not set +# CONFIG_RTC_DRV_PCF85363 is not set +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_BQ32K is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8010 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set +# CONFIG_RTC_DRV_EM3027 is not set +# CONFIG_RTC_DRV_RV3028 is not set +# CONFIG_RTC_DRV_RV3032 is not set +# CONFIG_RTC_DRV_RV8803 is not set +# CONFIG_RTC_DRV_SD3078 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T93 is not set +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1302 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1343 is not set +# CONFIG_RTC_DRV_DS1347 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6916 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RX4581 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_PCF2123 is not set +# CONFIG_RTC_DRV_MCP795 is not set +CONFIG_RTC_I2C_AND_SPI=y + +# +# SPI and I2C RTC drivers +# +# CONFIG_RTC_DRV_DS3232 is not set +# CONFIG_RTC_DRV_PCF2127 is not set +# CONFIG_RTC_DRV_RV3029C2 is not set +# CONFIG_RTC_DRV_RX6110 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1685_FAMILY is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_DS2404 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_MSM6242 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_RP5C01 is not set +# CONFIG_RTC_DRV_V3020 is not set +# CONFIG_RTC_DRV_ZYNQMP is not set + +# +# on-CPU RTC drivers +# +# CONFIG_RTC_DRV_PL030 is not set +# CONFIG_RTC_DRV_PL031 is not set +# CONFIG_RTC_DRV_SUN6I is not set +# CONFIG_RTC_DRV_CADENCE is not set +# CONFIG_RTC_DRV_FTRTC010 is not set +# CONFIG_RTC_DRV_R7301 is not set + +# +# HID Sensor RTC drivers +# +# CONFIG_RTC_DRV_GOLDFISH is not set +CONFIG_DMADEVICES=y +# CONFIG_DMADEVICES_DEBUG is not set + +# +# DMA Devices +# +CONFIG_DMA_ENGINE=y +CONFIG_DMA_VIRTUAL_CHANNELS=y +CONFIG_DMA_OF=y +# CONFIG_ALTERA_MSGDMA is not set +# CONFIG_AMBA_PL08X is not set +# CONFIG_BCM_SBA_RAID is not set +# CONFIG_DMA_SUN6I is not set +# CONFIG_DW_AXI_DMAC is not set +# CONFIG_FSL_EDMA is not set +# CONFIG_FSL_QDMA is not set +# CONFIG_INTEL_IDMA64 is not set +# CONFIG_MV_XOR_V2 is not set +# CONFIG_PL330_DMA is not set +# CONFIG_PLX_DMA is not set +# CONFIG_XILINX_DMA is not set +# CONFIG_XILINX_ZYNQMP_DMA is not set +# CONFIG_XILINX_ZYNQMP_DPDMA is not set +# CONFIG_QCOM_HIDMA_MGMT is not set +# CONFIG_QCOM_HIDMA is not set +# CONFIG_DW_DMAC is not set +# CONFIG_DW_DMAC_PCI is not set +# CONFIG_DW_EDMA is not set +# CONFIG_DW_EDMA_PCIE is not set +# CONFIG_SF_PDMA is not set + +# +# DMA Clients +# +# CONFIG_ASYNC_TX_DMA is not set +# CONFIG_DMATEST is not set + +# +# DMABUF options +# +CONFIG_SYNC_FILE=y +# CONFIG_SW_SYNC is not set +# CONFIG_UDMABUF is not set +# CONFIG_DMABUF_MOVE_NOTIFY is not set +# CONFIG_DMABUF_DEBUG is not set +# CONFIG_DMABUF_SELFTESTS is not set +CONFIG_DMABUF_HEAPS=y +CONFIG_DMABUF_SYSFS_STATS=y +CONFIG_DMABUF_HEAPS_SYSTEM=y +CONFIG_DMABUF_HEAPS_CMA=y +# end of DMABUF options + +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set +# CONFIG_VFIO is not set +# CONFIG_VIRT_DRIVERS is not set +CONFIG_VIRTIO=y +CONFIG_VIRTIO_MENU=y +# CONFIG_VIRTIO_PCI is not set +# CONFIG_VIRTIO_BALLOON is not set +# CONFIG_VIRTIO_INPUT is not set +# CONFIG_VIRTIO_MMIO is not set +# CONFIG_VDPA is not set +CONFIG_VHOST_MENU=y +# CONFIG_VHOST_NET is not set +# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set + +# +# Microsoft Hyper-V guest support +# +# end of Microsoft Hyper-V guest support + +# CONFIG_GREYBUS is not set +# CONFIG_COMEDI is not set +# CONFIG_STAGING is not set +# CONFIG_GOLDFISH is not set +# CONFIG_CHROME_PLATFORMS is not set +# CONFIG_MELLANOX_PLATFORM is not set +CONFIG_HAVE_CLK=y +CONFIG_HAVE_CLK_PREPARE=y +CONFIG_COMMON_CLK=y + +# +# Clock driver for ARM Reference designs +# +# CONFIG_ICST is not set +# CONFIG_CLK_SP810 is not set +# end of Clock driver for ARM Reference designs + +# CONFIG_LMK04832 is not set +# CONFIG_COMMON_CLK_MAX9485 is not set +# CONFIG_COMMON_CLK_SI5341 is not set +# CONFIG_COMMON_CLK_SI5351 is not set +# CONFIG_COMMON_CLK_SI514 is not set +# CONFIG_COMMON_CLK_SI544 is not set +# CONFIG_COMMON_CLK_SI570 is not set +# CONFIG_COMMON_CLK_CDCE706 is not set +# CONFIG_COMMON_CLK_CDCE925 is not set +# CONFIG_COMMON_CLK_CS2000_CP is not set +# CONFIG_COMMON_CLK_AXI_CLKGEN is not set +# CONFIG_COMMON_CLK_XGENE is not set +# CONFIG_COMMON_CLK_PWM is not set +# CONFIG_COMMON_CLK_VC5 is not set +# CONFIG_COMMON_CLK_FIXED_MMIO is not set +CONFIG_CLK_SUNXI=y +CONFIG_CLK_SUNXI_CLOCKS=y +CONFIG_CLK_SUNXI_PRCM_SUN6I=y +CONFIG_CLK_SUNXI_PRCM_SUN8I=y +CONFIG_CLK_SUNXI_PRCM_SUN9I=y +# CONFIG_SUNXI_CCU is not set +# CONFIG_XILINX_VCU is not set +# CONFIG_HWSPINLOCK is not set + +# +# Clock Source drivers +# +CONFIG_TIMER_OF=y +CONFIG_TIMER_PROBE=y +CONFIG_CLKSRC_MMIO=y +CONFIG_SUN4I_TIMER=y +CONFIG_ARM_ARCH_TIMER=y +# CONFIG_ARM_ARCH_TIMER_EVTSTREAM is not set +CONFIG_ARM_ARCH_TIMER_OOL_WORKAROUND=y +# CONFIG_FSL_ERRATUM_A008585 is not set +CONFIG_HISILICON_ERRATUM_161010101=y +CONFIG_ARM64_ERRATUM_858921=y +CONFIG_SUN50I_ERRATUM_UNKNOWN1=y +# CONFIG_MICROCHIP_PIT64B is not set +# end of Clock Source drivers + +CONFIG_MAILBOX=y +# CONFIG_ARM_MHU is not set +# CONFIG_ARM_MHU_V2 is not set +# CONFIG_PLATFORM_MHU is not set +# CONFIG_PL320_MBOX is not set +# CONFIG_ALTERA_MBOX is not set +# CONFIG_MAILBOX_TEST is not set +CONFIG_SUN6I_MSGBOX=y +CONFIG_IOMMU_IOVA=y +CONFIG_IOMMU_API=y +CONFIG_IOMMU_SUPPORT=y + +# +# Generic IOMMU Pagetable Support +# +# CONFIG_IOMMU_IO_PGTABLE_LPAE is not set +# CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set +# end of Generic IOMMU Pagetable Support + +# CONFIG_IOMMU_DEBUGFS is not set +CONFIG_IOMMU_DEFAULT_DMA_STRICT=y +# CONFIG_IOMMU_DEFAULT_DMA_LAZY is not set +# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set +CONFIG_OF_IOMMU=y +CONFIG_IOMMU_DMA=y +# CONFIG_SUN50I_IOMMU is not set +# CONFIG_ARM_SMMU is not set +# CONFIG_ARM_SMMU_V3 is not set +# CONFIG_VIRTIO_IOMMU is not set + +# +# Remoteproc drivers +# +CONFIG_REMOTEPROC=y +# CONFIG_REMOTEPROC_CDEV is not set +# end of Remoteproc drivers + +# +# Rpmsg drivers +# +CONFIG_RPMSG=y +# CONFIG_RPMSG_CHAR is not set +# CONFIG_RPMSG_NS is not set +# CONFIG_RPMSG_QCOM_GLINK_RPM is not set +# CONFIG_RPMSG_VIRTIO is not set +# end of Rpmsg drivers + +# CONFIG_SOUNDWIRE is not set + +# +# SOC (System On Chip) specific Drivers +# + +# +# Amlogic SoC drivers +# +# end of Amlogic SoC drivers + +# +# Broadcom SoC drivers +# +# CONFIG_SOC_BRCMSTB is not set +# end of Broadcom SoC drivers + +# +# NXP/Freescale QorIQ SoC drivers +# +# CONFIG_QUICC_ENGINE is not set +# CONFIG_FSL_RCPM is not set +# end of NXP/Freescale QorIQ SoC drivers + +# +# i.MX SoC drivers +# +# end of i.MX SoC drivers + +# +# Enable LiteX SoC Builder specific drivers +# +# CONFIG_LITEX_SOC_CONTROLLER is not set +# end of Enable LiteX SoC Builder specific drivers + +# +# Qualcomm SoC drivers +# +# end of Qualcomm SoC drivers + +CONFIG_SUNXI_MBUS=y +CONFIG_SUNXI_SRAM=y +# CONFIG_SOC_TI is not set + +# +# Xilinx SoC drivers +# +# end of Xilinx SoC drivers +# end of SOC (System On Chip) specific Drivers + +CONFIG_PM_DEVFREQ=y + +# +# DEVFREQ Governors +# +CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND=y +CONFIG_DEVFREQ_GOV_PERFORMANCE=y +# CONFIG_DEVFREQ_GOV_POWERSAVE is not set +CONFIG_DEVFREQ_GOV_USERSPACE=y +# CONFIG_DEVFREQ_GOV_PASSIVE is not set + +# +# DEVFREQ Drivers +# +CONFIG_PM_DEVFREQ_EVENT=y +CONFIG_EXTCON=y + +# +# Extcon Device Drivers +# +# CONFIG_EXTCON_FSA9480 is not set +# CONFIG_EXTCON_GPIO is not set +# CONFIG_EXTCON_MAX3355 is not set +# CONFIG_EXTCON_PTN5150 is not set +# CONFIG_EXTCON_RT8973A is not set +# CONFIG_EXTCON_SM5502 is not set +# CONFIG_EXTCON_USB_GPIO is not set +# CONFIG_EXTCON_USBC_TUSB320 is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_NTB is not set +# CONFIG_VME_BUS is not set +CONFIG_PWM=y +CONFIG_PWM_SYSFS=y +# CONFIG_PWM_DEBUG is not set +# CONFIG_PWM_ATMEL_TCB is not set +# CONFIG_PWM_DWC is not set +# CONFIG_PWM_FSL_FTM is not set +# CONFIG_PWM_PCA9685 is not set +# CONFIG_PWM_SUN4I is not set + +# +# IRQ chip support +# +CONFIG_IRQCHIP=y +CONFIG_ARM_GIC=y +CONFIG_ARM_GIC_MAX_NR=1 +CONFIG_ARM_GIC_V2M=y +CONFIG_ARM_GIC_V3=y +CONFIG_ARM_GIC_V3_ITS=y +CONFIG_ARM_GIC_V3_ITS_PCI=y +# CONFIG_AL_FIC is not set +CONFIG_PARTITION_PERCPU=y +# end of IRQ chip support + +# CONFIG_IPACK_BUS is not set +CONFIG_ARCH_HAS_RESET_CONTROLLER=y +CONFIG_RESET_CONTROLLER=y +CONFIG_RESET_SIMPLE=y +CONFIG_RESET_SUNXI=y +# CONFIG_RESET_TI_SYSCON is not set + +# +# PHY Subsystem +# +CONFIG_GENERIC_PHY=y +CONFIG_GENERIC_PHY_MIPI_DPHY=y +# CONFIG_PHY_XGENE is not set +# CONFIG_PHY_CAN_TRANSCEIVER is not set +# CONFIG_PHY_SUN4I_USB is not set +# CONFIG_PHY_SUN6I_MIPI_DPHY is not set +# CONFIG_PHY_SUN9I_USB is not set +# CONFIG_PHY_SUN50I_USB3 is not set +# CONFIG_BCM_KONA_USB2_PHY is not set +# CONFIG_PHY_CADENCE_TORRENT is not set +# CONFIG_PHY_CADENCE_DPHY is not set +# CONFIG_PHY_CADENCE_SIERRA is not set +# CONFIG_PHY_CADENCE_SALVO is not set +# CONFIG_PHY_FSL_IMX8MQ_USB is not set +# CONFIG_PHY_MIXEL_MIPI_DPHY is not set +# CONFIG_PHY_PXA_28NM_HSIC is not set +# CONFIG_PHY_PXA_28NM_USB2 is not set +# CONFIG_PHY_MAPPHONE_MDM6600 is not set +# CONFIG_PHY_OCELOT_SERDES is not set +# end of PHY Subsystem + +CONFIG_POWERCAP=y +CONFIG_IDLE_INJECT=y +# CONFIG_DTPM is not set +# CONFIG_MCB is not set + +# +# Performance monitor support +# +# CONFIG_ARM_CCI_PMU is not set +# CONFIG_ARM_CCN is not set +# CONFIG_ARM_CMN is not set +CONFIG_ARM_PMU=y +# CONFIG_ARM_DSU_PMU is not set +# CONFIG_ARM_SPE_PMU is not set +# end of Performance monitor support + +# CONFIG_RAS is not set +# CONFIG_USB4 is not set + +# +# Android +# +# CONFIG_ANDROID is not set +# end of Android + +# CONFIG_LIBNVDIMM is not set +# CONFIG_DAX is not set +CONFIG_NVMEM=y +CONFIG_NVMEM_SYSFS=y +# CONFIG_NVMEM_SUNXI_SID is not set +# CONFIG_NVMEM_RMEM is not set + +# +# HW tracing support +# +# CONFIG_STM is not set +# CONFIG_INTEL_TH is not set +# end of HW tracing support + +# CONFIG_FPGA is not set +# CONFIG_FSI is not set +CONFIG_TEE=y + +# +# TEE drivers +# +CONFIG_OPTEE=y +CONFIG_OPTEE_SHM_NUM_PRIV_PAGES=1 +# end of TEE drivers + +CONFIG_PM_OPP=y +# CONFIG_SIOX is not set +# CONFIG_SLIMBUS is not set +# CONFIG_INTERCONNECT is not set +# CONFIG_COUNTER is not set +# CONFIG_MOST is not set +# end of Device Drivers + +# +# File systems +# +CONFIG_DCACHE_WORD_ACCESS=y +# CONFIG_VALIDATE_FS_PARSER is not set +CONFIG_FS_IOMAP=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y +CONFIG_EXT4_FS_POSIX_ACL=y +CONFIG_EXT4_FS_SECURITY=y +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +CONFIG_BTRFS_FS=y +CONFIG_BTRFS_FS_POSIX_ACL=y +# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set +# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set +# CONFIG_BTRFS_DEBUG is not set +# CONFIG_BTRFS_ASSERT is not set +# CONFIG_BTRFS_FS_REF_VERIFY is not set +# CONFIG_NILFS2_FS is not set +# CONFIG_F2FS_FS is not set +# CONFIG_FS_DAX is not set +CONFIG_FS_POSIX_ACL=y +CONFIG_EXPORTFS=y +# CONFIG_EXPORTFS_BLOCK_OPS is not set +CONFIG_FILE_LOCKING=y +# CONFIG_FS_ENCRYPTION is not set +# CONFIG_FS_VERITY is not set +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY_USER=y +# CONFIG_FANOTIFY is not set +# CONFIG_QUOTA is not set +CONFIG_AUTOFS4_FS=y +CONFIG_AUTOFS_FS=y +CONFIG_FUSE_FS=y +CONFIG_CUSE=y +CONFIG_VIRTIO_FS=y +CONFIG_OVERLAY_FS=y +# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set +CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y +# CONFIG_OVERLAY_FS_INDEX is not set +# CONFIG_OVERLAY_FS_XINO_AUTO is not set +# CONFIG_OVERLAY_FS_METACOPY is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set +# end of Caches + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set +# end of CD-ROM/DVD Filesystems + +# +# DOS/FAT/EXFAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_EXFAT_FS=y +CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8" +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y +CONFIG_NTFS3_FS=y +# CONFIG_NTFS3_64BIT_CLUSTER is not set +# CONFIG_NTFS3_LZX_XPRESS is not set +# CONFIG_NTFS3_FS_POSIX_ACL is not set +# end of DOS/FAT/EXFAT/NT Filesystems + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +# CONFIG_PROC_KCORE is not set +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +# CONFIG_PROC_CHILDREN is not set +CONFIG_KERNFS=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +# CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_TMPFS_XATTR is not set +# CONFIG_TMPFS_INODE64 is not set +CONFIG_ARCH_SUPPORTS_HUGETLBFS=y +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y +CONFIG_MEMFD_CREATE=y +CONFIG_ARCH_HAS_GIGANTIC_PAGE=y +CONFIG_CONFIGFS_FS=y +# end of Pseudo filesystems + +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ORANGEFS_FS is not set +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +# CONFIG_JFFS2_FS is not set +CONFIG_UBIFS_FS=y +# CONFIG_UBIFS_FS_ADVANCED_COMPR is not set +CONFIG_UBIFS_FS_LZO=y +CONFIG_UBIFS_FS_ZLIB=y +CONFIG_UBIFS_FS_ZSTD=y +# CONFIG_UBIFS_ATIME_SUPPORT is not set +CONFIG_UBIFS_FS_XATTR=y +CONFIG_UBIFS_FS_SECURITY=y +# CONFIG_UBIFS_FS_AUTHENTICATION is not set +# CONFIG_CRAMFS is not set +CONFIG_SQUASHFS=y +CONFIG_SQUASHFS_FILE_CACHE=y +# CONFIG_SQUASHFS_FILE_DIRECT is not set +CONFIG_SQUASHFS_DECOMP_SINGLE=y +# CONFIG_SQUASHFS_DECOMP_MULTI is not set +# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set +# CONFIG_SQUASHFS_XATTR is not set +CONFIG_SQUASHFS_ZLIB=y +CONFIG_SQUASHFS_LZ4=y +CONFIG_SQUASHFS_LZO=y +CONFIG_SQUASHFS_XZ=y +CONFIG_SQUASHFS_ZSTD=y +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_QNX6FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_PSTORE is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_EROFS_FS is not set +CONFIG_NETWORK_FILESYSTEMS=y +# CONFIG_NFS_FS is not set +# CONFIG_NFSD is not set +# CONFIG_CEPH_FS is not set +# CONFIG_CIFS is not set +# CONFIG_SMB_SERVER is not set +# CONFIG_CODA_FS is not set +# CONFIG_AFS_FS is not set +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_MAC_ROMAN is not set +# CONFIG_NLS_MAC_CELTIC is not set +# CONFIG_NLS_MAC_CENTEURO is not set +# CONFIG_NLS_MAC_CROATIAN is not set +# CONFIG_NLS_MAC_CYRILLIC is not set +# CONFIG_NLS_MAC_GAELIC is not set +# CONFIG_NLS_MAC_GREEK is not set +# CONFIG_NLS_MAC_ICELAND is not set +# CONFIG_NLS_MAC_INUIT is not set +# CONFIG_NLS_MAC_ROMANIAN is not set +# CONFIG_NLS_MAC_TURKISH is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set +# CONFIG_UNICODE is not set +CONFIG_IO_WQ=y +# end of File systems + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_REQUEST_CACHE is not set +# CONFIG_PERSISTENT_KEYRINGS is not set +# CONFIG_ENCRYPTED_KEYS is not set +# CONFIG_KEY_DH_OPERATIONS is not set +CONFIG_SECURITY_DMESG_RESTRICT=y +CONFIG_SECURITY=y +CONFIG_SECURITYFS=y +CONFIG_SECURITY_NETWORK=y +# CONFIG_SECURITY_NETWORK_XFRM is not set +CONFIG_SECURITY_PATH=y +CONFIG_LSM_MMAP_MIN_ADDR=32768 +CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y +# CONFIG_HARDENED_USERCOPY is not set +# CONFIG_FORTIFY_SOURCE is not set +# CONFIG_STATIC_USERMODEHELPER is not set +CONFIG_SECURITY_SELINUX=y +# CONFIG_SECURITY_SELINUX_BOOTPARAM is not set +# CONFIG_SECURITY_SELINUX_DISABLE is not set +CONFIG_SECURITY_SELINUX_DEVELOP=y +CONFIG_SECURITY_SELINUX_AVC_STATS=y +CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0 +CONFIG_SECURITY_SELINUX_SIDTAB_HASH_BITS=9 +CONFIG_SECURITY_SELINUX_SID2STR_CACHE_SIZE=256 +# CONFIG_SECURITY_SMACK is not set +# CONFIG_SECURITY_TOMOYO is not set +CONFIG_SECURITY_APPARMOR=y +CONFIG_SECURITY_APPARMOR_HASH=y +CONFIG_SECURITY_APPARMOR_HASH_DEFAULT=y +# CONFIG_SECURITY_APPARMOR_DEBUG is not set +# CONFIG_SECURITY_LOADPIN is not set +# CONFIG_SECURITY_YAMA is not set +# CONFIG_SECURITY_SAFESETID is not set +# CONFIG_SECURITY_LOCKDOWN_LSM is not set +# CONFIG_SECURITY_LANDLOCK is not set +CONFIG_INTEGRITY=y +# CONFIG_INTEGRITY_SIGNATURE is not set +CONFIG_INTEGRITY_AUDIT=y +# CONFIG_IMA is not set +# CONFIG_EVM is not set +# CONFIG_DEFAULT_SECURITY_SELINUX is not set +# CONFIG_DEFAULT_SECURITY_APPARMOR is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf" + +# +# Kernel hardening options +# + +# +# Memory initialization +# +CONFIG_INIT_STACK_NONE=y +# CONFIG_GCC_PLUGIN_STRUCTLEAK_USER is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF is not set +# CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL is not set +# CONFIG_GCC_PLUGIN_STACKLEAK is not set +# CONFIG_INIT_ON_ALLOC_DEFAULT_ON is not set +# CONFIG_INIT_ON_FREE_DEFAULT_ON is not set +CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y +# CONFIG_ZERO_CALL_USED_REGS is not set +# end of Memory initialization +# end of Kernel hardening options +# end of Security options + +CONFIG_XOR_BLOCKS=y +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_SKCIPHER=y +CONFIG_CRYPTO_SKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_RNG_DEFAULT=y +CONFIG_CRYPTO_AKCIPHER2=y +CONFIG_CRYPTO_AKCIPHER=y +CONFIG_CRYPTO_KPP2=y +CONFIG_CRYPTO_KPP=y +CONFIG_CRYPTO_ACOMP2=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_USER is not set +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y +CONFIG_CRYPTO_GF128MUL=y +CONFIG_CRYPTO_NULL=y +CONFIG_CRYPTO_NULL2=y +# CONFIG_CRYPTO_PCRYPT is not set +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set + +# +# Public-key cryptography +# +CONFIG_CRYPTO_RSA=y +# CONFIG_CRYPTO_DH is not set +CONFIG_CRYPTO_ECC=y +CONFIG_CRYPTO_ECDH=y +# CONFIG_CRYPTO_ECDSA is not set +# CONFIG_CRYPTO_ECRDSA is not set +# CONFIG_CRYPTO_SM2 is not set +# CONFIG_CRYPTO_CURVE25519 is not set + +# +# Authenticated Encryption with Associated Data +# +CONFIG_CRYPTO_CCM=y +CONFIG_CRYPTO_GCM=y +# CONFIG_CRYPTO_CHACHA20POLY1305 is not set +# CONFIG_CRYPTO_AEGIS128 is not set +CONFIG_CRYPTO_SEQIV=y +CONFIG_CRYPTO_ECHAINIV=y + +# +# Block modes +# +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CFB is not set +CONFIG_CRYPTO_CTR=y +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_OFB is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set +# CONFIG_CRYPTO_KEYWRAP is not set +# CONFIG_CRYPTO_ADIANTUM is not set +# CONFIG_CRYPTO_ESSIV is not set + +# +# Hash modes +# +CONFIG_CRYPTO_CMAC=y +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_CRC32 is not set +CONFIG_CRYPTO_XXHASH=y +CONFIG_CRYPTO_BLAKE2B=y +# CONFIG_CRYPTO_CRCT10DIF is not set +CONFIG_CRYPTO_GHASH=y +# CONFIG_CRYPTO_POLY1305 is not set +# CONFIG_CRYPTO_MD4 is not set +# CONFIG_CRYPTO_MD5 is not set +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD160 is not set +CONFIG_CRYPTO_SHA1=y +CONFIG_CRYPTO_SHA256=y +CONFIG_CRYPTO_SHA512=y +# CONFIG_CRYPTO_SHA3 is not set +# CONFIG_CRYPTO_SM3 is not set +# CONFIG_CRYPTO_STREEBOG is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_AES_TI is not set +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +# CONFIG_CRYPTO_DES is not set +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_CHACHA20 is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_SM4 is not set +# CONFIG_CRYPTO_TWOFISH is not set + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +CONFIG_CRYPTO_LZO=y +# CONFIG_CRYPTO_842 is not set +# CONFIG_CRYPTO_LZ4 is not set +# CONFIG_CRYPTO_LZ4HC is not set +CONFIG_CRYPTO_ZSTD=y + +# +# Random Number Generation +# +# CONFIG_CRYPTO_ANSI_CPRNG is not set +CONFIG_CRYPTO_DRBG_MENU=y +CONFIG_CRYPTO_DRBG_HMAC=y +# CONFIG_CRYPTO_DRBG_HASH is not set +# CONFIG_CRYPTO_DRBG_CTR is not set +CONFIG_CRYPTO_DRBG=y +CONFIG_CRYPTO_JITTERENTROPY=y +# CONFIG_CRYPTO_USER_API_HASH is not set +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set +# CONFIG_CRYPTO_USER_API_RNG is not set +# CONFIG_CRYPTO_USER_API_AEAD is not set +CONFIG_CRYPTO_HASH_INFO=y +CONFIG_CRYPTO_HW=y +CONFIG_CRYPTO_DEV_ALLWINNER=y +# CONFIG_CRYPTO_DEV_SUN4I_SS is not set +# CONFIG_CRYPTO_DEV_SUN8I_CE is not set +# CONFIG_CRYPTO_DEV_SUN8I_SS is not set +# CONFIG_CRYPTO_DEV_ATMEL_ECC is not set +# CONFIG_CRYPTO_DEV_ATMEL_SHA204A is not set +# CONFIG_CRYPTO_DEV_CCP is not set +# CONFIG_CRYPTO_DEV_NITROX_CNN55XX is not set +# CONFIG_CRYPTO_DEV_CAVIUM_ZIP is not set +# CONFIG_CRYPTO_DEV_VIRTIO is not set +# CONFIG_CRYPTO_DEV_SAFEXCEL is not set +# CONFIG_CRYPTO_DEV_CCREE is not set +# CONFIG_CRYPTO_DEV_HISI_SEC is not set +# CONFIG_CRYPTO_DEV_AMLOGIC_GXL is not set +CONFIG_ASYMMETRIC_KEY_TYPE=y +CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y +CONFIG_X509_CERTIFICATE_PARSER=y +# CONFIG_PKCS8_PRIVATE_KEY_PARSER is not set +CONFIG_PKCS7_MESSAGE_PARSER=y +# CONFIG_PKCS7_TEST_KEY is not set +# CONFIG_SIGNED_PE_FILE_VERIFICATION is not set + +# +# Certificates for signature checking +# +CONFIG_SYSTEM_TRUSTED_KEYRING=y +CONFIG_SYSTEM_TRUSTED_KEYS="" +# CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set +# CONFIG_SECONDARY_TRUSTED_KEYRING is not set +# CONFIG_SYSTEM_BLACKLIST_KEYRING is not set +# end of Certificates for signature checking + +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_RAID6_PQ=y +CONFIG_RAID6_PQ_BENCHMARK=y +CONFIG_LINEAR_RANGES=y +# CONFIG_PACKING is not set +CONFIG_BITREVERSE=y +CONFIG_HAVE_ARCH_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_NET_UTILS=y +CONFIG_GENERIC_FIND_FIRST_BIT=y +# CONFIG_CORDIC is not set +# CONFIG_PRIME_NUMBERS is not set +CONFIG_RATIONAL=y +CONFIG_GENERIC_PCI_IOMAP=y +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y +CONFIG_ARCH_HAS_FAST_MULTIPLIER=y +CONFIG_ARCH_USE_SYM_ANNOTATIONS=y +# CONFIG_INDIRECT_PIO is not set + +# +# Crypto library routines +# +CONFIG_CRYPTO_LIB_AES=y +CONFIG_CRYPTO_LIB_ARC4=y +CONFIG_CRYPTO_LIB_BLAKE2S_GENERIC=y +# CONFIG_CRYPTO_LIB_CHACHA is not set +# CONFIG_CRYPTO_LIB_CURVE25519 is not set +CONFIG_CRYPTO_LIB_POLY1305_RSIZE=9 +# CONFIG_CRYPTO_LIB_POLY1305 is not set +# CONFIG_CRYPTO_LIB_CHACHA20POLY1305 is not set +CONFIG_CRYPTO_LIB_SHA256=y +# end of Crypto library routines + +CONFIG_LIB_MEMNEQ=y +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC64 is not set +# CONFIG_CRC4 is not set +# CONFIG_CRC7 is not set +CONFIG_LIBCRC32C=y +# CONFIG_CRC8 is not set +CONFIG_XXHASH=y +CONFIG_AUDIT_GENERIC=y +CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y +CONFIG_AUDIT_COMPAT_GENERIC=y +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_LZO_COMPRESS=y +CONFIG_LZO_DECOMPRESS=y +CONFIG_LZ4_DECOMPRESS=y +CONFIG_ZSTD_COMPRESS=y +CONFIG_ZSTD_DECOMPRESS=y +CONFIG_XZ_DEC=y +CONFIG_XZ_DEC_X86=y +CONFIG_XZ_DEC_POWERPC=y +CONFIG_XZ_DEC_IA64=y +CONFIG_XZ_DEC_ARM=y +CONFIG_XZ_DEC_ARMTHUMB=y +CONFIG_XZ_DEC_SPARC=y +CONFIG_XZ_DEC_BCJ=y +# CONFIG_XZ_DEC_TEST is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_DECOMPRESS_BZIP2=y +CONFIG_DECOMPRESS_LZMA=y +CONFIG_DECOMPRESS_XZ=y +CONFIG_DECOMPRESS_LZO=y +CONFIG_DECOMPRESS_LZ4=y +CONFIG_DECOMPRESS_ZSTD=y +CONFIG_GENERIC_ALLOCATOR=y +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_KMP=y +CONFIG_TEXTSEARCH_BM=y +CONFIG_TEXTSEARCH_FSM=y +CONFIG_ASSOCIATIVE_ARRAY=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT_MAP=y +CONFIG_HAS_DMA=y +CONFIG_DMA_OPS=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_ARCH_DMA_ADDR_T_64BIT=y +CONFIG_DMA_DECLARE_COHERENT=y +CONFIG_ARCH_HAS_SETUP_DMA_OPS=y +CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_DEVICE=y +CONFIG_ARCH_HAS_SYNC_DMA_FOR_CPU=y +CONFIG_ARCH_HAS_DMA_PREP_COHERENT=y +CONFIG_SWIOTLB=y +# CONFIG_DMA_RESTRICTED_POOL is not set +CONFIG_DMA_NONCOHERENT_MMAP=y +CONFIG_DMA_COHERENT_POOL=y +CONFIG_DMA_REMAP=y +CONFIG_DMA_DIRECT_REMAP=y +CONFIG_DMA_CMA=y +# CONFIG_DMA_PERNUMA_CMA is not set + +# +# Default contiguous memory area size: +# +CONFIG_CMA_SIZE_MBYTES=16 +CONFIG_CMA_SIZE_SEL_MBYTES=y +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set +# CONFIG_CMA_SIZE_SEL_MIN is not set +# CONFIG_CMA_SIZE_SEL_MAX is not set +CONFIG_CMA_ALIGNMENT=8 +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_DMA_MAP_BENCHMARK is not set +CONFIG_SGL_ALLOC=y +CONFIG_CPU_RMAP=y +CONFIG_DQL=y +CONFIG_GLOB=y +# CONFIG_GLOB_SELFTEST is not set +CONFIG_NLATTR=y +CONFIG_CLZ_TAB=y +# CONFIG_IRQ_POLL is not set +CONFIG_MPILIB=y +CONFIG_LIBFDT=y +CONFIG_OID_REGISTRY=y +CONFIG_HAVE_GENERIC_VDSO=y +CONFIG_GENERIC_GETTIMEOFDAY=y +CONFIG_GENERIC_VDSO_TIME_NS=y +CONFIG_FONT_SUPPORT=y +# CONFIG_FONTS is not set +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +CONFIG_SG_POOL=y +CONFIG_ARCH_STACKWALK=y +CONFIG_SBITMAP=y +# end of Library routines + +CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED=y + +# +# Kernel hacking +# + +# +# printk and dmesg options +# +CONFIG_PRINTK_TIME=y +# CONFIG_PRINTK_CALLER is not set +# CONFIG_STACKTRACE_BUILD_ID is not set +CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7 +CONFIG_CONSOLE_LOGLEVEL_QUIET=4 +CONFIG_MESSAGE_LOGLEVEL_DEFAULT=7 +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_DYNAMIC_DEBUG is not set +CONFIG_DYNAMIC_DEBUG_CORE=y +CONFIG_SYMBOLIC_ERRNAME=y +CONFIG_DEBUG_BUGVERBOSE=y +# end of printk and dmesg options + +CONFIG_AS_HAS_NON_CONST_LEB128=y + +# +# Compile-time checks and compiler options +# +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_INFO_REDUCED is not set +# CONFIG_DEBUG_INFO_COMPRESSED is not set +# CONFIG_DEBUG_INFO_SPLIT is not set +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF5 is not set +# CONFIG_DEBUG_INFO_BTF is not set +CONFIG_PAHOLE_HAS_SPLIT_BTF=y +# CONFIG_GDB_SCRIPTS is not set +CONFIG_FRAME_WARN=2048 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_HEADERS_INSTALL is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set +# CONFIG_DEBUG_FORCE_FUNCTION_ALIGN_64B is not set +CONFIG_ARCH_WANT_FRAME_POINTERS=y +CONFIG_FRAME_POINTER=y +# CONFIG_VMLINUX_MAP is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# end of Compile-time checks and compiler options + +# +# Generic Kernel Debugging Instruments +# +CONFIG_MAGIC_SYSRQ=y +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1 +CONFIG_MAGIC_SYSRQ_SERIAL=y +CONFIG_MAGIC_SYSRQ_SERIAL_SEQUENCE="" +CONFIG_DEBUG_FS=y +CONFIG_DEBUG_FS_ALLOW_ALL=y +# CONFIG_DEBUG_FS_DISALLOW_MOUNT is not set +# CONFIG_DEBUG_FS_ALLOW_NONE is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y +# CONFIG_UBSAN is not set +CONFIG_HAVE_KCSAN_COMPILER=y +# end of Generic Kernel Debugging Instruments + +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_MISC is not set + +# +# Memory Debugging +# +# CONFIG_PAGE_EXTENSION is not set +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_PAGE_OWNER is not set +# CONFIG_PAGE_POISONING is not set +# CONFIG_DEBUG_RODATA_TEST is not set +CONFIG_ARCH_HAS_DEBUG_WX=y +# CONFIG_DEBUG_WX is not set +CONFIG_GENERIC_PTDUMP=y +# CONFIG_PTDUMP_DEBUGFS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_SCHED_STACK_END_CHECK is not set +CONFIG_ARCH_HAS_DEBUG_VM_PGTABLE=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_VM_PGTABLE is not set +CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y +# CONFIG_DEBUG_VIRTUAL is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_PER_CPU_MAPS is not set +CONFIG_HAVE_ARCH_KASAN=y +CONFIG_HAVE_ARCH_KASAN_SW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_HW_TAGS=y +CONFIG_HAVE_ARCH_KASAN_VMALLOC=y +CONFIG_CC_HAS_KASAN_GENERIC=y +CONFIG_CC_HAS_KASAN_SW_TAGS=y +CONFIG_CC_HAS_WORKING_NOSANITIZE_ADDRESS=y +# CONFIG_KASAN is not set +CONFIG_HAVE_ARCH_KFENCE=y +# CONFIG_KFENCE is not set +# end of Memory Debugging + +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Oops, Lockups and Hangs +# +CONFIG_PANIC_ON_OOPS=y +CONFIG_PANIC_ON_OOPS_VALUE=1 +CONFIG_PANIC_TIMEOUT=0 +# CONFIG_SOFTLOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_WQ_WATCHDOG is not set +# CONFIG_TEST_LOCKUP is not set +# end of Debug Oops, Lockups and Hangs + +# +# Scheduler Debugging +# +CONFIG_SCHED_DEBUG=y +# CONFIG_SCHEDSTATS is not set +# end of Scheduler Debugging + +# CONFIG_DEBUG_TIMEKEEPING is not set +# CONFIG_DEBUG_PREEMPT is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +CONFIG_LOCK_DEBUGGING_SUPPORT=y +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_RWSEMS is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_LOCK_TORTURE_TEST is not set +# CONFIG_WW_MUTEX_SELFTEST is not set +# CONFIG_SCF_TORTURE_TEST is not set +# CONFIG_CSD_LOCK_WAIT_DEBUG is not set +# end of Lock Debugging (spinlocks, mutexes, etc...) + +CONFIG_DEBUG_IRQFLAGS=y +CONFIG_STACKTRACE=y +# CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set +# CONFIG_DEBUG_KOBJECT is not set + +# +# Debug kernel data structures +# +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_PLIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_BUG_ON_DATA_CORRUPTION is not set +# end of Debug kernel data structures + +CONFIG_DEBUG_CREDENTIALS=y + +# +# RCU Debugging +# +# CONFIG_RCU_SCALE_TEST is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_REF_SCALE_TEST is not set +CONFIG_RCU_CPU_STALL_TIMEOUT=21 +CONFIG_RCU_TRACE=y +# CONFIG_RCU_EQS_DEBUG is not set +# end of RCU Debugging + +# CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set +CONFIG_CPU_HOTPLUG_STATE_CONTROL=y +# CONFIG_LATENCYTOP is not set +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y +CONFIG_TRACE_CLOCK=y +CONFIG_TRACING_SUPPORT=y +# CONFIG_FTRACE is not set +# CONFIG_SAMPLES is not set +# CONFIG_STRICT_DEVMEM is not set + +# +# arm64 Debugging +# +# CONFIG_PID_IN_CONTEXTIDR is not set +# CONFIG_ARM64_RELOC_TEST is not set +# CONFIG_CORESIGHT is not set +# end of arm64 Debugging + +# +# Kernel Testing and Coverage +# +# CONFIG_KUNIT is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +CONFIG_ARCH_HAS_KCOV=y +CONFIG_CC_HAS_SANCOV_TRACE_PC=y +# CONFIG_KCOV is not set +CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_LKDTM is not set +# CONFIG_TEST_MIN_HEAP is not set +# CONFIG_TEST_DIV64 is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_REED_SOLOMON_TEST is not set +# CONFIG_INTERVAL_TREE_TEST is not set +# CONFIG_PERCPU_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_HEXDUMP is not set +# CONFIG_STRING_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_STRSCPY is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_TEST_PRINTF is not set +# CONFIG_TEST_SCANF is not set +# CONFIG_TEST_BITMAP is not set +# CONFIG_TEST_UUID is not set +# CONFIG_TEST_XARRAY is not set +# CONFIG_TEST_OVERFLOW is not set +# CONFIG_TEST_RHASHTABLE is not set +# CONFIG_TEST_HASH is not set +# CONFIG_TEST_IDA is not set +# CONFIG_TEST_LKM is not set +# CONFIG_TEST_BITOPS is not set +# CONFIG_TEST_VMALLOC is not set +# CONFIG_TEST_USER_COPY is not set +# CONFIG_TEST_BPF is not set +# CONFIG_TEST_BLACKHOLE_DEV is not set +# CONFIG_FIND_BIT_BENCHMARK is not set +# CONFIG_TEST_FIRMWARE is not set +# CONFIG_TEST_SYSCTL is not set +# CONFIG_TEST_UDELAY is not set +# CONFIG_TEST_STATIC_KEYS is not set +# CONFIG_TEST_KMOD is not set +# CONFIG_TEST_MEMCAT_P is not set +# CONFIG_TEST_STACKINIT is not set +# CONFIG_TEST_MEMINIT is not set +# CONFIG_TEST_FREE_PAGES is not set +CONFIG_ARCH_USE_MEMTEST=y +# CONFIG_MEMTEST is not set +# end of Kernel Testing and Coverage +# end of Kernel hacking diff --git a/external/config/sources/families/sun60iw2.conf b/external/config/sources/families/sun60iw2.conf new file mode 100644 index 000000000000..ef132a22717f --- /dev/null +++ b/external/config/sources/families/sun60iw2.conf @@ -0,0 +1,154 @@ +source "${BASH_SOURCE%/*}/include/sunxi64_common.inc" + +LINUXFAMILY=sun60iw2 + +[[ -z $CPUMIN ]] && CPUMIN=416000 +[[ -z $CPUMAX ]] && CPUMAX=2002000 +GOVERNOR=ondemand + +OFFSET=32 + +case $BRANCH in + + current) + if [[ $GITEE_SERVER == yes ]]; then + KERNELSOURCE="https://gitee.com/orangepi-xunlong/orange-pi-5.15-sun60iw2.git" + fi + + OVERLAY_PREFIX='sun60i-t736' + [[ "${BOARD}" == "orangepi4pro" ]] && OVERLAY_PREFIX='sun60i-a733' + KERNELBRANCH="branch:orange-pi-5.15-sun60iw2" + LINUXCONFIG="linux-sun60iw2-current" + [[ "${BOARD}" == "orangepi4pro" ]] && LINUXCONFIG="linux-sun60iw2-current-opi4pro" + BOOTBRANCH='branch:v2018.05-sun60iw2' + KERNELPATCHDIR=${BOARDFAMILY}-${BRANCH} + UBOOT_TARGET_MAP=";;dts/${BOARD}-u-boot.dts boot0_sdcard.fex boot0_spinor_a733.fex boot_package.fex boot_package_a733_nvme.fex" + UBOOT_COMPILER="arm-linux-gnueabi-" + UBOOT_USE_GCC='> 6.0' + BOOTENV_FILE='sun60iw2.txt' + BOOTSCRIPT='boot-sun60iw2.cmd:boot.cmd' + KERNEL_USE_GCC='> 10.0' + OFFSET=32 + ATFSOURCE="" + ATF_COMPILE="no" + INITRD_ARCH=arm + + ;; +esac + +family_tweaks_s() +{ + if [[ ${DESKTOP_ENVIRONMENT} == gnome ]]; then + run_on_sdcard "DEBIAN_FRONTEND=noninteractive apt-get install -y gnome-screenshot tightvncserver gnome-bluetooth" + cp $EXTER/packages/blobs/desktop/desktop-wallpapers/orangepi-default.png ${SDCARD}/usr/share/backgrounds/warty-final-ubuntu.png + fi + + if [[ $RELEASE == bookworm && ${DESKTOP_ENVIRONMENT} == gnome ]]; then + sed -i "s/user-session.*/user-session=gnome-wayland/" ${SDCARD}/etc/lightdm/lightdm.conf.d/22-orangepi-autologin.conf + run_on_sdcard "systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target" > /dev/null 2>&1 + fi + + [[ $RELEASE == jammy && ${DESKTOP_ENVIRONMENT} == xfce ]] && chroot $SDCARD /bin/bash -c "apt-get -y -qq install ocl-icd-libopencl1" >/dev/null 2>&1 + + #if [[ "${BOARD}x" == orangepi4ax ]]; then + # nvram=$EXTER/cache/sources/orangepi-firmware-git + # [[ -f ${nvram}/nvram_ap6256.txt-$BOARD ]] && cp ${nvram}/nvram_ap6256.txt-${BOARD} ${SDCARD}/lib/firmware/nvram_ap6256.txt + #fi + + rsync -a --chown=root:root "${EXTER}"/packages/bsp/overlays_arm64/* ${SDCARD}/ + + chroot $SDCARD /bin/bash -c "apt-get -y -qq install mtd-utils rfkill bluetooth bluez bluez-tools ir-keytable tree lirc v4l-utils dnsmasq" >/dev/null 2>&1 + + if [[ $BUILD_DESKTOP == yes ]]; then + + sed -i "s/auto-profiles = yes/auto-profiles = no/" ${SDCARD}/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf + + echo "load-module module-alsa-sink device=hw:0,0 sink_name=HDMI-Playback sink_properties=\"device.description='HDMI Audio'\"" >> ${SDCARD}/etc/pulse/default.pa + echo "load-module module-alsa-sink device=hw:1,0 sink_name=AudioCodec-Playback sink_properties=\"device.description='Audio Codec'\"" >> ${SDCARD}/etc/pulse/default.pa + + chroot $SDCARD /bin/bash -c "apt-get -y -qq install vlc mpv" >/dev/null 2>&1 + fi + + if [[ ${BRANCH} == current ]]; then + SERIALCON="ttyS0" + fi + + rsync -a --chown=root:root "${EXTER}"/packages/bsp/sun60iw2/* ${SDCARD}/ + rsync -a --chown=root:root $EXTER/cache/sources/sun60iw2_packages/npu/* ${SDCARD}/ + + if [[ $RELEASE =~ bullseye && ${SELECTED_CONFIGURATION} == desktop ]]; then + local packages_to_install=("xserver" "glmark2" "libcedarc" "gst-omx") + chroot $SDCARD /bin/bash -c "apt-get -y -qq install gstreamer1.0-x gstreamer1.0-plugins-bad" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 + for package in ${packages_to_install[@]}; do + rsync -a --chown=root:root $EXTER/cache/sources/sun60iw2_packages/$RELEASE/$package/* ${SDCARD}/ + done + + #if [[ $RELEASE == jammy ]]; then + # chroot $SDCARD /bin/bash -c "apt-get -y -qq install glmark2 glmark2-wayland" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 + #elif [[ $RELEASE == bookworm ]]; then + # chroot $SDCARD /bin/bash -c "apt-get -y -qq install glmark2-x11 glmark2-wayland" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1 + #fi + + fi + + install_wiringop +} + +family_tweaks_bsp() +{ + install -m 755 $EXTER/packages/blobs/bt/brcm_patchram_plus/brcm_patchram_plus_${ARCH} $destination/usr/bin/brcm_patchram_plus + install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_${ARCH} $destination/usr/bin/hciattach_opi +} + +uboot_custom_postprocess() +{ + + if [[ ${BRANCH} =~ legacy|current && $(dpkg --print-architecture) == amd64 ]]; then + + rm dts/*.dts sys_config ${BOARD}-u-boot-${BRANCH}.dtb -r + export PATH=${EXTER}/packages/pack-uboot/tools/:$PATH + cp ${EXTER}/packages/pack-uboot/${BOARDFAMILY}/bin/* . -r + [[ "${BOARD}" == "orangepi4pro" ]] && cp ${EXTER}/packages/pack-uboot/${BOARDFAMILY}/bin/boot0_sdcard_a733.fex ./boot0_sdcard.fex + #[[ "${BOARD}" == "orangepi4pro" ]] && cp ${EXTER}/packages/pack-uboot/${BOARDFAMILY}/bin/boot0_sdcard.fex-orangepi4pro-4G ./boot0_sdcard.fex + cp sys_config/sys_config.fex sys_config.fex + cp u-boot.bin u-boot.fex + cp dts/u-boot-${BRANCH}.dts dts/${BOARD}-u-boot.dts + + # make u-boot dtb + $EXTER/packages/pack-uboot/tools/dtc -p 2048 -W no-unit_address_vs_reg -@ -O dtb -o ${BOARD}-u-boot.dtb -b 0 dts/u-boot-${BRANCH}.dts + [[ ! -f ${BOARD}-u-boot.dtb ]] && exit_with_error "dts compilation failed" + + busybox unix2dos sys_config.fex + $EXTER/packages/pack-uboot/tools/script sys_config.fex + cp ${BOARD}-u-boot.dtb sunxi.fex + $EXTER/packages/pack-uboot/tools/update_dtb sunxi.fex 4096 + + $EXTER/packages/pack-uboot/tools/update_uboot -no_merge u-boot.fex sys_config.bin + update_uboot -no_merge u-boot.bin sys_config.bin + + #pack boot package + busybox unix2dos boot_package.cfg + $EXTER/packages/pack-uboot/tools/dragonsecboot -pack boot_package.cfg + + if [[ ${MERGE_UBOOT} == yes ]]; then + + display_alert "Merge u-boot" "u-boot-${BOARD}-merged.bin" "info" + dd if=/dev/zero of=u-boot-${BOARD}-merged.bin bs=1M count=20 + dd if=boot0_sdcard.fex of=u-boot-${BOARD}-merged.bin bs=8k seek=1 conv=fsync + dd if=boot_package.fex of=u-boot-${BOARD}-merged.bin bs=8k seek=2050 conv=fsync + mv u-boot-${BOARD}-merged.bin ${DEB_STORAGE}/u-boot/ + fi + fi +} + +write_uboot_platform_mtd() +{ + if [[ -b /dev/mtdblock0 ]]; then + flash_erase /dev/mtd0 0 10 + size=$(stat --format="%s" $1/boot0_spinor_a733.fex) + mtd_debug write /dev/mtd0 0 $size $1/boot0_spinor_a733.fex + size=$(stat --format="%s" $1/boot_package.fex) + mtd_debug write /dev/mtd0 262144 $size $1/boot_package_a733_nvme.fex + sync + fi +} diff --git a/external/packages/blobs/bt/hciattach/hciattach_opi_arm64 b/external/packages/blobs/bt/hciattach/hciattach_opi_arm64 index 17b2518bed7b..a9664d064c98 100755 Binary files a/external/packages/blobs/bt/hciattach/hciattach_opi_arm64 and b/external/packages/blobs/bt/hciattach/hciattach_opi_arm64 differ diff --git a/external/packages/bsp/common/usr/lib/orangepi/orangepi-hardware-optimization b/external/packages/bsp/common/usr/lib/orangepi/orangepi-hardware-optimization index 14dfeecc5755..e2570d211a8f 100755 --- a/external/packages/bsp/common/usr/lib/orangepi/orangepi-hardware-optimization +++ b/external/packages/bsp/common/usr/lib/orangepi/orangepi-hardware-optimization @@ -241,7 +241,7 @@ prepare_board() { /usr/bin/pwm-fan.sh & ;; - orangepizero2|orangepizero2-lts|orangepizero2-b|orangepizero3|orangepir1b|orangepizero2w) + orangepizero2|orangepizero2-lts|orangepizero2-b|orangepizero3|orangepizero3plus|orangepir1b|orangepizero2w) kv=$(uname -r) #if [[ $BRANCH == current ]]; then @@ -302,8 +302,13 @@ prepare_board() { aplay /usr/share/sounds/alsa/audio.wav -D hw:2,0 > /dev/null 2>&1 fi - rfkill unblock all - /usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd & + if [[ $BOARD == orangepizero3plus ]]; then + (while [[ ! -e /proc/bluetooth/sleep/btwrite ]]; do sleep 1; done; echo 1 > /proc/bluetooth/sleep/btwrite; \ + /usr/bin/hciattach_opi -n -s 1500000 /dev/ttyAS1 aic) & + else + rfkill unblock all + /usr/bin/hciattach_opi -n -s 1500000 /dev/ttyBT0 sprd & + fi ;; orangepi400) rfkill unblock all @@ -428,6 +433,33 @@ prepare_board() { echo 4096 > /sys/class/net/enP1p1s0/queues/rx-0/rps_flow_cnt ;; + aipcliteb) + echo usb_host > /sys/devices/platform/soc@3000000/10.usbc0/otg_role + + ( + echo 1 > /sys/bus/pci/rescan + if lspci | grep -q BCM43752; then + rfkill unblock all + sleep 5 + brcm_patchram_plus --enable_hci \ + --no2bytes --use_baudrate_for_download --tosleep 200000 --baudrate 1500000 \ + --patchram /lib/firmware/ap6275p/BCM4362A2.hcd /dev/ttyAS1 + fi + ) & + + ;; + orangepi4pro) + /sbin/insmod /opt/pvrsrvkm.ko + echo 40 > /sys/class/gpio/export + echo out > /sys/class/gpio/gpio40/direction + echo 1 > /sys/class/gpio/gpio40/value + echo usb_host > /sys/devices/platform/soc@3000000/10.usbc0/otg_role + (while [[ ! -e /proc/bluetooth/sleep/btwrite ]]; do sleep 1; done; echo 1 > /proc/bluetooth/sleep/btwrite; \ + /usr/bin/hciattach_opi -n -s 1500000 /dev/ttyS1 aic) & + #/sbin/rmmod sunxi_stmmac && /sbin/modprobe sunxi_stmmac + amixer -c 1 cset name='ADCL PGA Volume' 10 >/dev/null 2>&1 + amixer -c 1 cset name='ADCR PGA Volume' 10 >/dev/null 2>&1 + ;; esac diff --git a/external/packages/bsp/sun60iw2/etc/adb_conf.sh b/external/packages/bsp/sun60iw2/etc/adb_conf.sh new file mode 100755 index 000000000000..1137ec5245fe --- /dev/null +++ b/external/packages/bsp/sun60iw2/etc/adb_conf.sh @@ -0,0 +1,95 @@ +#!/bin/bash + +disable_udc="/etc/.disable_udc" +udc_config=/sys/kernel/config/usb_gadget/g1/UDC + +function enable_udc(){ + while [ 1 ];do + udc=`ls /sys/class/udc 2>/dev/null` + isudc=`cat $udc_config 2>/dev/null` + if [ "x$isudc" = "x" ] && [ -f $udc_config ]; then + echo $udc > $udc_config + fi + sleep 1 + if [ -f $disable_udc ];then + rm $disable_udc + break + fi + done +} + +function start_adb(){ + serialnumber=$1 + if [ "x$serialnumber" = "x" ];then + serialnumber="0402101560" + fi + printf "Starting adb " + # for adbd compatibilities + mkdir -p /system/ + mkdir -p /system/bin + if [ ! -f /system/bin/sh ];then + ln -s /bin/sh /system/bin/sh + fi + + # config ptmx + mkdir -p /dev/pts + mount -t devpts none /dev/pts + + # config adb function + mount -t configfs none /sys/kernel/config > /dev/null 2>&1 + mkdir -p /sys/kernel/config/usb_gadget/g1 + echo "0x18d1" > /sys/kernel/config/usb_gadget/g1/idVendor + echo "0x0002" > /sys/kernel/config/usb_gadget/g1/idProduct + mkdir -p /sys/kernel/config/usb_gadget/g1/strings/0x409 + echo "$serialnumber" > /sys/kernel/config/usb_gadget/g1/strings/0x409/serialnumber + echo "Google.Inc" > /sys/kernel/config/usb_gadget/g1/strings/0x409/manufacturer + echo "Configfs ffs gadget" > /sys/kernel/config/usb_gadget/g1/strings/0x409/product + mkdir -p /sys/kernel/config/usb_gadget/g1/functions/ffs.adb + mkdir -p /sys/kernel/config/usb_gadget/g1/configs/c.1 + mkdir -p /sys/kernel/config/usb_gadget/g1/configs/c.1/strings/0x409 + echo 0xc0 > /sys/kernel/config/usb_gadget/g1/configs/c.1/bmAttributes + echo 500 > /sys/kernel/config/usb_gadget/g1/configs/c.1/MaxPower + ln -s /sys/kernel/config/usb_gadget/g1/functions/ffs.adb/ /sys/kernel/config/usb_gadget/g1/configs/c.1/ffs.adb > /dev/null 2>&1 + mkdir -p /dev/usb-ffs + mkdir -p /dev/usb-ffs/adb + if [ "x`ls -A /dev/usb-ffs/adb`" = "x" ];then + mount -o uid=2000,gid=2000 -t functionfs adb /dev/usb-ffs/adb/ + fi + + # start adbd daemon + adbd & + sleep 1 + + # enable udc + cat /sys/bus/platform/drivers/otg\ manager/10.usbc0/usb_device + + enable_udc & +} + +case "$1" in + start|"") + otg_role_file="/sys/bus/platform/drivers/otg manager/10.usbc0/otg_role" + [ -f "$otg_role_file" ] && otg_role=`cat "$otg_role_file"` + if /sbin/ifconfig > /dev/null 2>&1 && [ "x$otg_role" != "xusb_host" ];then + autotest=/etc/.autotest + [ -f $autotest ] && serialnumber=`cat $autotest` + start_adb $serialnumber + fi + ;; + stop) + printf "Stopping adbd " + touch $disable_udc + sleep 2 + killall adbd & + [ $? -eq 0 ] && echo "OK" || "FAIL" + ;; + restart|reload) + "$0" stop + "$0" start + ;; + *) + echo "Usage: $0 {start|stop|restart}" + exit 1 + ;; +esac + diff --git a/external/packages/bsp/sun60iw2/etc/adb_profile b/external/packages/bsp/sun60iw2/etc/adb_profile new file mode 100755 index 000000000000..80471aa02199 --- /dev/null +++ b/external/packages/bsp/sun60iw2/etc/adb_profile @@ -0,0 +1,2 @@ +#!/bin/sh +. /etc/profile diff --git a/external/packages/bsp/sun60iw2/etc/udev/rules.d/99-t527-permissions.rules b/external/packages/bsp/sun60iw2/etc/udev/rules.d/99-t527-permissions.rules new file mode 100644 index 000000000000..32d353ab919e --- /dev/null +++ b/external/packages/bsp/sun60iw2/etc/udev/rules.d/99-t527-permissions.rules @@ -0,0 +1,5 @@ +KERNEL=="system", SUBSYSTEM=="dma_heap", GROUP="video", MODE="0660" +KERNEL=="reserved", SUBSYSTEM=="dma_heap", GROUP="video", MODE="0660" +KERNEL=="sunxi_soc_info", MODE="0666" +KERNEL=="renderD128", SUBSYSTEM=="drm", MODE="0666" +KERNEL=="cedar_dev", MODE="0666" diff --git a/external/packages/bsp/sun60iw2/usr/bin/adb_shell b/external/packages/bsp/sun60iw2/usr/bin/adb_shell new file mode 100755 index 000000000000..828ea9d7749c --- /dev/null +++ b/external/packages/bsp/sun60iw2/usr/bin/adb_shell @@ -0,0 +1,9 @@ +#!/bin/sh +export ENV='/etc/adb_profile' +if [ $1 = '-' ];then + /bin/sh +elif [ $1 = '-c' ];then + /bin/sh -c "$2" +else + /bin/sh +fi diff --git a/external/packages/bsp/sun60iw2/usr/bin/adbd b/external/packages/bsp/sun60iw2/usr/bin/adbd new file mode 100755 index 000000000000..4b4e6bc0880d Binary files /dev/null and b/external/packages/bsp/sun60iw2/usr/bin/adbd differ diff --git a/external/packages/bsp/sun60iw2/usr/bin/csi_test_mplane b/external/packages/bsp/sun60iw2/usr/bin/csi_test_mplane new file mode 100755 index 000000000000..1cd24f89d06f Binary files /dev/null and b/external/packages/bsp/sun60iw2/usr/bin/csi_test_mplane differ diff --git a/external/packages/bsp/sun60iw2/usr/local/bin/memtester b/external/packages/bsp/sun60iw2/usr/local/bin/memtester new file mode 100755 index 000000000000..1b06003247aa Binary files /dev/null and b/external/packages/bsp/sun60iw2/usr/local/bin/memtester differ diff --git a/external/packages/bsp/sun60iw2/usr/local/bin/stressapptest b/external/packages/bsp/sun60iw2/usr/local/bin/stressapptest new file mode 100755 index 000000000000..a94b7ab222fa Binary files /dev/null and b/external/packages/bsp/sun60iw2/usr/local/bin/stressapptest differ diff --git a/external/packages/pack-uboot/sun50iw9/bin/dts/orangepizero3plus-u-boot-current.dts b/external/packages/pack-uboot/sun50iw9/bin/dts/orangepizero3plus-u-boot-current.dts new file mode 100755 index 000000000000..af58b79304b6 --- /dev/null +++ b/external/packages/pack-uboot/sun50iw9/bin/dts/orangepizero3plus-u-boot-current.dts @@ -0,0 +1,3202 @@ +/dts-v1/; + +/ { + interrupt-parent = <0x1>; + #address-cells = <0x2>; + #size-cells = <0x2>; + model = "Orange Pi Zero 3"; + compatible = "allwinner,h616", "arm,sun50iw9p1"; + + aliases { + serial0 = "/soc@3000000/uart@5000000"; + serial1 = "/soc@3000000/uart@5000400"; + serial2 = "/soc@3000000/uart@5000800"; + serial3 = "/soc@3000000/uart@5000c00"; + serial4 = "/soc@3000000/uart@5001000"; + serial5 = "/soc@3000000/uart@5001400"; + pwm = "/soc@3000000/pwm@300a000"; + pwm0 = "/soc@3000000/pwm0@300a010"; + pwm1 = "/soc@3000000/pwm1@300a011"; + pwm2 = "/soc@3000000/pwm2@300a012"; + pwm3 = "/soc@3000000/pwm3@300a013"; + pwm4 = "/soc@3000000/pwm4@300a014"; + pwm5 = "/soc@3000000/pwm5@300a015"; + ir0 = "/soc@3000000/s_cir@7040000"; + mmc0 = "/soc@3000000/sdmmc@4020000"; + mmc2 = "/soc@3000000/sdmmc@4022000"; + tv0 = "/soc@3000000/tv0@6520000"; + gmac0 = "/soc@3000000/eth@5020000"; + gmac1 = "/soc@3000000/eth@5030000"; + ac200 = "/soc@3000000/ac200"; + nand0 = "/soc@3000000/nand0@4011000"; + ve0 = "/soc@3000000/ve@1c0e000"; + ve1 = "/soc@3000000/ve1@1c0e000"; + disp = "/uboot_disp@1000000"; + lcd0 = "/soc@3000000/lcd0@1c0c000"; + pmu0 = "/soc@3000000/twi@7081400/pmu"; + standby_param = "/soc@3000000/twi@7081400/pmu/standby_param"; + hdmi = "/uboot_hdmi@6000000"; + spi0 = "/soc@3000000/spi@5010000"; + spi1 = "/soc@3000000/spi@5011000"; + twi0 = "/soc@3000000/twi@5002000"; + twi1 = "/soc@3000000/twi@5002400"; + twi2 = "/soc@3000000/twi@5002800"; + twi3 = "/soc@3000000/twi@5002c00"; + twi4 = "/soc@3000000/twi@5003000"; + twi5 = "/soc@3000000/twi@7081400"; + }; + + reserved-memory { + #address-cells = <0x2>; + #size-cells = <0x2>; + ranges; + + bl31 { + reg = <0x0 0x48000000 0x0 0x1000000>; + }; + }; + + firmware { + + android { + compatible = "android,firmware"; + boot_devices = "soc@3000000/4020000.sdmmc,soc@3000000/4022000.sdmmc,soc@3000000"; + + vbmeta { + compatible = "android,vbmeta"; + parts = "vbmeta,vbmeta_system,vbmeta_vendor,boot"; + }; + }; + + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; + + cpus { + #address-cells = <0x1>; + #size-cells = <0x0>; + + cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a53"; + reg = <0x0>; + enable-method = "psci"; + clocks = <0x2 0x15>; + operating-points-v2 = <0x3>; + cpu-idle-states = <0x4>; + dynamic-power-coefficient = <0xca>; + #cooling-cells = <0x2>; + cpu-supply = <0x5>; + phandle = <0x76>; + }; + + cpu@1 { + device_type = "cpu"; + compatible = "arm,cortex-a53"; + reg = <0x1>; + enable-method = "psci"; + clocks = <0x2 0x15>; + operating-points-v2 = <0x3>; + cpu-idle-states = <0x4>; + dynamic-power-coefficient = <0xca>; + #cooling-cells = <0x2>; + }; + + cpu@2 { + device_type = "cpu"; + compatible = "arm,cortex-a53"; + reg = <0x2>; + enable-method = "psci"; + clocks = <0x2 0x15>; + operating-points-v2 = <0x3>; + cpu-idle-states = <0x4>; + dynamic-power-coefficient = <0xca>; + #cooling-cells = <0x2>; + }; + + cpu@3 { + device_type = "cpu"; + compatible = "arm,cortex-a53"; + reg = <0x3>; + enable-method = "psci"; + clocks = <0x2 0x15>; + operating-points-v2 = <0x3>; + cpu-idle-states = <0x4>; + dynamic-power-coefficient = <0xca>; + #cooling-cells = <0x2>; + }; + + idle-states { + entry-method = "psci"; + + cpu-sleep { + compatible = "arm,idle-state"; + local-timer-stop; + arm,psci-suspend-param = <0x10000>; + entry-latency-us = <0x2e>; + exit-latency-us = <0x3b>; + min-residency-us = <0xdf2>; + phandle = <0x4>; + }; + }; + }; + + cpu-opp-table { + compatible = "allwinner,sun50i-operating-points"; + nvmem-cells = <0x6>; + nvmem-cell-names = "speed"; + opp-shared; + phandle = <0x3>; + + opp@480000000 { + opp-hz = <0x0 0x1c9c3800>; + opp-microvolt-a0 = <0xdbba0>; + opp-microvolt-a1 = <0xdbba0>; + opp-microvolt-a2 = <0xdbba0>; + opp-microvolt-a3 = <0xdbba0>; + opp-microvolt-a4 = <0xdbba0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x1f>; + }; + + opp@600000000 { + opp-hz = <0x0 0x23c34600>; + opp-microvolt-a1 = <0xdbba0>; + opp-microvolt-a4 = <0xdbba0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x12>; + }; + + opp@720000000 { + opp-hz = <0x0 0x2aea5400>; + opp-microvolt-a0 = <0xdbba0>; + opp-microvolt-a2 = <0xdbba0>; + opp-microvolt-a3 = <0xdbba0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0xd>; + }; + + opp@792000000 { + opp-hz = <0x0 0x2f34f600>; + opp-microvolt-a1 = <0xdbba0>; + opp-microvolt-a4 = <0xe57e0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x12>; + }; + + opp@936000000 { + opp-hz = <0x0 0x37ca3a00>; + opp-microvolt-a0 = <0xdbba0>; + opp-microvolt-a2 = <0xdbba0>; + opp-microvolt-a3 = <0xdbba0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0xd>; + }; + + opp@1008000000 { + opp-hz = <0x0 0x3c14dc00>; + opp-microvolt-a0 = <0xe7ef0>; + opp-microvolt-a1 = <0xe57e0>; + opp-microvolt-a2 = <0xe7ef0>; + opp-microvolt-a3 = <0xe7ef0>; + opp-microvolt-a4 = <0xf9060>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x1f>; + }; + + opp@1104000000 { + opp-hz = <0x0 0x41cdb400>; + opp-microvolt-a0 = <0xf4240>; + opp-microvolt-a2 = <0xf4240>; + opp-microvolt-a3 = <0xf4240>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0xd>; + }; + + opp@1200000000 { + opp-hz = <0x0 0x47868c00>; + opp-microvolt-a0 = <0x100590>; + opp-microvolt-a1 = <0xf9060>; + opp-microvolt-a2 = <0x100590>; + opp-microvolt-a3 = <0x100590>; + opp-microvolt-a4 = <0x10c8e0>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x1f>; + }; + + opp@1320000000 { + opp-hz = <0x0 0x4ead9a00>; + opp-microvolt-a0 = <0x10c8e0>; + opp-microvolt-a2 = <0x10c8e0>; + opp-microvolt-a3 = <0x10c8e0>; + opp-microvolt-a4 = <0x111700>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x1d>; + }; + + opp@1416000000 { + opp-hz = <0x0 0x54667200>; + opp-microvolt-a0 = <0x118c30>; + opp-microvolt-a2 = <0x118c30>; + opp-microvolt-a3 = <0xb10080>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0xd>; + }; + + opp@1512000000 { + opp-hz = <0x0 0x5a1f4a00>; + opp-microvolt-a0 = <0x118c30>; + opp-microvolt-a1 = <0x118c30>; + opp-microvolt-a2 = <0x118c30>; + opp-microvolt-a3 = <0x118c30>; + opp-microvolt-a4 = <0x118c30>; + clock-latency-ns = <0x3b9b0>; + opp-supported-hw = <0x1f>; + }; + }; + + dump-reg@20000 { + compatible = "allwinner,sunxi-dump-reg"; + reg = <0x0 0x20000 0x0 0x4>; + phandle = <0x78>; + }; + + psci { + compatible = "arm,psci-1.0"; + method = "smc"; + }; + + internal-osc-clk { + #clock-cells = <0x0>; + compatible = "fixed-clock"; + clock-frequency = <0xf42400>; + clock-accuracy = <0x11e1a300>; + clock-output-names = "iosc"; + phandle = <0xc>; + }; + + dcxo24M-clk { + #clock-cells = <0x0>; + compatible = "fixed-clock"; + clock-frequency = <0x16e3600>; + clock-output-names = "dcxo24M"; + phandle = <0xa>; + }; + + osc32k-clk { + #clock-cells = <0x0>; + compatible = "fixed-clock"; + clock-frequency = <0x8000>; + clock-output-names = "osc32k"; + phandle = <0xb>; + }; + + interrupt-controller@3021000 { + compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic"; + #interrupt-cells = <0x3>; + #address-cells = <0x0>; + interrupt-controller; + reg = <0x0 0x3021000 0x0 0x1000 0x0 0x3022000 0x0 0x2000 0x0 0x3024000 0x0 0x2000 0x0 0x3026000 0x0 0x2000>; + interrupts = <0x1 0x9 0xf04>; + interrupt-parent = <0x7>; + phandle = <0x7>; + }; + + interrupt-controller@0 { + compatible = "allwinner,sunxi-wakeupgen"; + interrupt-controller; + #interrupt-cells = <0x3>; + interrupt-parent = <0x7>; + phandle = <0x1>; + }; + + timer_arch { + compatible = "arm,armv8-timer"; + interrupts = <0x1 0xd 0xf08 0x1 0xe 0xf08 0x1 0xb 0xf08 0x1 0xa 0xf08>; + clock-frequency = <0x16e3600>; + interrupt-parent = <0x7>; + arm,no-tick-in-suspend; + }; + + pio-18 { + compatible = "regulator-fixed"; + regulator-name = "pio-18"; + regulator-min-microvolt = <0x1b7740>; + regulator-max-microvolt = <0x1b7740>; + phandle = <0x17>; + }; + + pio-33 { + compatible = "regulator-fixed"; + regulator-name = "pio-33"; + regulator-min-microvolt = <0x325aa0>; + regulator-max-microvolt = <0x325aa0>; + phandle = <0x18>; + }; + + dram { + phandle = <0x79>; + }; + + soc@3000000 { + compatible = "simple-bus"; + #address-cells = <0x2>; + #size-cells = <0x2>; + ranges; + phandle = <0x7a>; + + disp@1000000 { + compatible = "allwinner,sunxi-disp"; + reg = <0x0 0x1000000 0x0 0x1400000 0x0 0x6510000 0x0 0x200 0x0 0x6511000 0x0 0x1000 0x0 0x6512000 0x0 0x1000 0x0 0x6515000 0x0 0x1000 0x0 0x6516000 0x0 0x1000>; + interrupts = <0x0 0x58 0x4 0x0 0x40 0x4 0x0 0x41 0x4 0x0 0x42 0x4 0x0 0x43 0x4>; + clocks = <0x2 0x1d 0x2 0x1d 0x2 0x1e 0x2 0x1e 0x2 0x7b 0x2 0x7c 0x2 0x7f 0x2 0x80 0x2 0x7d 0x2 0x7e 0x2 0x81 0x2 0x82 0x2 0x7a 0x2 0x7a 0x2 0x7a 0x2 0x7a>; + clock-names = "clk_de0", "clk_de1", "clk_bus_de0", "clk_bus_de1", "clk_tcon0", "clk_tcon1", "clk_tcon2", "clk_tcon3", "clk_bus_tcon0", "clk_bus_tcon1", "clk_bus_tcon2", "clk_bus_tcon3", "clk_bus_dpss_top0", "clk_bus_dpss_top1", "clk_bus_dpss_top2", "clk_bus_dpss_top3"; + resets = <0x2 0x1 0x2 0x1 0x2 0x39 0x2 0x3a 0x2 0x3b 0x2 0x3c 0x2 0x3d 0x2 0x3d 0x2 0x38 0x2 0x38 0x2 0x38 0x2 0x38>; + reset-names = "rst_bus_de0", "rst_bus_de1", "rst_bus_tcon0", "rst_bus_tcon1", "rst_bus_tcon2", "rst_bus_tcon3", "rst_bus_lvds0", "rst_bus_lvds1", "rst_bus_dpss_top0", "rst_bus_dpss_top1", "rst_bus_dpss_top2", "rst_bus_dpss_top3"; + assigned-clocks = <0x2 0x7f>; + assigned-clock-parents = <0x2 0xd>; + assigned-clock-rates = <0x0>; + iommus = <0x8 0x0 0x0>; + boot_disp = <0x0>; + fb_base = <0x0>; + disp_init_enable = <0x1>; + disp_mode = <0x0>; + screen0_output_type = <0x3>; + screen0_output_mode = <0xa>; + screen0_output_format = <0x0>; + screen0_output_bits = <0x0>; + screen0_output_eotf = <0x4>; + screen0_output_cs = <0x101>; + screen0_output_dvi_hdmi = <0x2>; + screen0_output_range = <0x2>; + screen0_output_scan = <0x0>; + screen0_output_aspect_ratio = <0x8>; + screen1_output_type = <0x2>; + screen1_output_mode = <0xb>; + screen1_output_format = <0x1>; + screen1_output_bits = <0x0>; + screen1_output_eotf = <0x4>; + screen1_output_cs = <0x104>; + screen1_output_dvi_hdmi = <0x0>; + screen1_output_range = <0x2>; + screen1_output_scan = <0x0>; + screen1_output_aspect_ratio = <0x8>; + dev0_output_type = <0x4>; + dev0_output_mode = <0xa>; + dev0_screen_id = <0x0>; + dev0_do_hpd = <0x1>; + dev1_output_type = <0x2>; + dev1_output_mode = <0xb>; + dev1_screen_id = <0x1>; + dev1_do_hpd = <0x1>; + dev2_output_type = <0x0>; + def_output_dev = <0x0>; + hdmi_mode_check = <0x1>; + fb0_format = <0x0>; + fb0_width = <0x0>; + fb0_height = <0x0>; + fb1_format = <0x0>; + fb1_width = <0x0>; + fb1_height = <0x0>; + chn_cfg_mode = <0x1>; + disp_para_zone = <0x1>; + phandle = <0x7b>; + }; + + ve@1c0e000 { + compatible = "allwinner,sunxi-cedar-ve"; + reg = <0x0 0x1c0e000 0x0 0x1000 0x0 0x3000000 0x0 0x10 0x0 0x3001000 0x0 0x1000>; + interrupts = <0x0 0x5d 0x4>; + clocks = <0x2 0x29 0x2 0x28 0x2 0x33>; + clock-names = "bus_ve", "ve", "mbus_ve"; + resets = <0x2 0x6>; + iommus = <0x8 0x3 0x1>; + phandle = <0x7c>; + }; + + ve1@1c0e000 { + compatible = "allwinner,sunxi-cedar-ve"; + iommus = <0x8 0x2 0x1>; + phandle = <0x7d>; + }; + + g2d@1480000 { + compatible = "allwinner,sunxi-g2d"; + reg = <0x0 0x1480000 0x0 0x3ffff>; + interrupts = <0x0 0x5a 0x4>; + clocks = <0x2 0x22 0x2 0x21 0x2 0x38>; + clock-names = "bus", "g2d", "mbus_g2d"; + resets = <0x2 0x3>; + iommus = <0x8 0x6 0x1>; + phandle = <0x7e>; + }; + + deinterlace@1420000 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sunxi-deinterlace"; + reg = <0x0 0x1420000 0x0 0x40000>; + interrupts = <0x0 0x59 0x4>; + iommus = <0x8 0x1 0x1>; + status = "okay"; + clocks = <0x2 0x1f 0x2 0x20 0x2 0x5>; + clock-names = "clk_di", "clk_bus_di", "pll_periph"; + resets = <0x2 0x2>; + reset-names = "rst_bus_di"; + assigned-clocks = <0x2 0x1f>; + assigned-clock-parents = <0x2 0x5>; + assigned-clock-rates = <0x11e1a300>; + phandle = <0x7f>; + }; + + gpu@1800000 { + device_type = "gpu"; + compatible = "arm,mali-midgard"; + reg = <0x0 0x1800000 0x0 0x10000>; + interrupts = <0x0 0x5f 0x4 0x0 0x60 0x4 0x0 0x61 0x4>; + interrupt-names = "JOB", "MMU", "GPU"; + clocks = <0x2 0x8 0x2 0x23 0x2 0x24 0x2 0x25>; + clock-names = "clk_parent", "clk_mali", "clk_bak", "clk_bus"; + resets = <0x2 0x4>; + #cooling-cells = <0x2>; + gpu_idle = <0x1>; + dvfs_status = <0x1>; + operating-points = <0x927c0 0xe7ef0 0x8ca00 0xe7ef0 0x83d60 0xe7ef0 0x7b0c0 0xe7ef0 0x6f540 0xe7ef0 0x668a0 0xe7ef0 0x5dc00 0xe7ef0 0x57e40 0xe7ef0 0x52080 0xe7ef0 0x4ab50 0xe7ef0>; + phandle = <0x77>; + + ipa_dvfs { + compatible = "arm,mali-simple-power-model"; + static-coefficient = <0x4268>; + dynamic-coefficient = <0x2ee>; + ts = <0x3e2da 0x2568 0xffffff98 0x4>; + thermal-zone = "gpu_thermal_zone"; + ss-coefficient = <0x24>; + ff-coefficient = <0x123>; + phandle = <0x80>; + }; + }; + + lcd0@1c0c000 { + compatible = "allwinner,sunxi-lcd0"; + reg = <0x0 0x1c0c000 0x0 0x0>; + pinctrl-names = "active", "sleep"; + lcd_used = <0x0>; + lcd_driver_name = "default_lcd"; + lcd_backlight = <0x32>; + lcd_if = <0x0>; + lcd_x = <0x500>; + lcd_y = <0x2d0>; + lcd_width = <0x96>; + lcd_height = <0x5e>; + lcd_dclk_freq = <0x46>; + lcd_pwm_used = <0x0>; + lcd_pwm_ch = <0x0>; + lcd_pwm_freq = <0xc350>; + lcd_pwm_pol = <0x0>; + lcd_pwm_max_limit = <0xff>; + lcd_hbp = <0x14>; + lcd_ht = <0x58a>; + lcd_hspw = <0xa>; + lcd_vbp = <0xa>; + lcd_vt = <0x32e>; + lcd_vspw = <0x5>; + lcd_lvds_if = <0x0>; + lcd_lvds_colordepth = <0x0>; + lcd_lvds_mode = <0x0>; + lcd_frm = <0x0>; + lcd_hv_clk_phase = <0x0>; + lcd_hv_sync_polarity = <0x0>; + lcd_gamma_en = <0x0>; + lcd_bright_curve_en = <0x0>; + lcd_cmap_en = <0x0>; + deu_mode = <0x0>; + lcdgamma4iep = <0x16>; + smart_color = <0x5a>; + lcd_pin_power = "bldo1"; + lcd_power = "dc1sw"; + phandle = <0x81>; + }; + + tv0@6520000 { + compatible = "allwinner,sunxi-tv"; + reg = <0x0 0x6520000 0x0 0x100 0x0 0x6524000 0x0 0x3fc>; + clocks = <0x2 0x85 0x2 0x83 0x2 0x84>; + clock-names = "clk_bus_tve_top", "clk_tve", "clk_bus_tve"; + resets = <0x2 0x3e 0x2 0x3f>; + reset-names = "rst_bus_tve_top", "rst_bus_tve"; + assigned-clocks = <0x2 0x83>; + assigned-clock-parents = <0x2 0xb>; + nvmem-cells = <0x9>; + nvmem-cell-names = "tvout"; + device_type = "tv0"; + pinctrl-names = "active", "sleep"; + status = "disabled"; + interface = <0x1>; + dac_type0 = <0x0>; + dac_src0 = <0x0>; + phandle = <0x82>; + }; + + ccu@3001000 { + compatible = "allwinner,sun50iw9-ccu"; + reg = <0x0 0x3001000 0x0 0x1000>; + clocks = <0xa 0xb 0xc>; + clock-names = "hosc", "losc", "iosc"; + #clock-cells = <0x1>; + #reset-cells = <0x1>; + phandle = <0x2>; + }; + + rtc_ccu@7000000 { + compatible = "allwinner,sun50iw9-rtc-ccu"; + reg = <0x0 0x7000000 0x0 0x400>; + #clock-cells = <0x1>; + clocks = <0xb>; + clock-names = "losc"; + #reset-cells = <0x1>; + phandle = <0xe>; + }; + + rtc@7000000 { + compatible = "allwinner,rtc-v200"; + device_type = "rtc"; + wakeup-source; + reg = <0x0 0x7000000 0x0 0x200>; + interrupts = <0x0 0x68 0x4>; + clocks = <0xd 0x9 0xe 0x0>; + clock-names = "r-ahb-rtc", "rtc-1k"; + gpr_cur_pos = <0x6>; + phandle = <0x83>; + }; + + r_ccu@7010000 { + compatible = "allwinner,sun50iw9-r-ccu"; + reg = <0x0 0x7010000 0x0 0x300>; + clocks = <0xa 0xb 0xc 0x2 0x4>; + clock-names = "hosc", "losc", "iosc", "pll-periph"; + #clock-cells = <0x1>; + #reset-cells = <0x1>; + phandle = <0xd>; + }; + + dma-controller@3002000 { + compatible = "allwinner,sun50iw9-dma"; + reg = <0x0 0x3002000 0x0 0x1000>; + interrupts = <0x0 0x2a 0x4>; + clocks = <0x2 0x2a 0x2 0x32>; + clock-names = "bus", "mbus"; + dma-channels = <0x10>; + dma-requests = <0x31>; + resets = <0x2 0x7>; + #dma-cells = <0x1>; + phandle = <0x35>; + }; + + sram_ctrl@3000000 { + compatible = "allwinner,sram_ctrl"; + reg = <0x0 0x3000000 0x0 0x16c>; + phandle = <0x84>; + + soc_ver { + offset = <0x24>; + mask = <0x7>; + shift = <0x0>; + }; + + soc_id { + offset = <0x200>; + mask = <0x1>; + shift = <0x16>; + }; + + soc_bin { + offset = <0x0>; + mask = <0x3ff>; + shift = <0x0>; + }; + }; + + sid@3006000 { + compatible = "allwinner,sun50iw9p1-sid", "allwinner,sunxi-sid"; + reg = <0x0 0x3006000 0x0 0x1000>; + #address-cells = <0x1>; + #size-cells = <0x1>; + + speed@00 { + reg = <0x0 0x2>; + phandle = <0x6>; + }; + + calib@14 { + reg = <0x14 0x8>; + phandle = <0x48>; + }; + + tvout@2e { + reg = <0x2c 0x8>; + phandle = <0x9>; + }; + + i-cpu@28 { + reg = <0x28 0x2>; + phandle = <0x85>; + }; + + secure_status { + reg = <0x0 0x0>; + offset = <0xa0>; + size = <0x4>; + }; + + chipid { + reg = <0x0 0x0>; + offset = <0x200>; + size = <0x10>; + }; + + rotpk { + reg = <0x0 0x0>; + offset = <0x270>; + size = <0x20>; + }; + }; + + ce@1904000 { + compatible = "allwinner,sunxi-ce"; + device_name = "ce"; + reg = <0x0 0x1904000 0x0 0xa0 0x0 0x1904800 0x0 0xa0>; + interrupts = <0x0 0x5b 0x1 0x0 0x5c 0x1>; + clock-frequency = <0x11e1a300>; + clocks = <0x2 0x27 0x2 0x26 0x2 0x34 0x2 0x5>; + clock-names = "bus_ce", "ce_clk", "mbus_ce", "pll_periph0_2x"; + resets = <0x2 0x5>; + phandle = <0x86>; + }; + + timer@3009000 { + compatible = "allwinner,sun4i-a10-timer"; + device_type = "soc_timer"; + reg = <0x0 0x3009000 0x0 0x400>; + interrupt-parent = <0x7>; + interrupts = <0x0 0x30 0x4>; + clocks = <0xa>; + phandle = <0x87>; + }; + + watchdog@30090a0 { + compatible = "allwinner,sun6i-a31-wdt"; + reg = <0x0 0x30090a0 0x0 0x20>; + interrupts = <0x0 0x32 0x4>; + phandle = <0x88>; + }; + + pwm: pwm@300a000 { + compatible = "allwinner,sunxi-pwm-v100"; + reg = <0x0 0x0300a000 0x0 0x400>; + clocks = <0x2 0x2f>; + resets = <0x2 0xb>; + pwm-number = <6>; + pwm-base = <0>; + sunxi-pwms = <&pwm0>, <&pwm1>, <&pwm2>, <&pwm3>, + <&pwm4>, <&pwm5>; + status = "okay"; + }; + + pwm0: pwm0@300a010 { + compatible = "allwinner,sunxi-pwm0"; + reg = <0x0 0x0300a010 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm0_pin_a>; + pinctrl-1 = <&pwm0_pin_b>; + status = "disabled"; + }; + + pwm1: pwm1@300a011 { + compatible = "allwinner,sunxi-pwm1"; + reg = <0x0 0x0300a011 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm1_ph_pin_a>; + pinctrl-1 = <&pwm1_ph_pin_b>; + status = "disabled"; + }; + + pwm2: pwm2@300a012 { + compatible = "allwinner,sunxi-pwm2"; + reg = <0x0 0x0300a012 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm2_ph_pin_a>; + pinctrl-1 = <&pwm2_ph_pin_b>; + status = "disabled"; + }; + + pwm3: pwm3@300a013 { + compatible = "allwinner,sunxi-pwm3"; + reg = <0x0 0x0300a013 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm3_ph_pin_a>; + pinctrl-1 = <&pwm3_ph_pin_b>; + status = "disabled"; + }; + + pwm4: pwm4@300a014 { + compatible = "allwinner,sunxi-pwm4"; + reg = <0x0 0x0300a014 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm4_ph_pin_a>; + pinctrl-1 = <&pwm4_ph_pin_b>; + status = "disabled"; + }; + + pwm5: pwm5@300a015 { + compatible = "allwinner,sunxi-pwm5"; + reg = <0x0 0x0300a015 0x0 0x4>; + reg_base = <0x0300a000>; + pinctrl-names = "active", "sleep"; + pinctrl-0 = <&pwm5_pin_a>; + pinctrl-1 = <&pwm5_pin_b>; + status = "okay"; + }; + + ac200 { + compatible = "allwinner,sunxi-ac200"; + status = "disabled"; + tv_used = <0x0>; + tv_twi_used = <0x0>; + tv_twi_id = <0x3>; + tv_twi_addr = <0x10>; + tv_pwm_ch = <0x5>; + phandle = <0x8a>; + }; + + pinctrl@300b000 { + compatible = "allwinner,sun50iw9-pinctrl"; + reg = <0x0 0x300b000 0x0 0x400>; + interrupts = <0x0 0x33 0x4 0x0 0x34 0x4 0x0 0x35 0x4 0x0 0x2b 0x4 0x0 0x36 0x4 0x0 0x37 0x4 0x0 0x38 0x4 0x0 0x39 0x4>; + clocks = <0x2 0x1a 0xa 0xb>; + clock-names = "apb", "hosc", "losc"; + gpio-controller; + #gpio-cells = <0x3>; + interrupt-controller; + #interrupt-cells = <0x3>; + vcc-pf-supply = <0x17>; + vcc-pfo-supply = <0x18>; + vcc-pg-supply = <0x17>; + phandle = <0x23>; + + uart0_ph_pins_a: uart0-ph-pins { + pins = "PH0", "PH1"; + function = "uart0"; + bias-pull-up; + phandle = <0x29>; + }; + + uart0_ph_pins_b: uart0-ph-sleep { + pins = "PH0", "PH1"; + function = "gpio_in"; + phandle = <0x2a>; + }; + + sdc0@0 { + pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; + function = "sdc0"; + drive-strength = <0x1e>; + bias-pull-up; + power-source = <0xce4>; + allwinner,pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; + allwinner,function = "sdc0"; + allwinner,muxsel = <0x2>; + allwinner,drive = <0x3>; + allwinner,pull = <0x1>; + phandle = <0x1e>; + }; + + sdc0@1 { + pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; + function = "sdc0"; + drive-strength = <0x1e>; + bias-pull-up; + power-source = <0x708>; + phandle = <0x1f>; + }; + + sdc0@2 { + pins = "PF0", "PF1", "PF2", "PF3", "PF4", "PF5"; + function = "gpio_in"; + phandle = <0x20>; + }; + + sdc0@3 { + pins = "PF2", "PF4"; + function = "uart0"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x21>; + }; + + sdc0@4 { + pins = "PF0", "PF1", "PF3", "PF5"; + function = "jtag"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x22>; + }; + + sdc1@0 { + pins = "PG0", "PG1", "PG2", "PG3", "PG4", "PG5"; + function = "sdc1"; + drive-strength = <0x1e>; + bias-pull-up; + phandle = <0x24>; + }; + + sdc1@1 { + pins = "PG0", "PG1", "PG2", "PG3", "PG4", "PG5"; + function = "gpio_in"; + bias-pull-up; + phandle = <0x25>; + }; + + sdc2@0 { + pins = "PC1", "PC5", "PC6", "PC8", "PC9", "PC10", "PC11", "PC13", "PC14", "PC15", "PC16"; + function = "sdc2"; + drive-strength = <0x1e>; + bias-pull-up; + allwinner,pins = "PC1", "PC5", "PC6", "PC8", "PC9", "PC10", "PC11", "PC13", "PC14", "PC15", "PC16"; + allwinner,function = "sdc2"; + allwinner,muxsel = <0x3>; + allwinner,drive = <0x3>; + allwinner,pull = <0x1>; + phandle = <0x19>; + }; + + sdc2@1 { + pins = "PC0", "PC1", "PC5", "PC6", "PC8", "PC9", "PC10", "PC11", "PC13", "PC14", "PC15", "PC16"; + function = "gpio_in"; + bias-pull-up; + phandle = <0x1b>; + }; + + sdc2@2 { + allwinner,pins = "PC0"; + allwinner,function = "sdc2"; + drive-strength = <0x1e>; + bias-pull-down; + allwinner,muxsel = <0x3>; + allwinner,drive = <0x3>; + allwinner,pull = <0x2>; + phandle = <0x1a>; + }; + + nand0@0 { + pins = "PC0", "PC1", "PC2", "PC5", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16"; + function = "nand0"; + drive-strength = <0x28>; + phandle = <0x26>; + }; + + nand0@1 { + pins = "PC4", "PC6", "PC3", "PC7"; + function = "nand0"; + drive-strength = <0x28>; + bias-pull-up; + phandle = <0x27>; + }; + + nand0@2 { + pins = "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PC16"; + function = "gpio_in"; + phandle = <0x28>; + }; + + uart1_ph_pins_a: uart1-ph-pins { + pins = "PG6", "PG7", "PG8", "PG9"; + function = "uart1"; + phandle = <0x2b>; + }; + + uart1_ph_pins_b: uart1-ph-sleep { + pins = "PG6", "PG7", "PG8", "PG9"; + function = "gpio_in"; + phandle = <0x2c>; + }; + + uart2_ph_pins_a: uart2-ph-pins { + pins = "PH5", "PH6"; + function = "uart2"; + phandle = <0x2d>; + }; + + uart2_pi_pins_a: uart2-pi-pins { + pins = "PI5", "PI6"; + function = "uart2"; + }; + + uart2_pi_pins_b: uart2-pi-sleep { + pins = "PI5", "PI6"; + function = "gpio_in"; + }; + + uart2_ph_pins_b: uart2-ph-sleep { + pins = "PH5", "PH6"; + function = "gpio_in"; + phandle = <0x2e>; + }; + + uart3_pi_pins_a: uart3-pi-pins { + pins = "PI9", "PI10"; + function = "uart3"; + }; + + uart3_pi_pins_b: uart3-pi-sleep { + pins = "PI9", "PI10"; + function = "gpio_in"; + }; + + uart4_pi_pins_a: uart4-pi-pins { + pins = "PI13", "PI14"; + function = "uart4"; + }; + + uart4_pi_pins_b: uart4-pi-sleep { + pins = "PI13", "PI14"; + function = "gpio_in"; + }; + + uart5_ph_pins_a: uart5-ph-pins { + pins = "PH2", "PH3"; + function = "uart5"; + phandle = <0x33>; + }; + + uart5_ph_pins_b: uart5-ph-sleep { + pins = "PH2", "PH3"; + function = "gpio_in"; + phandle = <0x34>; + }; + + s_cir0@0 { + pins = "PH10"; + function = "ir"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x64>; + }; + + s_cir0@1 { + pins = "PH10"; + function = "gpio_in"; + phandle = <0x65>; + }; + + twi0_pi_pins_a: twi0-pi-pins-a@0 { + pins = "PI5", "PI6"; + function = "twi0"; + drive-strength = <0xa>; + bias-pull-up; + }; + + twi0_pi_pins_b: twi0-pi-pins-b@1 { + pins = "PI5", "PI6"; + function = "gpio_in"; + }; + + twi1_ph_pins_a: twi1-ph-pins-a@0 { + pins = "PH0", "PH1"; + function = "twi1"; + drive-strength = <0xa>; + bias-pull-up; + }; + + twi1_ph_pins_b: twi1-ph-pins-b@0 { + pins = "PH0", "PH1"; + function = "gpio_in"; + phandle = <0x39>; + }; + + twi1_pi_pins_a: twi1-pi-pins-a@0 { + pins = "PI7", "PI8"; + function = "twi1"; + drive-strength = <0xa>; + bias-pull-up; + }; + + twi1_pi_pins_b: twi1-pi-pins-b@0 { + pins = "PI7", "PI8"; + function = "gpio_in"; + }; + + twi2_ph_pins_a: twi2-ph-pins-a@0 { + pins = "PH2", "PH3"; + function = "twi2"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x3a>; + }; + + twi2_ph_pins_b: twi2-ph-pins-b@0 { + pins = "PH2", "PH3"; + function = "gpio_in"; + phandle = <0x3b>; + }; + + twi2_pi_pins_a: twi2-pi-pins-a@0 { + pins = "PI9", "PI10"; + function = "twi2"; + drive-strength = <0xa>; + bias-pull-up; + }; + + twi2_pi_pins_b: twi2-pi-pins-b@0 { + pins = "PI9", "PI10"; + function = "gpio_in"; + }; + + twi3_ph_pins_a: twi3-ph-pins-a@0 { + pins = "PH4", "PH5"; + function = "twi3"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x3c>; + }; + + twi3_ph_pins_b: twi3-ph-pins-b@0 { + pins = "PH4", "PH5"; + function = "gpio_in"; + phandle = <0x3d>; + }; + + twi4_ph_pins_a: twi4-ph-pins-a@0 { + pins = "PH6", "PH7"; + function = "twi4"; + drive-strength = <0xa>; + bias-pull-up; + phandle = <0x3e>; + }; + + twi4_ph_pins_b: twi4-ph-pins-b@0 { + pins = "PH6", "PH7"; + function = "gpio_in"; + phandle = <0x3f>; + }; + + spi0@0 { + pins = "PC0", "PC2", "PC4"; + function = "spi0"; + drive-strength = <0x14>; + phandle = <0x42>; + }; + + spi0@1 { + pins = "PC3"; + function = "spi0"; + drive-strength = <0x14>; + bias-pull-up; + phandle = <0x43>; + }; + + spi0@2 { + pins = "PC0", "PC2", "PC3", "PC4"; + function = "gpio_in"; + drive-strength = <0x14>; + phandle = <0x44>; + }; + + spi1_pins_a: spi1-pins-a { + pins = "PH6", "PH7", "PH8"; + function = "spi1"; + drive-strength = <0x14>; + }; + + spi1_cs0_pin: spi1-cs0-pin { + pins = "PH5"; + function = "spi1"; + drive-strength = <0x14>; + bias-pull-up; + }; + + spi1_cs1_pin: spi1-cs1-pin { + pins = "PH9"; + function = "spi1"; + drive-strength = <0x14>; + bias-pull-up; + }; + + spi1_pins_b: spi1-pins-b { + pins = "PH6", "PH7", "PH8"; + function = "gpio_in"; + drive-strength = <0x14>; + }; + + gmac0@0 { + pins = "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"; + function = "gmac0"; + drive-strength = <0x1e>; + bias-pull-up; + phandle = <0x5e>; + }; + + gmac0@1 { + pins = "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"; + function = "gpio_in"; + phandle = <0x5f>; + }; + + gmac1@0 { + allwinner,pins = "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9"; + allwinner,function = "gmac1"; + allwinner,muxsel = <0x2>; + allwinner,drive = <0x3>; + allwinner,pull = <0x0>; + phandle = <0x60>; + }; + + gmac1@1 { + allwinner,pins = "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9"; + allwinner,function = "gpio_in"; + allwinner,muxsel = <0x0>; + allwinner,drive = <0x3>; + allwinner,pull = <0x0>; + phandle = <0x61>; + }; + + pwm0_pin_a: pwm0-pin-a@0 { + pins = "PD28"; + function = "pwm0"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm0_pin_b: pwm0-pin-b@0 { + pins = "PD28"; + function = "gpio_in"; + }; + + pwm1_ph_pin_a: pwm1-ph-pin-a@0 { + pins = "PH3"; + function = "pwm1"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm1_ph_pin_b: pwm1-ph-pin-b@0 { + pins = "PH3"; + function = "gpio_in"; + }; + + pwm2_ph_pin_a: pwm2-ph-pin-a@0 { + pins = "PH2"; + function = "pwm2"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm2_ph_pin_b: pwm2-ph-pin-b@0 { + pins = "PH2"; + function = "gpio_in"; + }; + + pwm3_ph_pin_a: pwm3-ph-pin-a@0 { + pins = "PH0"; + function = "pwm3"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm3_ph_pin_b: pwm3-ph-pin-b@0 { + pins = "PH0"; + function = "gpio_in"; + }; + + pwm4_ph_pin_a: pwm4-ph-pin-a@0 { + pins = "PH1"; + function = "pwm4"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm4_ph_pin_b: pwm4-ph-pin-b@0 { + pins = "PH1"; + function = "gpio_in"; + }; + + pwm1_pi_pin_a: pwm1-pi-pin-a@0 { + pins = "PI11"; + function = "pwm1"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm1_pi_pin_b: pwm1-pi-pin-b@0 { + pins = "PI11"; + function = "gpio_in"; + }; + + pwm2_pi_pin_a: pwm2-pi-pin-a@0 { + pins = "PI12"; + function = "pwm2"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm2_pi_pin_b: pwm2-pi-pin-b@0 { + pins = "PI12"; + function = "gpio_in"; + }; + + pwm3_pi_pin_a: pwm3-pi-pin-a@0 { + pins = "PI13"; + function = "pwm3"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm3_pi_pin_b: pwm3-pi-pin-b@0 { + pins = "PI13"; + function = "gpio_in"; + }; + + pwm4_pi_pin_a: pwm4-pi-pin-a@0 { + pins = "PI14"; + function = "pwm4"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm4_pi_pin_b: pwm4-pi-pin-b@0 { + pins = "PI14"; + function = "gpio_in"; + }; + + pwm5_pin_a: pwm5@0 { + pins = "PA12"; + function = "pwm5"; + drive-strength = <10>; + bias-pull-up; + }; + + pwm5_pin_b: pwm5@1 { + pins = "PA12"; + function = "gpio_in"; + }; + + spdif@0 { + pins = "PH4"; + function = "spdif"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x4b>; + }; + + spdif_sleep@0 { + pins = "PH4"; + function = "gpio_in"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x4c>; + }; + + ahub_daudio0@0 { + pins = "PA6", "PA7", "PA8", "PA9"; + function = "i2s0"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x8b>; + }; + + ahub_daudio0_sleep@0 { + pins = "PA6", "PA7", "PA8", "PA9"; + function = "gpio_in"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x8c>; + }; + + ahub_daudio2@0 { + pins = "PG11", "PG12"; + function = "i2s2"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x4f>; + }; + + ahub_daudio2@1 { + pins = "PG13"; + function = "i2s2_dout0"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x50>; + }; + + ahub_daudio2@2 { + pins = "PG14"; + function = "i2s2_din0"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x51>; + }; + + ahub_daudio2_sleep@0 { + pins = "PG11", "PG12", "PG13", "PG14"; + function = "gpio_in"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x52>; + }; + + ahub_daudio3@0 { + pins = "PH5", "PH6", "PH7"; + function = "i2s3"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x8d>; + }; + + ahub_daudio3@1 { + pins = "PH8"; + function = "i2s3_dout0"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x8e>; + }; + + ahub_daudio3@2 { + pins = "PH9"; + function = "i2s3_din0"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x8f>; + }; + + ahub_daudio3_sleep@0 { + pins = "PH5", "PH6", "PH7", "PH8", "PH9"; + function = "gpio_in"; + drive-strength = <0x14>; + bias-disable; + phandle = <0x90>; + }; + + standby@0 { + allwinner,pins = "PH6"; + allwinner,function = "gpio_out"; + allwinner,muxsel = <0x1>; + allwinner,data = <0x1>; + allwinner,drive = <0x0>; + allwinner,pull = <0x0>; + phandle = <0x91>; + }; + + standby@1 { + allwinner,pins = "PH7"; + allwinner,function = "gpio_out"; + allwinner,muxsel = <0x1>; + allwinner,data = <0x0>; + allwinner,drive = <0x2>; + allwinner,pull = <0x2>; + phandle = <0x92>; + }; + + standby@2 { + allwinner,pins = "PG16"; + allwinner,function = "gpio_in"; + allwinner,muxsel = <0x0>; + allwinner,data = <0x0>; + allwinner,drive = <0x0>; + allwinner,pull = <0x0>; + phandle = <0x93>; + }; + }; + + pinctrl@7022000 { + compatible = "allwinner,sun50iw9-r-pinctrl"; + reg = <0x0 0x7022000 0x0 0x400>; + clocks = <0xd 0x2 0xa 0xb>; + clock-names = "apb", "hosc", "losc"; + gpio-controller; + #gpio-cells = <0x3>; + phandle = <0x94>; + + s_twi0@0 { + pins = "PL0", "PL1"; + function = "s_twi0"; + drive-strength = <0x14>; + bias-pull-up; + phandle = <0x40>; + }; + + s_twi0@1 { + pins = "PL0", "PL1"; + function = "gpio_in"; + phandle = <0x41>; + }; + }; + + iommu@30f0000 { + compatible = "allwinner,sunxi-iommu"; + reg = <0x0 0x30f0000 0x0 0x1000>; + interrupts = <0x0 0x3d 0x4>; + interrupt-names = "iommu-irq"; + clocks = <0x2 0x30>; + clock-names = "iommu"; + #iommu-cells = <0x2>; + phandle = <0x8>; + }; + + sdmmc@4022000 { + compatible = "allwinner,sunxi-mmc-v4p6x"; + device_type = "sdc2"; + reg = <0x0 0x4022000 0x0 0x1000>; + interrupts = <0x0 0x25 0x4>; + clocks = <0xa 0x2 0x7 0x2 0x3f 0x2 0x42>; + clock-names = "osc24m", "pll_periph", "mmc", "ahb"; + resets = <0x2 0x10>; + reset-names = "rst"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x19 0x1a>; + pinctrl-1 = <0x1b>; + bus-width = <0x8>; + req-page-count = <0x2>; + cap-mmc-highspeed; + cap-cmd23; + ctl-spec-caps = <0x308>; + mmc-cache-ctrl; + non-removable; + max-frequency = <0x5f5e100>; + cap-erase; + mmc-high-capacity-erase-size; + no-sdio; + no-sd; + sdc_tm4_sm0_freq0 = <0x0>; + sdc_tm4_sm0_freq1 = <0x0>; + sdc_tm4_sm1_freq0 = <0x0>; + sdc_tm4_sm1_freq1 = <0x0>; + sdc_tm4_sm2_freq0 = <0x0>; + sdc_tm4_sm2_freq1 = <0x0>; + sdc_tm4_sm3_freq0 = <0x5000000>; + sdc_tm4_sm3_freq1 = <0x5>; + sdc_tm4_sm4_freq0 = <0x50000>; + sdc_tm4_sm4_freq1 = <0x4>; + sdc_tm4_sm4_freq0_cmd = <0x0>; + sdc_tm4_sm4_freq1_cmd = <0x0>; + status = "okay"; + mmc-ddr-1_8v; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + sunxi-dis-signal-vol-sw; + vmmc-supply = <0x1c>; + vqmmc-supply = <0x1d>; + phandle = <0x95>; + }; + + sdmmc@4020000 { + compatible = "allwinner,sunxi-mmc-v4p1x"; + device_type = "sdc0"; + reg = <0x0 0x4020000 0x0 0x1000>; + interrupts = <0x0 0x23 0x4>; + clocks = <0xa 0x2 0x7 0x2 0x3d 0x2 0x40>; + clock-names = "osc24m", "pll_periph", "mmc", "ahb"; + resets = <0x2 0xe>; + reset-names = "rst"; + pinctrl-names = "default", "mmc_1v8", "sleep", "uart_jtag"; + pinctrl-0 = <0x1e>; + pinctrl-1 = <0x1f>; + pinctrl-2 = <0x20>; + pinctrl-3 = <0x21 0x22>; + max-frequency = <0x8f0d180>; + bus-width = <0x4>; + req-page-count = <0x2>; + ctl-spec-caps = <0x8>; + cap-sd-highspeed; + cap-wait-while-busy; + no-sdio; + no-mmc; + status = "okay"; + sd-uhs-sdr50; + sd-uhs-ddr50; + sd-uhs-sdr104; + vmmc-supply = <0x1c>; + cd-gpios = <0x23 0x5 0x6 0x11>; + phandle = <0x96>; + }; + + sdmmc@4021000 { + compatible = "allwinner,sunxi-mmc-v4p1x"; + device_type = "sdc1"; + reg = <0x0 0x4021000 0x0 0x1000>; + interrupts = <0x0 0x24 0x4>; + clocks = <0xa 0x2 0x7 0x2 0x3e 0x2 0x41>; + clock-names = "osc24m", "pll_periph", "mmc", "ahb"; + resets = <0x2 0xf>; + reset-names = "rst"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x24>; + pinctrl-1 = <0x25>; + max-frequency = <0x8f0d180>; + bus-width = <0x4>; + ctl-spec-caps = <0x8>; + cap-sd-highspeed; + no-mmc; + keep-power-in-suspend; + sunxi-dly-52M-ddr4 = <0x1 0x0 0x0 0x0 0x2>; + sunxi-dly-104M = <0x1 0x0 0x0 0x0 0x1>; + sunxi-dly-208M = <0x1 0x0 0x0 0x0 0x1>; + status = "okay"; + no-sd; + sd-uhs-sdr12; + sd-uhs-sdr25; + sd-uhs-sdr50; + sd-uhs-ddr50; + sd-uhs-sdr104; + sunxi-dis-signal-vol-sw; + cap-sdio-irq; + ignore-pm-notify; + vqmmc-supply = <0x1d>; + phandle = <0x97>; + }; + + nand0@4011000 { + compatible = "allwinner,sun50iw9-nand"; + device_type = "nand0"; + reg = <0x0 0x4011000 0x0 0x1000>; + interrupts = <0x0 0x22 0x4>; + clocks = <0x2 0x7 0x2 0x3a 0x2 0x3b 0x2 0x3c 0x2 0x36>; + clock-names = "pll_periph", "mclk", "ecc", "bus", "mbus"; + resets = <0x2 0xd>; + reset-names = "rst"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x26 0x27>; + pinctrl-1 = <0x28>; + nand0_cache_level = <0x55aaaa55>; + nand0_flush_cache_num = <0x55aaaa55>; + nand0_capacity_level = <0x55aaaa55>; + nand0_id_number_ctl = <0x55aaaa55>; + nand0_print_level = <0x55aaaa55>; + nand0_p0 = <0x55aaaa55>; + nand0_p1 = <0x55aaaa55>; + nand0_p2 = <0x55aaaa55>; + nand0_p3 = <0x55aaaa55>; + chip_code = "sun50iw9"; + status = "disabled"; + nand0_regulator1-supply = <0x1c>; + nand0_regulator2-supply = <0x1d>; + phandle = <0x98>; + }; + + mbus-controller@47fa000 { + compatible = "allwinner,sun50i-mbus"; + reg = <0x0 0x47fa000 0x0 0x1000>; + #mbus-cells = <0x1>; + phandle = <0x99>; + }; + + uart0: uart@5000000 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5000000 0x0 0x400>; + interrupts = <0x0 0x0 0x4>; + clocks = <0x2 0x43>; + resets = <0x2 0x11>; + uart0_port = <0x0>; + uart0_type = <0x2>; + status = "okay"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x29>; + pinctrl-1 = <0x2a>; + phandle = <0x9a>; + }; + + uart1: uart@5000400 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5000400 0x0 0x400>; + interrupts = <0x0 0x1 0x4>; + clocks = <0x2 0x44>; + resets = <0x2 0x12>; + uart1_port = <0x1>; + uart1_type = <0x4>; + sunxi,uart-fifosize = <0x100>; + status = "okay"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x2b>; + pinctrl-1 = <0x2c>; + device_type = "uart1"; + phandle = <0x9b>; + }; + + uart2: uart@5000800 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5000800 0x0 0x400>; + interrupts = <0x0 0x2 0x4>; + clocks = <0x2 0x45>; + resets = <0x2 0x13>; + uart2_port = <0x2>; + uart2_type = <0x4>; + sunxi,uart-fifosize = <0x100>; + status = "disabled"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x2d>; + pinctrl-1 = <0x2e>; + phandle = <0x9c>; + }; + + uart3: uart@5000c00 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5000c00 0x0 0x400>; + interrupts = <0x0 0x3 0x4>; + clocks = <0x2 0x46>; + resets = <0x2 0x14>; + uart3_port = <0x3>; + uart3_type = <0x4>; + sunxi,uart-fifosize = <0x100>; + status = "disabled"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x2f>; + pinctrl-1 = <0x30>; + phandle = <0x9d>; + }; + + uart4: uart@5001000 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5001000 0x0 0x400>; + interrupts = <0x0 0x4 0x4>; + clocks = <0x2 0x47>; + resets = <0x2 0x15>; + uart4_port = <0x4>; + uart4_type = <0x4>; + sunxi,uart-fifosize = <0x100>; + status = "disabled"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x31>; + pinctrl-1 = <0x32>; + phandle = <0x9e>; + }; + + uart5: uart@5001400 { + compatible = "allwinner,sun50i-uart"; + reg = <0x0 0x5001400 0x0 0x400>; + interrupts = <0x0 0x5 0x4>; + clocks = <0x2 0x48>; + resets = <0x2 0x16>; + uart5_port = <0x5>; + uart5_type = <0x2>; + sunxi,uart-fifosize = <0x100>; + status = "disabled"; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x33>; + pinctrl-1 = <0x34>; + phandle = <0x9f>; + }; + + twi0: twi@5002000 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi0"; + reg = <0x0 0x5002000 0x0 0x400>; + interrupts = <0x0 0x6 0x4>; + clocks = <0x2 0x49>; + clock-names = "bus"; + resets = <0x2 0x17>; + dmas = <0x35 0x2b 0x35 0x2b>; + dma-names = "tx", "rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x36>; + pinctrl-1 = <0x37>; + pinctrl-names = "default", "sleep"; + twi_drv_used = <0x1>; + phandle = <0xa0>; + + eeprom@50 { + compatible = "atmel,24c16"; + reg = <0x50>; + status = "disabled"; + }; + }; + + twi1: twi@5002400 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi1"; + reg = <0x0 0x5002400 0x0 0x400>; + interrupts = <0x0 0x7 0x4>; + clocks = <0x2 0x4a>; + clock-names = "bus"; + resets = <0x2 0x18>; + dmas = <0x35 0x2c 0x35 0x2c>; + dma-names = "tx", "rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x38>; + pinctrl-1 = <0x39>; + pinctrl-names = "default", "sleep"; + twi_drv_used = <0x1>; + phandle = <0xa1>; + }; + + twi2: twi@5002800 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi2"; + reg = <0x0 0x5002800 0x0 0x400>; + interrupts = <0x0 0x8 0x4>; + clocks = <0x2 0x4b>; + clock-names = "bus"; + resets = <0x2 0x19>; + dmas = <0x35 0x2d 0x35 0x2d>; + dma-names = "tx", "rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x3a>; + pinctrl-1 = <0x3b>; + pinctrl-names = "default", "sleep"; + twi_drv_used = <0x1>; + phandle = <0xa2>; + }; + + twi3: twi@5002c00 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi3"; + reg = <0x0 0x5002c00 0x0 0x400>; + interrupts = <0x0 0x9 0x4>; + clocks = <0x2 0x4c>; + clock-names = "bus"; + resets = <0x2 0x1a>; + dmas = <0x35 0x2e 0x35 0x2e>; + dma-names = "tx", "rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x3c>; + pinctrl-1 = <0x3d>; + pinctrl-names = "default", "sleep"; + twi_drv_used = <0x1>; + phandle = <0xa3>; + }; + + twi4: twi@5003000 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi4"; + reg = <0x0 0x5003000 0x0 0x400>; + interrupts = <0x0 0xa 0x4>; + clocks = <0x2 0x4d>; + clock-names = "bus"; + resets = <0x2 0x1b>; + dmas = <0x35 0x2f 0x35 0x2f>; + dma-names = "tx", "rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x3e>; + pinctrl-1 = <0x3f>; + pinctrl-names = "default", "sleep"; + twi_drv_used = <0x1>; + phandle = <0xa4>; + }; + + twi5: twi@7081400 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-twi"; + device_type = "twi5"; + reg = <0x0 0x7081400 0x0 0x400>; + interrupts = <0x0 0x69 0x4>; + clocks = <0xd 0x5>; + clock-names = "bus"; + resets = <0xd 0x1>; + dmas = <0x35 0x30 0x35 0x30>; + dma-names = "tx", "rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x40>; + pinctrl-1 = <0x41>; + pinctrl-names = "default", "sleep"; + no_suspend = <0x1>; + twi_drv_used = <0x0>; + phandle = <0xa5>; + + pmu { + compatible = "x-powers,axp1530"; + reg = <0x36>; + wakeup-source; + pmu_hot_shutdown = <0x1>; + phandle = <0xa6>; + + standby_param { + vdd-cpua = <0x2>; + vdd-sys = <0x1>; + vcc-io = <0x10>; + vcc-dram = <0x4>; + phandle = <0xa7>; + }; + + regulators { + + dcdc1 { + regulator-name = "axp1530-dcdc1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-step-delay-us = <0x19>; + regulator-final-delay-us = <0x32>; + regulator-always-on; + phandle = <0x63>; + }; + + dcdc2 { + regulator-name = "axp1530-dcdc2"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x177fa0>; + regulator-step-delay-us = <0x19>; + regulator-final-delay-us = <0x32>; + regulator-ramp-delay = <0xc8>; + regulator-always-on; + phandle = <0x5>; + }; + + dcdc3 { + regulator-name = "axp1530-dcdc3"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x1c1380>; + regulator-step-delay-us = <0x19>; + regulator-final-delay-us = <0x32>; + regulator-always-on; + phandle = <0xa8>; + }; + + ldo1 { + regulator-name = "axp1530-aldo1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x3567e0>; + regulator-step-delay-us = <0x19>; + regulator-final-delay-us = <0x32>; + regulator-always-on; + phandle = <0x1d>; + }; + + ldo2 { + regulator-name = "axp1530-dldo1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x3567e0>; + regulator-step-delay-us = <0x19>; + regulator-final-delay-us = <0x32>; + regulator-always-on; + phandle = <0x1c>; + }; + }; + }; + }; + + spi0: spi@5010000 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-spi"; + device_type = "spi0"; + reg = <0x0 0x5010000 0x0 0x1000>; + interrupts = <0x0 0xc 0x4>; + clocks = <0x2 0x4 0x2 0x4f 0x2 0x51>; + clock-names = "pll", "mod", "bus"; + resets = <0x2 0x1d>; + clock-frequency = <0x5f5e100>; + spi0_cs_number = <0x1>; + spi0_cs_bitmap = <0x1>; + dmas = <0x35 0x16 0x35 0x16>; + dma-names = "tx", "rx"; + status = "disabled"; + spi_slave_mode = <0x0>; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x42 0x43>; + pinctrl-1 = <0x44>; + spi1_cs_number = <0x1>; + spi1_cs_bitmap = <0x1>; + /*spi_dbi_enable = <0x0>;*/ + phandle = <0xa9>; + + spi_board0 { + device_type = "spi_board0"; + compatible = "rohm,dh2228fv"; + spi-max-frequency = <0x10000000>; + reg = <0x0>; + status = "disabled"; + }; + + flash@0 { + status = "okay"; + #address-cells = <1>; + #size-cells = <1>; + compatible = "jedec,spi-nor"; + reg = <0>; + spi-max-frequency = <0x10000000>; + }; + }; + + spi1: spi@5011000 { + #address-cells = <0x1>; + #size-cells = <0x0>; + compatible = "allwinner,sun50i-spi"; + device_type = "spi1"; + reg = <0x0 0x5011000 0x0 0x1000>; + interrupts = <0x0 0xd 0x4>; + clocks = <0x2 0x4 0x2 0x50 0x2 0x52>; + clock-names = "pll", "mod", "bus"; + resets = <0x2 0x1e>; + clock-frequency = <0x5f5e100>; + spi1_cs_number = <0x2>; + spi1_cs_bitmap = <0x2>; + dmas = <0x35 0x17 0x35 0x17>; + dma-names = "tx", "rx"; + status = "disabled"; + spi_slave_mode = <0x0>; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x45 0x46>; + pinctrl-1 = <0x47>; + /*spi_dbi_enable = <0x0>;*/ + phandle = <0xaa>; + + //spi_board1: spi_board1@1 { + // device_type = "spi_board1"; + // compatible = "rohm,dh2228fv"; + // spi-max-frequency = <0x989680>; + // reg = <0x1>; + // status = "disabled"; + //}; + }; + + thermal-sensor@5070400 { + compatible = "allwinner,sun50iw9p1-ths"; + reg = <0x0 0x5070400 0x0 0x400>; + clocks = <0x2 0x59>; + clock-names = "bus"; + resets = <0x2 0x23>; + nvmem-cells = <0x48>; + nvmem-cell-names = "calibration"; + #thermal-sensor-cells = <0x1>; + phandle = <0x74>; + }; + + gpadc@5070000 { + compatible = "allwinner,sunxi-gpadc"; + reg = <0x0 0x5070000 0x0 0x3ff>; + interrupts = <0x0 0x12 0x4>; + clocks = <0x2 0x58>; + clock-names = "bus"; + resets = <0x2 0x22>; + status = "disabled"; + phandle = <0xab>; + }; + + keyboard@5070800 { + compatible = "allwinner,keyboard_1350mv"; + reg = <0x0 0x5070800 0x0 0x400>; + interrupts = <0x0 0x14 0x1>; + clocks = <0x2 0x74>; + resets = <0x2 0x35>; + status = "disabled"; + phandle = <0xac>; + }; + + codec@5096000 { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-codec"; + reg = <0x0 0x5096000 0x0 0x31c>; + resets = <0x2 0x26>; + clocks = <0x2 0x13 0x2 0x5e 0x2 0x60>; + clock-names = "clk_pll_audio_4x", "clk_audio", "clk_bus_audio"; + status = "okay"; + lineout_vol = <0x1f>; + pa_pin_max = <0x1>; + pa_pin_level_0 = <0x1>; + pa_pin_msleep_0 = <0x0>; + tx_hub_en; + phandle = <0x4a>; + }; + + codec_plat { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-aaudio"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x80>; + dac_txdata = <0x5096020>; + adc_txdata = <0x5096040>; + dmas = <0x35 0x6 0x35 0x6>; + dma-names = "tx", "rx"; + status = "okay"; + phandle = <0x49>; + }; + + codec_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "audiocodec"; + soundcard-mach,playback-only; + soundcard-mach,pin-switches = "LINEOUT"; + soundcard-mach,routing = "LINEOUT", "LINEOUTL", "LINEOUT", "LINEOUTR"; + status = "okay"; + phandle = <0xad>; + + soundcard-mach,cpu { + sound-dai = <0x49>; + }; + + soundcard-mach,codec { + sound-dai = <0x4a>; + soundcard-mach,pll-fs = <0x4>; + }; + }; + + spdif_plat@5093000 { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-spdif"; + reg = <0x0 0x5093000 0x0 0x40>; + resets = <0x2 0x24>; + clocks = <0x2 0x13 0x2 0x5a 0x2 0x5b>; + clock-names = "clk_pll_audio_4x", "clk_spdif", "clk_bus_spdif"; + pll-fs = <0x4>; + dmas = <0x35 0x2 0x35 0x2>; + dma-names = "tx", "rx"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x40>; + status = "disabled"; + pinctrl_used; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x4b>; + pinctrl-1 = <0x4c>; + tx_hub_en; + phandle = <0x4d>; + }; + + spdif_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndspdif"; + status = "disabled"; + phandle = <0xae>; + + soundcard-mach,cpu { + sound-dai = <0x4d>; + soundcard-mach,pll-fs = <0x4>; + }; + + soundcard-mach,codec { + }; + }; + + ahub_dam_plat@5097000 { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-ahub_dam"; + reg = <0x0 0x5097000 0x0 0xaec>; + resets = <0x2 0x27>; + clocks = <0x2 0x11 0x2 0x13 0x2 0x61 0x2 0x62>; + clock-names = "clk_pll_audio", "clk_pll_audio_4x", "clk_audio_hub", "clk_bus_audio_hub"; + status = "okay"; + phandle = <0x4e>; + }; + + ahub_dam_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "ahubdam"; + status = "okay"; + phandle = <0xaf>; + + soundcard-mach,cpu { + sound-dai = <0x4e>; + }; + + soundcard-mach,codec { + }; + }; + + ahub0_plat { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-ahub"; + apb_num = <0x0>; + dmas = <0x35 0x3 0x35 0x3>; + dma-names = "tx", "rx"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x80>; + status = "disabled"; + tdm_num = <0x0>; + tx_pin = <0x0>; + rx_pin = <0x0>; + phandle = <0x54>; + }; + + ahub1_plat { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-ahub"; + apb_num = <0x1>; + dmas = <0x35 0x4 0x35 0x4>; + dma-names = "tx", "rx"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x80>; + status = "okay"; + tdm_num = <0x1>; + tx_pin = <0x0>; + rx_pin = <0x0>; + dai_type = "hdmi"; + phandle = <0x56>; + }; + + ahub2_plat { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-ahub"; + apb_num = <0x2>; + dmas = <0x35 0x5 0x35 0x5>; + dma-names = "tx", "rx"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x80>; + status = "disabled"; + tdm_num = <0x2>; + tx_pin = <0x0>; + rx_pin = <0x0>; + pinctrl_used; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x4f 0x50 0x51>; + pinctrl-1 = <0x52>; + phandle = <0x58>; + }; + + ahub3_plat { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-snd-plat-ahub"; + apb_num = <0x2>; + dmas = <0x35 0x5 0x35 0x5>; + dma-names = "tx", "rx"; + playback_cma = <0x80>; + capture_cma = <0x80>; + tx_fifo_size = <0x80>; + rx_fifo_size = <0x80>; + status = "disabled"; + tdm_num = <0x3>; + tx_pin = <0x0>; + rx_pin = <0x0>; + phandle = <0x5a>; + }; + + ahub0_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "ahubi2s0"; + status = "disabled"; + soundcard-mach,format = "i2s"; + soundcard-mach,frame-master = <0x53>; + soundcard-mach,bitclock-master = <0x53>; + soundcard-mach,slot-num = <0x2>; + soundcard-mach,slot-width = <0x20>; + phandle = <0xb0>; + + soundcard-mach,cpu { + sound-dai = <0x54>; + soundcard-mach,pll-fs = <0x4>; + soundcard-mach,mclk-fs = <0x100>; + phandle = <0x53>; + }; + + soundcard-mach,codec { + phandle = <0xb1>; + }; + }; + + ahub1_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "ahubhdmi"; + status = "okay"; + soundcard-mach,format = "i2s"; + soundcard-mach,frame-master = <0x55>; + soundcard-mach,bitclock-master = <0x55>; + soundcard-mach,slot-num = <0x2>; + soundcard-mach,slot-width = <0x20>; + phandle = <0xb2>; + + soundcard-mach,cpu { + sound-dai = <0x56>; + soundcard-mach,pll-fs = <0x4>; + soundcard-mach,mclk-fs = <0x0>; + phandle = <0x55>; + }; + + soundcard-mach,codec { + phandle = <0xb3>; + }; + }; + + ahub2_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "ahubi2s2"; + status = "okay"; + soundcard-mach,format = "i2s"; + soundcard-mach,frame-master = <0x57>; + soundcard-mach,bitclock-master = <0x57>; + soundcard-mach,slot-num = <0x2>; + soundcard-mach,slot-width = <0x20>; + phandle = <0xb4>; + + soundcard-mach,cpu { + sound-dai = <0x58>; + soundcard-mach,pll-fs = <0x4>; + soundcard-mach,mclk-fs = <0x100>; + phandle = <0x57>; + }; + + soundcard-mach,codec { + phandle = <0xb5>; + }; + }; + + ahub3_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "ahubi2s3"; + status = "disabled"; + soundcard-mach,format = "i2s"; + soundcard-mach,frame-master = <0x59>; + soundcard-mach,bitclock-master = <0x59>; + soundcard-mach,slot-num = <0x2>; + soundcard-mach,slot-width = <0x20>; + phandle = <0xb6>; + + soundcard-mach,cpu { + sound-dai = <0x5a>; + soundcard-mach,pll-fs = <0x4>; + soundcard-mach,mclk-fs = <0x100>; + phandle = <0x59>; + }; + + soundcard-mach,codec { + phandle = <0xb7>; + }; + }; + + spdif@5094000 { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-spdif"; + reg = <0x0 0x5094000 0x0 0x40>; + clocks = <0x2 0x11 0x2 0x5a 0x2 0x5b>; + clock-names = "pll_audio", "spdif", "spdif_bus"; + resets = <0x2 0x24>; + clk_parent = <0x1>; + playback_cma = <0x80>; + capture_cma = <0x80>; + device_type = "spdif"; + dmas = <0x35 0x2 0x35 0x2>; + dma-names = "tx", "rx"; + status = "disabled"; + phandle = <0x5b>; + }; + + soundspdif { + compatible = "sunxi,simple-audio-card"; + simple-audio-card,name = "sndspdif"; + status = "disabled"; + phandle = <0xb8>; + + simple-audio-card,cpu { + sound-dai = <0x5b>; + }; + + simple-audio-card,codec { + }; + }; + + dmic@5095000 { + #sound-dai-cells = <0x0>; + compatible = "allwinner,sunxi-dmic"; + reg = <0x0 0x5095000 0x0 0x50>; + clocks = <0x2 0x11 0x2 0x5c 0x2 0x5d>; + clock-names = "pll_audio", "dmic", "dmic_bus"; + resets = <0x2 0x25>; + clk_parent = <0x1>; + capture_cma = <0x100>; + data_vol = <0xb0>; + dmic_rxsync_en = <0x0>; + rx_chmap = <0x76543210>; + device_type = "dmic"; + dmas = <0x35 0x7>; + dma-names = "rx"; + status = "disabled"; + phandle = <0x5c>; + }; + + dmic_codec { + #sound-dai-cells = <0x0>; + compatible = "dmic-codec"; + num-channels = <0x8>; + status = "disabled"; + phandle = <0x5d>; + }; + + sounddmic { + compatible = "sunxi,simple-audio-card"; + simple-audio-card,name = "snddmic"; + status = "disabled"; + phandle = <0xb9>; + + simple-audio-card,cpu { + sound-dai = <0x5c>; + }; + + simple-audio-card,codec { + sound-dai = <0x5d>; + }; + }; + + leds: leds { + compatible = "gpio-leds"; + status = "okay"; + + //led-red { + // label = "red_led"; + // gpios = <0x23 0x2 0xc 0x0>; /* PC12 */ + // linux,default-trigger = "none"; + //}; + + led-green { + label = "green_led"; + gpios = <0x23 0x8 0x6 0x0>; /* PI6 */ + linux,default-trigger = "heartbeat"; + }; + }; + + gpio_para { + device_type = "gpio_para"; + compatible = "allwinner,sunxi-init-gpio"; + status = "okay"; + gpio_num = <0x0>; + /*gpio_pin_1 = <0x23 0x2 0xc 0x1>; + gpio_pin_2 = <0x23 0x2 0xd 0x0>;*/ + phandle = <0xba>; + }; + + eth@5020000 { + compatible = "allwinner,sunxi-gmac"; + reg = <0x0 0x5020000 0x0 0x10000 0x0 0x3000030 0x0 0x4>; + interrupts = <0x0 0xe 0x4>; + interrupt-names = "gmacirq"; + clocks = <0x2 0x54 0x2 0x53>; + clock-names = "gmac", "ephy"; + resets = <0x2 0x1f>; + device_type = "gmac0"; + phy-mode = "rgmii"; + phy-rst; + gmac-power0; + gmac-power1; + gmac-power2; + status = "okay"; + use_ephy25m = <0x0>; + pinctrl-0 = <0x5e>; + pinctrl-1 = <0x5f>; + pinctrl-names = "default", "sleep"; + tx-delay = <0x7>; + rx-delay = <0x0>; + phandle = <0xbb>; + }; + + eth@5030000 { + compatible = "allwinner,sunxi-gmac"; + reg = <0x0 0x5030000 0x0 0x10000 0x0 0x3000034 0x0 0x4>; + interrupts = <0x0 0xf 0x4>; + interrupt-names = "gmacirq"; + clocks = <0x2 0x55>; + clock-names = "gmac"; + resets = <0x2 0x20>; + device_type = "gmac1"; + phy-mode = "rmii"; + phy-rst; + gmac-power0; + gmac-power1; + gmac-power2; + status = "disabled"; + pinctrl-0 = <0x60>; + pinctrl-1 = <0x61>; + pinctrl-names = "default", "sleep"; + tx-delay = <0x7>; + rx-delay = <0x1f>; + phandle = <0xbc>; + }; + + usbc0@0 { + device_type = "usbc0"; + compatible = "allwinner,sunxi-otg-manager"; + usb_port_type = <0x1>; + usb_detect_type = <0x1>; + usb_detect_mode = <0x0>; + usb_id_gpio; + usb_det_vbus_gpio; + usb_drv_vbus_gpio; + usb_host_init_state = <0x0>; + usb_regulator_io = "nocare"; + usb_wakeup_suspend = <0x0>; + usb_luns = <0x3>; + usb_serial_unique = <0x0>; + usb_serial_number = "20080411"; + rndis_wceis = <0x1>; + wakeup-source; + status = "okay"; + phandle = <0xbd>; + }; + + udc-controller@5100000 { + compatible = "allwinner,sunxi-udc"; + reg = <0x0 0x5100000 0x0 0x1000 0x0 0x0 0x0 0x100>; + interrupts = <0x0 0x19 0x4>; + interrupt-parent = <0x7>; + clocks = <0x2 0x73 0x2 0x64>; + clock-names = "bus_otg", "phy"; + resets = <0x2 0x34 0x2 0x28>; + reset-names = "otg", "phy"; + phandle = <0xbe>; + }; + + ehci0-controller@5101000 { + compatible = "allwinner,sunxi-ehci0"; + reg = <0x0 0x5101000 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1a 0x4>; + clocks = <0x2 0x6f 0x2 0x64>; + clock-names = "bus_hci", "phy"; + resets = <0x2 0x30 0x2 0x28>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x0>; + status = "okay"; + phandle = <0xbf>; + }; + + ohci0-controller@5101400 { + compatible = "allwinner,sunxi-ohci0"; + reg = <0x0 0x5101400 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1b 0x4>; + clocks = <0x2 0x6b 0x2 0x63 0x2 0x64>; + clock-names = "bus_hci", "ohci", "phy"; + resets = <0x2 0x2c 0x2 0x28>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x0>; + status = "okay"; + phandle = <0xc0>; + }; + + usbc1@0 { + device_type = "usbc1"; + usb_drv_vbus_gpio; + usb_host_init_state = <0x1>; + usb_regulatior_io = "nocare"; + usb_wakeup_suspend = <0x0>; + wakeup-source; + usb_regulator_io = "nocare"; + status = "okay"; + phandle = <0xc1>; + }; + + ehci1-controller@5200000 { + compatible = "allwinner,sunxi-ehci1"; + reg = <0x0 0x5200000 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1c 0x4>; + clocks = <0x2 0x70 0x2 0x66>; + clock-names = "bus_hci", "phy"; + resets = <0x2 0x31 0x2 0x29>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x1>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc2>; + }; + + ohci1-controller@5200400 { + compatible = "allwinner,sunxi-ohci1"; + reg = <0x0 0x5200400 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1d 0x4>; + clocks = <0x2 0x6c 0x2 0x65 0x2 0x66>; + clock-names = "bus_hci", "ohci", "phy"; + resets = <0x2 0x2d 0x2 0x29>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x1>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc3>; + }; + + usbc2@0 { + device_type = "usbc2"; + usb_drv_vbus_gpio; + usb_host_init_state = <0x1>; + usb_regulatior_io = "nocare"; + usb_wakeup_suspend = <0x0>; + wakeup-source; + usb_regulator_io = "nocare"; + status = "okay"; + phandle = <0xc4>; + }; + + ehci2-controller@5310000 { + compatible = "allwinner,sunxi-ehci2"; + reg = <0x0 0x5310000 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1e 0x4>; + clocks = <0x2 0x71 0x2 0x68>; + clock-names = "bus_hci", "phy"; + resets = <0x2 0x32 0x2 0x2a>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x2>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc5>; + }; + + ohci2-controller@5310400 { + compatible = "allwinner,sunxi-ohci2"; + reg = <0x0 0x5310400 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x1f 0x4>; + clocks = <0x2 0x6d 0x2 0x67 0x2 0x68>; + clock-names = "bus_hci", "ohci", "phy"; + resets = <0x2 0x2e 0x2 0x2a>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x2>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc6>; + }; + + usbc3@0 { + device_type = "usbc3"; + usb_drv_vbus_gpio; + usb_host_init_state = <0x1>; + usb_regulatior_io = "nocare"; + usb_wakeup_suspend = <0x0>; + wakeup-source; + usb_regulator_io = "nocare"; + status = "okay"; + phandle = <0xc7>; + }; + + ehci3-controller@5311000 { + compatible = "allwinner,sunxi-ehci3"; + reg = <0x0 0x5311000 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x20 0x4>; + clocks = <0x2 0x72 0x2 0x6a>; + clock-names = "bus_hci", "phy"; + resets = <0x2 0x33 0x2 0x2b>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x3>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc8>; + }; + + ohci3-controller@5311400 { + compatible = "allwinner,sunxi-ohci3"; + reg = <0x0 0x5311400 0x0 0xfff 0x0 0x0 0x0 0x100 0x0 0x5100000 0x0 0x1000>; + interrupts = <0x0 0x21 0x4>; + clocks = <0x2 0x6e 0x2 0x69 0x2 0x6a>; + clock-names = "bus_hci", "ohci", "phy"; + resets = <0x2 0x2f 0x2 0x2b>; + reset-names = "hci", "phy"; + hci_ctrl_no = <0x3>; + drvvbus-supply = <0x62>; + status = "okay"; + phandle = <0xc9>; + }; + + hdmi@6000000 { + compatible = "allwinner,sunxi-hdmi"; + reg = <0x0 0x6000000 0x0 0x100000>; + interrupts = <0x0 0x3f 0x4>; + clocks = <0x2 0x79 0x2 0x75 0x2 0x76 0x2 0x78 0x2 0x8b 0x2 0x8a 0x2 0x7f>; + clock-names = "clk_bus_hdmi", "clk_hdmi", "clk_ddc", "clk_cec", "clk_bus_hdcp", "clk_hdcp", "clk_tcon_tv"; + resets = <0x2 0x37 0x2 0x36 0x2 0x41>; + reset-names = "rst_bus_sub", "rst_bus_main", "rst_bus_hdcp"; + assigned-clocks = <0x2 0x75 0x2 0x8a>; + assigned-clock-parents = <0x2 0xd 0x2 0x6>; + assigned-clock-rates = <0x0 0x0>; + status = "okay"; + hdmi_used = <0x1>; + aldo1-supply = <0x1d>; + dcdc1-supply = <0x63>; + hdmi_power_cnt = <0x2>; + hdmi_power0 = "aldo1"; + hdmi_power1 = "dcdc1"; + hdmi_hdcp_enable = <0x1>; + hdmi_hdcp22_enable = <0x1>; + hdmi_cts_compatibility = <0x0>; + hdmi_cec_support = <0x1>; + hdmi_cec_super_standby = <0x0>; + ddc_en_io_ctrl = <0x0>; + power_io_ctrl = <0x0>; + phandle = <0xca>; + }; + + interrupt-controller@7010320 { + compatible = "allwinner,sun8i-nmi"; + interrupt-controller; + #interrupt-cells = <0x2>; + reg = <0x0 0x7010320 0x0 0xc>; + interrupts = <0x0 0x67 0x4>; + pad-control-v1 = <0x7000208>; + phandle = <0xcb>; + }; + + boot_init_gpio { + device_type = "boot_init_gpio"; + status = "okay"; + gpio0 = <0x53 0x2 0xc 0x1 0xffffffff 0xffffffff 0x1>; + gpio1 = <0x53 0x2 0xd 0x1 0xffffffff 0xffffffff 0x0>; + }; + + s_cir@7040000 { + compatible = "allwinner,s_cir"; + reg = <0x0 0x7040000 0x0 0x400>; + interrupts = <0x0 0x6a 0x4>; + clocks = <0xd 0x8 0xa 0xd 0x7>; + clock-names = "bus", "pclk", "mclk"; + resets = <0xd 0x3>; + status = "okay"; + s_cir0_used = <0x1>; + pinctrl-names = "default", "sleep"; + pinctrl-0 = <0x64>; + pinctrl-1 = <0x65>; + ir_power_key_code0 = <0x40>; + ir_addr_code0 = <0xfe01>; + ir_power_key_code1 = <0x1a>; + ir_addr_code1 = <0xfb04>; + ir_power_key_code2 = <0xf2>; + ir_addr_code2 = <0x2992>; + ir_power_key_code3 = <0x57>; + ir_addr_code3 = <0x9f00>; + ir_power_key_code4 = <0xdc>; + ir_addr_code4 = <0x4cb3>; + ir_power_key_code5 = <0x18>; + ir_addr_code5 = <0xff00>; + ir_power_key_code6 = <0xdc>; + ir_addr_code6 = <0xdd22>; + ir_power_key_code7 = <0xd>; + ir_addr_code7 = <0xbc00>; + ir_power_key_code8 = <0x4d>; + ir_addr_code8 = <0x4040>; + wakeup-source; + phandle = <0xcc>; + }; + + rfkill { + compatible = "allwinner,sunxi-rfkill"; + status = "okay"; + chip_en; + power_en; + pinctrl-0; + pinctrl-names; + clocks; + phandle = <0xcd>; + + wlan { + compatible = "allwinner,sunxi-wlan"; + wlan_busnum = <0x1>; + wlan_power; + wlan_regon = <0x23 0x6 0x12 0x0>; + wlan_hostwake = <0x23 0x6 0xf 0x0>; + wakeup-source; + phandle = <0xce>; + }; + + bt { + compatible = "allwinner,sunxi-bt"; + bt_power; + bt_rst_n = <0x23 0x6 0x13 0x1>; + phandle = <0xcf>; + }; + }; + + addr_mgt { + compatible = "allwinner,sunxi-addr_mgt"; + status = "okay"; + type_addr_wifi = <0x0>; + type_addr_bt = <0x0>; + type_addr_eth = <0x0>; + phandle = <0xd0>; + }; + + btlpm { + compatible = "allwinner,sunxi-btlpm"; + status = "okay"; + uart_index = <0x1>; + bt_wake = <0x23 0x6 0x11 0x0>; + bt_hostwake = <0x23 0x6 0x10 0x0>; + wakeup-source; + phandle = <0xd1>; + }; + + card0_boot_para@2 { + reg = <0x0 0x2 0x0 0x0>; + device_type = "card0_boot_para"; + card_ctrl = <0x0>; + card_high_speed = <0x1>; + card_line = <0x4>; + pinctrl-0 = <0x1e>; + }; + + card2_boot_para@3 { + reg = <0x0 0x3 0x0 0x0>; + device_type = "card2_boot_para"; + card_ctrl = <0x2>; + card_high_speed = <0x1>; + card_line = <0x8>; + pinctrl-0 = <0x19 0x1a>; + sdc_ex_dly_used = <0x2>; + sdc_io_1v8 = <0x1>; + sdc_type = "tm4"; + }; + + pll_video2 { + #clock-cells = <0x0>; + compatible = "allwinner,pll-clock"; + lock-mode = "new"; + assigned-clocks = <0x66>; + clock-output-names = "pll_video2"; + phandle = <0x66>; + }; + + pll_de { + #clock-cells = <0x0>; + compatible = "allwinner,pll-clock"; + assigned-clocks = <0x67>; + assigned-clock-rates = <0x297c1e00>; + lock-mode = "new"; + clock-output-names = "pll_de"; + phandle = <0x67>; + }; + + de { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clock-parents = <0x67>; + assigned-clock-rates = <0x297c1e00>; + assigned-clocks = <0x68>; + clock-output-names = "de"; + phandle = <0x68>; + }; + + display_top { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + clock-output-names = "display_top"; + phandle = <0x70>; + }; + + tcon_lcd { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + clock-output-names = "tcon_lcd"; + phandle = <0x71>; + }; + + tcon_lcd1 { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + clock-output-names = "tcon_lcd1"; + phandle = <0x72>; + }; + + tcon_tv { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clock-parents = <0x66>; + assigned-clocks = <0x69>; + clock-output-names = "tcon_tv"; + phandle = <0x69>; + }; + + tcon_tv1 { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + clock-output-names = "tcon_tv1"; + phandle = <0x73>; + }; + + lvds { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + clock-output-names = "lvds"; + assigned-clocks = <0x6a>; + phandle = <0x6a>; + }; + + hdmi { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clock-parents = <0x66>; + assigned-clocks = <0x6b>; + clock-output-names = "hdmi"; + phandle = <0x6b>; + }; + + hdmi_slow { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clocks = <0x6c>; + clock-output-names = "hdmi_slow"; + phandle = <0x6c>; + }; + + hdmi_cec { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clocks = <0x6d>; + clock-output-names = "hdmi_cec"; + phandle = <0x6d>; + }; + + hdmi_hdcp { + #clock-cells = <0x0>; + compatible = "allwinner,periph-clock"; + assigned-clock-parents = <0x6e>; + assigned-clocks = <0x6f>; + clock-output-names = "hdmi_hdcp"; + phandle = <0x6f>; + }; + + pll_periph1 { + #clock-cells = <0x0>; + compatible = "allwinner,pll-clock"; + assigned-clocks = <0x6e>; + assigned-clock-rates = <0x23c34600>; + lock-mode = "new"; + clock-output-names = "pll_periph1"; + phandle = <0x6e>; + }; + + auto_print@54321 { + reg = <0x0 0x54321 0x0 0x0>; + device_type = "auto_print"; + status = "disabled"; + }; + }; + + uboot_disp@1000000 { + compatible = "allwinner,sunxi-disp"; + reg = <0x0 0x1000000 0x0 0x1400000 0x0 0x6510000 0x0 0x200 0x0 0x6511000 0x0 0x1000 0x0 0x6512000 0x0 0x1000 0x0 0x6515000 0x0 0x1000 0x0 0x6516000 0x0 0x1000>; + interrupts = <0x0 0x58 0x4 0x0 0x40 0x4 0x0 0x41 0x4 0x0 0x42 0x4 0x0 0x43 0x4>; + clocks = <0x68 0x70 0x71 0x72 0x69 0x73 0x6a>; + boot_disp = <0x0>; + fb_base = <0x0>; + phandle = <0xd2>; + }; + + uboot_hdmi@6000000 { + compatible = "allwinner,sunxi-hdmi"; + reg = <0x0 0x6000000 0x0 0x100000>; + interrupts = <0x0 0x3f 0x4>; + clocks = <0x6b 0x6c 0x6f 0x6d>; + phandle = <0xd3>; + }; + + thermal-zones { + + cpu_thermal_zone { + polling-delay-passive = <0x1f4>; + polling-delay = <0x3e8>; + thermal-sensors = <0x74 0x2>; + sustainable-power = <0x39f>; + + trips { + phandle = <0xd4>; + + trip-point@0 { + temperature = <0x11170>; + type = "passive"; + hysteresis = <0x0>; + phandle = <0xd5>; + }; + + trip-point@1 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x0>; + phandle = <0x75>; + }; + + cpu_crit@0 { + temperature = <0x1c138>; + type = "critical"; + hysteresis = <0x0>; + phandle = <0xd6>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x75>; + cooling-device = <0x76 0xffffffff 0xffffffff>; + contribution = <0x400>; + }; + + map1 { + trip = <0x75>; + cooling-device = <0x77 0xffffffff 0xffffffff>; + contribution = <0x400>; + }; + }; + }; + + ddr_thermal_zone { + polling-delay-passive = <0x0>; + polling-delay = <0x0>; + thermal-sensors = <0x74 0x3>; + }; + + gpu_thermal_zone { + polling-delay-passive = <0x1f4>; + polling-delay = <0x3e8>; + thermal-sensors = <0x74 0x0>; + sustainable-power = <0x44c>; + }; + + ve_thermal_zone { + polling-delay-passive = <0x0>; + polling-delay = <0x0>; + thermal-sensors = <0x74 0x1>; + }; + }; + + usb0-drvvvbus { + compatible = "regulator-fixed"; + regulator-name = "usb0-drvvbus"; + regulator-min-microvolt = <0x4c4b40>; + regulator-max-microvolt = <0x4c4b40>; + regulator-enable-ramp-delay = <0x3e8>; + gpio = <0x23 0x8 0x10 0x0>; + enable-active-high; + phandle = <0x62>; + }; + + box_start_os0 { + compatible = "allwinner,box_start_os"; + start_type = <0x1>; + irkey_used = <0x0>; + pmukey_used = <0x0>; + pmukey_num = <0x0>; + led_power = <0x0>; + led_state = <0x0>; + }; + + __symbols__ { + cpu0 = "/cpus/cpu@0"; + CPU_SLEEP = "/cpus/idle-states/cpu-sleep"; + cpu_opp_table = "/cpu-opp-table"; + dump_reg = "/dump-reg@20000"; + iosc = "/internal-osc-clk"; + dcxo24M = "/dcxo24M-clk"; + osc32k = "/osc32k-clk"; + gic = "/interrupt-controller@3021000"; + wakeupgen = "/interrupt-controller@0"; + reg_pio1_8 = "/pio-18"; + reg_pio3_3 = "/pio-33"; + dram = "/dram"; + soc = "/soc@3000000"; + disp = "/soc@3000000/disp@1000000"; + ve = "/soc@3000000/ve@1c0e000"; + ve1 = "/soc@3000000/ve1@1c0e000"; + g2d = "/soc@3000000/g2d@1480000"; + di = "/soc@3000000/deinterlace@1420000"; + gpu = "/soc@3000000/gpu@1800000"; + ipa_dvfs = "/soc@3000000/gpu@1800000/ipa_dvfs"; + lcd0 = "/soc@3000000/lcd0@1c0c000"; + tv0 = "/soc@3000000/tv0@6520000"; + ccu = "/soc@3000000/ccu@3001000"; + rtc_ccu = "/soc@3000000/rtc_ccu@7000000"; + rtc = "/soc@3000000/rtc@7000000"; + r_ccu = "/soc@3000000/r_ccu@7010000"; + dma = "/soc@3000000/dma-controller@3002000"; + sram_ctrl = "/soc@3000000/sram_ctrl@3000000"; + speedbin_efuse = "/soc@3000000/sid@3006000/speed@00"; + ths_calib = "/soc@3000000/sid@3006000/calib@14"; + tvout = "/soc@3000000/sid@3006000/tvout@2e"; + i_cpu_efuse = "/soc@3000000/sid@3006000/i-cpu@28"; + cryptoengine = "/soc@3000000/ce@1904000"; + soc_timer0 = "/soc@3000000/timer@3009000"; + wdt = "/soc@3000000/watchdog@30090a0"; + /*pwm = "/soc@3000000/pwm@300a000"; + pwm0 = "/soc@3000000/pwm0@300a010"; + pwm1 = "/soc@3000000/pwm1@300a011"; + pwm2 = "/soc@3000000/pwm2@300a012"; + pwm3 = "/soc@3000000/pwm3@300a013"; + pwm4 = "/soc@3000000/pwm4@300a014"; + pwm5 = "/soc@3000000/pwm5@300a015";*/ + ac200 = "/soc@3000000/ac200"; + pio = "/soc@3000000/pinctrl@300b000"; + uart0_ph_pins = "/soc@3000000/pinctrl@300b000/uart0-ph-pins"; + uart0_ph_sleep = "/soc@3000000/pinctrl@300b000/uart0-ph-sleep"; + sdc0_pins_a = "/soc@3000000/pinctrl@300b000/sdc0@0"; + sdc0_pins_b = "/soc@3000000/pinctrl@300b000/sdc0@1"; + sdc0_pins_c = "/soc@3000000/pinctrl@300b000/sdc0@2"; + sdc0_pins_d = "/soc@3000000/pinctrl@300b000/sdc0@3"; + sdc0_pins_e = "/soc@3000000/pinctrl@300b000/sdc0@4"; + sdc1_pins_a = "/soc@3000000/pinctrl@300b000/sdc1@0"; + sdc1_pins_b = "/soc@3000000/pinctrl@300b000/sdc1@1"; + sdc2_pins_a = "/soc@3000000/pinctrl@300b000/sdc2@0"; + sdc2_pins_b = "/soc@3000000/pinctrl@300b000/sdc2@1"; + sdc2_pins_c = "/soc@3000000/pinctrl@300b000/sdc2@2"; + nand0_pins_a = "/soc@3000000/pinctrl@300b000/nand0@0"; + nand0_pins_b = "/soc@3000000/pinctrl@300b000/nand0@1"; + nand0_pins_c = "/soc@3000000/pinctrl@300b000/nand0@2"; + uart1_ph_pins = "/soc@3000000/pinctrl@300b000/uart1-ph-pins"; + uart1_ph_sleep = "/soc@3000000/pinctrl@300b000/uart1-ph-sleep"; + uart2_ph_pins = "/soc@3000000/pinctrl@300b000/uart2-ph-pins"; + uart2_ph_sleep = "/soc@3000000/pinctrl@300b000/uart2-ph-sleep"; + uart5_ph_pins = "/soc@3000000/pinctrl@300b000/uart5-ph-pins"; + uart5_ph_sleep = "/soc@3000000/pinctrl@300b000/uart5-ph-sleep"; + s_cir0_pins_a = "/soc@3000000/pinctrl@300b000/s_cir0@0"; + s_cir0_pins_b = "/soc@3000000/pinctrl@300b000/s_cir0@1"; + twi0_pins_a = "/soc@3000000/pinctrl@300b000/twi0@0"; + twi0_pins_b = "/soc@3000000/pinctrl@300b000/twi0@1"; + twi1_pins_a = "/soc@3000000/pinctrl@300b000/twi1@0"; + twi1_pins_b = "/soc@3000000/pinctrl@300b000/twi1@1"; + twi2_pins_a = "/soc@3000000/pinctrl@300b000/twi2@0"; + twi2_pins_b = "/soc@3000000/pinctrl@300b000/twi2@1"; + twi3_pins_a = "/soc@3000000/pinctrl@300b000/twi3@0"; + twi3_pins_b = "/soc@3000000/pinctrl@300b000/twi3@1"; + twi4_pins_a = "/soc@3000000/pinctrl@300b000/twi4@0"; + twi4_pins_b = "/soc@3000000/pinctrl@300b000/twi4@1"; + spi0_pins_a = "/soc@3000000/pinctrl@300b000/spi0@0"; + spi0_pins_b = "/soc@3000000/pinctrl@300b000/spi0@1"; + spi0_pins_c = "/soc@3000000/pinctrl@300b000/spi0@2"; + spi1_pins_a = "/soc@3000000/pinctrl@300b000/spi1-pins-a"; + spi1_pins_b = "/soc@3000000/pinctrl@300b000/spi1-pins-b"; + spi1_cs0_pin = "/soc@3000000/pinctrl@300b000/spi1-cs0-pin"; + spi1_cs1_pin = "/soc@3000000/pinctrl@300b000/spi1-cs1-pin"; + gmac0_pins_a = "/soc@3000000/pinctrl@300b000/gmac0@0"; + gmac0_pins_b = "/soc@3000000/pinctrl@300b000/gmac0@1"; + gmac1_pins_a = "/soc@3000000/pinctrl@300b000/gmac1@0"; + gmac1_pins_b = "/soc@3000000/pinctrl@300b000/gmac1@1"; + //pwm5_pin_a = "/soc@3000000/pinctrl@300b000/pwm5@0"; + //pwm5_pin_b = "/soc@3000000/pinctrl@300b000/pwm5@1"; + spdif_pins_a = "/soc@3000000/pinctrl@300b000/spdif@0"; + spdif_pins_b = "/soc@3000000/pinctrl@300b000/spdif_sleep@0"; + ahub_daudio0_pins_a = "/soc@3000000/pinctrl@300b000/ahub_daudio0@0"; + ahub_daudio0_pins_b = "/soc@3000000/pinctrl@300b000/ahub_daudio0_sleep@0"; + ahub_daudio2_pins_a = "/soc@3000000/pinctrl@300b000/ahub_daudio2@0"; + ahub_daudio2_pins_b = "/soc@3000000/pinctrl@300b000/ahub_daudio2@1"; + ahub_daudio2_pins_c = "/soc@3000000/pinctrl@300b000/ahub_daudio2@2"; + ahub_daudio2_pins_d = "/soc@3000000/pinctrl@300b000/ahub_daudio2_sleep@0"; + ahub_daudio3_pins_a = "/soc@3000000/pinctrl@300b000/ahub_daudio3@0"; + ahub_daudio3_pins_b = "/soc@3000000/pinctrl@300b000/ahub_daudio3@1"; + ahub_daudio3_pins_c = "/soc@3000000/pinctrl@300b000/ahub_daudio3@2"; + ahub_daudio3_pins_d = "/soc@3000000/pinctrl@300b000/ahub_daudio3_sleep@0"; + standby_red = "/soc@3000000/pinctrl@300b000/standby@0"; + standby_blue = "/soc@3000000/pinctrl@300b000/standby@1"; + standby_bt = "/soc@3000000/pinctrl@300b000/standby@2"; + r_pio = "/soc@3000000/pinctrl@7022000"; + s_twi0_pins_a = "/soc@3000000/pinctrl@7022000/s_twi0@0"; + s_twi0_pins_b = "/soc@3000000/pinctrl@7022000/s_twi0@1"; + mmu_aw = "/soc@3000000/iommu@30f0000"; + sdc2 = "/soc@3000000/sdmmc@4022000"; + sdc0 = "/soc@3000000/sdmmc@4020000"; + sdc1 = "/soc@3000000/sdmmc@4021000"; + nand0 = "/soc@3000000/nand0@4011000"; + mbus0 = "/soc@3000000/mbus-controller@47fa000"; + /*uart0 = "/soc@3000000/uart@5000000"; + uart1 = "/soc@3000000/uart@5000400"; + uart2 = "/soc@3000000/uart@5000800"; + uart3 = "/soc@3000000/uart@5000c00"; + uart4 = "/soc@3000000/uart@5001000"; + uart5 = "/soc@3000000/uart@5001400"; + twi0 = "/soc@3000000/twi@5002000"; + twi1 = "/soc@3000000/twi@5002400"; + twi2 = "/soc@3000000/twi@5002800"; + twi3 = "/soc@3000000/twi@5002c00"; + twi4 = "/soc@3000000/twi@5003000"; + twi5 = "/soc@3000000/twi@7081400";*/ + pmu0 = "/soc@3000000/twi@7081400/pmu"; + standby_param = "/soc@3000000/twi@7081400/pmu/standby_param"; + reg_dcdc1 = "/soc@3000000/twi@7081400/pmu/regulators/dcdc1"; + reg_dcdc2 = "/soc@3000000/twi@7081400/pmu/regulators/dcdc2"; + reg_dcdc3 = "/soc@3000000/twi@7081400/pmu/regulators/dcdc3"; + reg_aldo1 = "/soc@3000000/twi@7081400/pmu/regulators/ldo1"; + reg_dldo1 = "/soc@3000000/twi@7081400/pmu/regulators/ldo2"; + /*spi0 = "/soc@3000000/spi@5010000"; + spi1 = "/soc@3000000/spi@5011000";*/ + ths = "/soc@3000000/thermal-sensor@5070400"; + gpadc = "/soc@3000000/gpadc@5070000"; + keyboard = "/soc@3000000/keyboard@5070800"; + codec = "/soc@3000000/codec@5096000"; + codec_plat = "/soc@3000000/codec_plat"; + codec_mach = "/soc@3000000/codec_mach"; + spdif_plat = "/soc@3000000/spdif_plat@5093000"; + spdif_mach = "/soc@3000000/spdif_mach"; + ahub_dam_plat = "/soc@3000000/ahub_dam_plat@5097000"; + ahub_dam_mach = "/soc@3000000/ahub_dam_mach"; + ahub0_plat = "/soc@3000000/ahub0_plat"; + ahub1_plat = "/soc@3000000/ahub1_plat"; + ahub2_plat = "/soc@3000000/ahub2_plat"; + ahub3_plat = "/soc@3000000/ahub3_plat"; + ahub0_mach = "/soc@3000000/ahub0_mach"; + ahub0_cpu = "/soc@3000000/ahub0_mach/soundcard-mach,cpu"; + ahub0_codec = "/soc@3000000/ahub0_mach/soundcard-mach,codec"; + ahub1_mach = "/soc@3000000/ahub1_mach"; + ahub1_cpu = "/soc@3000000/ahub1_mach/soundcard-mach,cpu"; + ahub1_codec = "/soc@3000000/ahub1_mach/soundcard-mach,codec"; + ahub2_mach = "/soc@3000000/ahub2_mach"; + ahub2_cpu = "/soc@3000000/ahub2_mach/soundcard-mach,cpu"; + ahub2_codec = "/soc@3000000/ahub2_mach/soundcard-mach,codec"; + ahub3_mach = "/soc@3000000/ahub3_mach"; + ahub3_cpu = "/soc@3000000/ahub3_mach/soundcard-mach,cpu"; + ahub3_codec = "/soc@3000000/ahub3_mach/soundcard-mach,codec"; + spdif = "/soc@3000000/spdif@5094000"; + soundspdif = "/soc@3000000/soundspdif"; + dmic = "/soc@3000000/dmic@5095000"; + dmic_codec = "/soc@3000000/dmic_codec"; + sounddmic = "/soc@3000000/sounddmic"; + gpio_para = "/soc@3000000/gpio_para"; + gmac0 = "/soc@3000000/eth@5020000"; + gmac1 = "/soc@3000000/eth@5030000"; + usbc0 = "/soc@3000000/usbc0@0"; + udc = "/soc@3000000/udc-controller@5100000"; + ehci0 = "/soc@3000000/ehci0-controller@5101000"; + ohci0 = "/soc@3000000/ohci0-controller@5101400"; + usbc1 = "/soc@3000000/usbc1@0"; + ehci1 = "/soc@3000000/ehci1-controller@5200000"; + ohci1 = "/soc@3000000/ohci1-controller@5200400"; + usbc2 = "/soc@3000000/usbc2@0"; + ehci2 = "/soc@3000000/ehci2-controller@5310000"; + ohci2 = "/soc@3000000/ohci2-controller@5310400"; + usbc3 = "/soc@3000000/usbc3@0"; + ehci3 = "/soc@3000000/ehci3-controller@5311000"; + ohci3 = "/soc@3000000/ohci3-controller@5311400"; + hdmi = "/soc@3000000/hdmi@6000000"; + nmi_intc = "/soc@3000000/interrupt-controller@7010320"; + s_cir0 = "/soc@3000000/s_cir@7040000"; + rfkill = "/soc@3000000/rfkill"; + wlan = "/soc@3000000/rfkill/wlan"; + bt = "/soc@3000000/rfkill/bt"; + addr_mgt = "/soc@3000000/addr_mgt"; + btlpm = "/soc@3000000/btlpm"; + clk_pll_video2 = "/soc@3000000/pll_video2"; + clk_pll_de = "/soc@3000000/pll_de"; + clk_de = "/soc@3000000/de"; + clk_display_top = "/soc@3000000/display_top"; + clk_tcon_lcd = "/soc@3000000/tcon_lcd"; + clk_tcon_lcd1 = "/soc@3000000/tcon_lcd1"; + clk_tcon_tv = "/soc@3000000/tcon_tv"; + clk_tcon_tv1 = "/soc@3000000/tcon_tv1"; + clk_lvds = "/soc@3000000/lvds"; + clk_hdmi = "/soc@3000000/hdmi"; + clk_hdmi_slow = "/soc@3000000/hdmi_slow"; + clk_hdmi_cec = "/soc@3000000/hdmi_cec"; + clk_hdmi_hdcp = "/soc@3000000/hdmi_hdcp"; + clk_pll_periph1 = "/soc@3000000/pll_periph1"; + uboot_disp = "/uboot_disp@1000000"; + uboot_hdmi = "/uboot_hdmi@6000000"; + cpu_trips = "/thermal-zones/cpu_thermal_zone/trips"; + cpu_threshold = "/thermal-zones/cpu_thermal_zone/trips/trip-point@0"; + cpu_target = "/thermal-zones/cpu_thermal_zone/trips/trip-point@1"; + cpu_crit = "/thermal-zones/cpu_thermal_zone/trips/cpu_crit@0"; + usb0_drvvbus = "/usb0-drvvvbus"; + }; +}; diff --git a/external/packages/pack-uboot/sun50iw9/bin/sys_config/sys_config_orangepizero3plus.fex b/external/packages/pack-uboot/sun50iw9/bin/sys_config/sys_config_orangepizero3plus.fex new file mode 100755 index 000000000000..c2a4ae51dcda --- /dev/null +++ b/external/packages/pack-uboot/sun50iw9/bin/sys_config/sys_config_orangepizero3plus.fex @@ -0,0 +1,845 @@ +;sunxi platform application +;--------------------------------------------------------------------------------------------------------- +; 说明: 脚本中的字符串区分大小写,用户可以修改"="后面的数值,但是不要修改前面的字符串 +; 描述gpio的形式:Port:端口+组内序号<功能分配><内部电阻状态><驱动能力><输出电平状态> +;--------------------------------------------------------------------------------------------------------- + +[product] +version = "100" +machine = "orangepizero3" + +[platform] +eraseflag = 1 +debug_mode = 3 + +;---------------------------------------------------------------------------------- +;[target] system bootup configuration +;boot_clock = CPU boot frequency, Unit: MHz +;storage_type = boot medium, 0-nand, 1-card0, 2-card2, -1(defualt)auto scan +;advert_enable = 0-close advert logo 1-open advert logo (只有多核启动下有效) +;---------------------------------------------------------------------------------- +[target] +boot_clock = 1008 +storage_type = -1 +advert_enable = 0 +burn_key = 1 +dragonboard_test= 0 + +;---------------------------------------------------------------------------------- +; system configuration +; ? +;dcdc2_vol ---set dcdc2 voltage,mV,500-1200,10mV/step +; 1220-1540,20mV/step +;aldo1_vol ---set aldo1 voltage,mV,500-3500,100mV/step +;dldo1_vol ---set dldo1 voltage,mV,500-3500,100mV/step +;---------------------------------------------------------------------------------- +[power_sply] +dcdc2_vol = 1001000 +aldo1_vol = 1001800 +dldo1_vol = 1003300 +cldo1_vol = 1001800 + +[axp1530_power_sply] +dcdc2_vol = 1001000 +aldo1_vol = 1001800 +dldo1_vol = 1003300 +cldo1_vol = 1001800 + +[axp806_power_sply] +dcdce_vol = 1003300 +;dcdcd_vol = 1001110 +aldo1_vol = 1003300 +bldo1_vol = 1001800 +bldo2_vol = 1001800 +cldo1_vol = 1001800 + +[card_boot] +logical_start = 40960 +sprite_gpio0 = + +;---------------------------------------------------------------------------------- +; ir_boot_recovery_used : 1: used this function 0: not used +; ir_work_mode : 模式选择 +; 0: 刷机, +; 1: 一键恢复(uboot阶段), +; 2: 安卓recovery, +; 3: 安卓恢复出厂设置. +; 如果不设置,默认为安卓recovery . +; ir_press_times : ir遥控器连续按几次才生效,如果不设置默认为按1次生效 +; ir_detect_time : ir遥控检测时间,单位:ms,如果不设置默认为3000ms +; ir_key_no_duplicate : ir遥控按键是否可重复,0:可重复(默认),1:不可重复; +; 不可重复表示一个按键无论被按下几次,都只算ir_press_times的一次; +; 不可重复的应用场景为组合按键功能,如:交替按下'菜单键'和'音量-键'进入安卓recovery. +; ir_recovery_key_code0 : ir check key code +; ir_addr_code0 : ir key addr +; you can increase ir support num, like: +; ir_recovery_key_code1, or 2, 3, but limit to 16 +;---------------------------------------------------------------------------------- + +[ir_boot_recovery] +ir_boot_recovery_used = 1 +ir_work_mode = 1 +ir_press_times = 2 +ir_detect_time = 1 +ir_key_no_duplicate = 0 +ir_recovery_key_code0 = 0x11 +ir_addr_code0 = 0xfe01 +ir_recovery_key_code1 = 0x19 +ir_addr_code1 = 0xfe01 +ir_recovery_key_code2 = 0x4c +ir_addr_code2 = 0xfe01 +ir_recovery_key_code3 = 0x00 +ir_addr_code3 = 0xfe01 + + +;---------------------------------------------------------------------------------- +; recovery_key_used : 模块使能端, 1:开启,0:关闭 +; press_mode_enable : 长短按模式使能,1:开启,0:关闭 +; a)如果开启了该模式,则key_work_mode失效,short_press_mode和long_press_mode生>效, + ; recovery按键可以通过长按和短按来触发两种不同的模式; +; b)如果关闭了该模式,则key_work_mode生效,recovery按键只能触发一种模式. +; key_work_mode : 模式选择 +; 0: 刷机, +; 1: 一键恢复(uboot阶段), +; 2: 安卓recovery, +; 3: 安卓恢复出厂设置. +; 如果不设置,模式为安卓recovery. +; short_press_mode : 长按触发的模式,选项同上. +; long_press_mode : 短按触发的模式,选项同上. +; key_press_time : 定义长按的时间,单位:毫秒. +; recovery_key : 按键配置. +;---------------------------------------------------------------------------------- +[key_boot_recovery] +recovery_key_used = 1 +press_mode_enable = 0 +key_work_mode = 0 +short_press_mode = 0 +long_press_mode = 1 +key_press_time = 2000 +recovery_key = + + +;--------------------------------------------------------------------------------------------------------- +; if 1 == standby_mode, then support super standby; +; else, support normal standby. +;--------------------------------------------------------------------------------------------------------- +[pm_para] +standby_mode = 1 + +[card0_boot_para] +card_ctrl = 0 +card_high_speed = 1 +card_line = 4 +sdc_d1 = port:PF0<2><1><3> +sdc_d0 = port:PF1<2><1><3> +sdc_clk = port:PF2<2><1><3> +sdc_cmd = port:PF3<2><1><3> +sdc_d3 = port:PF4<2><1><3> +sdc_d2 = port:PF5<2><1><3> +;sdc_type = "tm1" + +[card2_boot_para] +card_ctrl = 2 +card_high_speed = 1 +card_line = 8 +sdc_clk = port:PC5<3><1><3> +sdc_cmd = port:PC6<3><1><3> +sdc_d0 = port:PC10<3><1><3> +sdc_d1 = port:PC13<3><1><3> +sdc_d2 = port:PC15<3><1><3> +sdc_d3 = port:PC8<3><1><3> +sdc_d4 = port:PC9<3><1><3> +sdc_d5 = port:PC11<3><1><3> +sdc_d6 = port:PC14<3><1><3> +sdc_d7 = port:PC16<3><1><3> +sdc_emmc_rst = port:PC1<3><1><3> +sdc_ds = port:PC0<3><2><3> +sdc_ex_dly_used = 2 +sdc_io_1v8 = 1 +;sdc_dis_host_caps = 0x100 +;sdc_type = "tm4" + +[gpio_bias] +pc_bias = 1800 + +[twi_para] +twi_port = 0 +twi_scl = port:PH14<2> +twi_sda = port:PH15<2> + +[auto_print] +auto_print_used = 1 + +[uart_para] +uart_debug_port = 0 +uart_debug_tx = port:PH00<2><1> +uart_debug_rx = port:PH01<2><1> + +[jtag_para] +jtag_enable = 0 +jtag_ms = port:PH9<3> +jtag_ck = port:PH10<3> +jtag_do = port:PH11<3> +jtag_di = port:PH12<3> + +[clock] +pll4 = 300 +pll6 = 600 +pll8 = 360 +pll9 = 297 +pll10 = 264 + +;***************************************************************************** +; +;dram select configuration +; +;select_mode : dram模式选择, 0:不进行自动识别 +; 1:gpio识别模式(dram_para, dram_para1-15, 共16组有效) +; 2:gpadc识别模式(dram_para, dram_para1-7, 共8组有效) +; 3:1个IO+gpadc识别模式(dram_para, dram_para1-15, 共16组有效)。其中IO配置优先级按select_gpio0>select_gpio1>select_gpio2>select_gpio3 +;gpadc_channel : 选择gpadc通道 有效值(0-3) +;select_gpio1-4 : 选择gpio pin +;***************************************************************************** + + +[dram_select_para] +select_mode = 0 +gpadc_channel = 1 +select_gpio0 = +select_gpio1 = +select_gpio2 = +select_gpio3 = + +;***************************************************************************** +;sdram configuration +; +;***************************************************************************** +[dram_para] +dram_clk = 792 +dram_type = 8 +dram_dx_odt = 0x07070707 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 0xaaaaeeee +dram_para1 = 0x30fa +dram_para2 = 0x0000 +dram_mr0 = 0x0 +dram_mr1 = 0x34 +dram_mr2 = 0x1b +dram_mr3 = 0x33 +dram_mr4 = 0x3 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x4 +dram_mr12 = 0x72 +dram_mr13 = 0x0 +dram_mr14 = 0x9 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x24 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x35808080 +dram_tpr10 = 0x402f6663 +dram_tpr11 = 0x36363535 +dram_tpr12 = 0x10101110 +dram_tpr13 = 0x2080C60 + +[dram_para1] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para2] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para3] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para4] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para5] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para6] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para7] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para8] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para9] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para10] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para11] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para12] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para13] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para14] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para15] + +dram_clk = 720 +dram_type = 3 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 1 +dram_para1 = 0x30FA +dram_para2 = 0x1000 +dram_mr0 = 0x840 +dram_mr1 = 0x4 +dram_mr2 = 0x8 +dram_mr3 = 0x0 +dram_mr4 = 0x0 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x0 +dram_mr12 = 0x0 +dram_mr13 = 0x0 +dram_mr14 = 0x0 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x0 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x33808080 +dram_tpr10 = 0x00f83438 +dram_tpr11 = 0x0 +dram_tpr12 = 0x0 +dram_tpr13 = 0x40 + +[dram_para16] +dram_clk = 792 +dram_type = 8 +dram_dx_odt = 0x07070707 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x0e0e +dram_odt_en = 0xaaaaeeee +dram_para1 = 0x30fa +dram_para2 = 0x0000 +dram_mr0 = 0x0 +dram_mr1 = 0x34 +dram_mr2 = 0x1b +dram_mr3 = 0x33 +dram_mr4 = 0x3 +dram_mr5 = 0x0 +dram_mr6 = 0x0 +dram_mr11 = 0x4 +dram_mr12 = 0x72 +dram_mr13 = 0x0 +dram_mr14 = 0x9 +dram_mr16 = 0x0 +dram_mr17 = 0x0 +dram_mr22 = 0x24 +dram_tpr0 = 0x0 +dram_tpr1 = 0x0 +dram_tpr2 = 0x0 +dram_tpr3 = 0x0 +dram_tpr6 = 0x35808080 +dram_tpr10 = 0x402f6663 +dram_tpr11 = 0x36363535 +dram_tpr12 = 0x10101110 +dram_tpr13 = 0x2080C60 + +;---------------------------------------------------------------------------------- +;os life cycle para configuration +;---------------------------------------------------------------------------------- + +;---------------------------------------------------------------------------------- +;uart configuration +;uart_type --- 2 (2 wire), 4 (4 wire), 8 (8 wire, full function) +;---------------------------------------------------------------------------------- +[uart0] +uart0_used = 1 +uart0_port = 0 +uart0_type = 2 +uart0_tx = port:PH00<2><1> +uart0_rx = port:PH01<2><1> + +[nand0_para] +nand0_support_2ch = 0 + +nand0_used = 0 +nand0_we = port:PC00<2><0><1> +nand0_ale = port:PC01<2><0><1> +nand0_cle = port:PC02<2><0><1> +nand0_ce0 = port:PC03<2><1><1> +nand0_nre = port:PC04<2><0><1> +nand0_rb0 = port:PC05<2><1><1> +nand0_d0 = port:PC06<2><0><1> +nand0_d1 = port:PC07<2><0><1> +nand0_d2 = port:PC08<2><0><1> +nand0_d3 = port:PC09<2><0><1> +nand0_d4 = port:PC10<2><0><1> +nand0_d5 = port:PC11<2><0><1> +nand0_d6 = port:PC12<2><0><1> +nand0_d7 = port:PC13<2><0><1> +nand0_ndqs = port:PC14<2><0><1> +nand0_ce1 = port:PC15<2><1><1> +nand0_rb1 = port:PC16<2><1><1> + +nand0_regulator1 = "vcc-nand" +nand0_regulator2 = "none" +nand0_cache_level = 0x55aaaa55 +nand0_flush_cache_num = 0x55aaaa55 +nand0_capacity_level = 0x55aaaa55 +nand0_id_number_ctl = 0x55aaaa55 +nand0_print_level = 0x55aaaa55 +nand0_p0 = 0x55aaaa55 +nand0_p1 = 0x55aaaa55 +nand0_p2 = 0x55aaaa55 +nand0_p3 = 0x55aaaa55 + +[secure] +dram_region_mbytes = 80 +drm_region_mbytes = 0 +drm_region_start_mbytes = 0 diff --git a/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard.fex b/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard.fex new file mode 100644 index 000000000000..28670ea24c63 Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard_a733.fex b/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard_a733.fex new file mode 100644 index 000000000000..6744531a61eb Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/boot0_sdcard_a733.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/boot0_spinor_a733.fex b/external/packages/pack-uboot/sun60iw2/bin/boot0_spinor_a733.fex new file mode 100644 index 000000000000..ff76c54f700b Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/boot0_spinor_a733.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/boot_package.cfg b/external/packages/pack-uboot/sun60iw2/bin/boot_package.cfg new file mode 100755 index 000000000000..d6523f581207 --- /dev/null +++ b/external/packages/pack-uboot/sun60iw2/bin/boot_package.cfg @@ -0,0 +1,6 @@ +[package] +;item=Item_TOC_name, Item_filename, +item=u-boot, u-boot.fex +item=monitor, monitor.fex +item=scp, scp.fex +;item=optee, optee.fex diff --git a/external/packages/pack-uboot/sun60iw2/bin/boot_package_a733_nvme.fex b/external/packages/pack-uboot/sun60iw2/bin/boot_package_a733_nvme.fex new file mode 100644 index 000000000000..520137281f56 Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/boot_package_a733_nvme.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/dts/u-boot-current.dts b/external/packages/pack-uboot/sun60iw2/bin/dts/u-boot-current.dts new file mode 100644 index 000000000000..9fa2c684fd15 --- /dev/null +++ b/external/packages/pack-uboot/sun60iw2/bin/dts/u-boot-current.dts @@ -0,0 +1,9005 @@ +/dts-v1/; + +/ { + model = "sun60iw2"; + interrupt-parent = <0x01>; + #address-cells = <0x02>; + #size-cells = <0x02>; + board = "T736\0T736-DEMO-AIOT"; + compatible = "allwinner,t736\0arm,sun60iw2p1"; + + vf_mapping_table { + vf-version = "V0.31"; + table = <0x00 0x00 0x01 0x100 0x02 0x200>; + phandle = <0x14b>; + }; + + cluster0-opp-table { + compatible = "allwinner,sun50i-operating-points"; + opp-shared; + phandle = <0x06>; + + opp@408000000 { + opp-hz = <0x00 0x18519600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@720000000 { + opp-hz = <0x00 0x2aea5400>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@792000000 { + opp-hz = <0x00 0x2f34f600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1008000000 { + opp-hz = <0x00 0x3c14dc00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1104000000 { + opp-hz = <0x00 0x41cdb400>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1200000000 { + opp-hz = <0x00 0x47868c00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0xcf850>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1296000000 { + opp-hz = <0x00 0x4d3f6400>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xdbba0>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1392000000 { + opp-hz = <0x00 0x52f83c00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xe7ef0>; + opp-microvolt-vf0200 = <0xcf850>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1416000000 { + opp-hz = <0x00 0x54667200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1512000000 { + opp-hz = <0x00 0x5a1f4a00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xf4240>; + opp-microvolt-vf0200 = <0xdbba0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1608000000 { + opp-hz = <0x00 0x5fd82200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xdbba0>; + opp-microvolt-vf0100 = <0x100590>; + opp-microvolt-vf0200 = <0xe7ef0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1704000000 { + opp-hz = <0x00 0x6590fa00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0xf4240>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1800000000 { + opp-hz = <0x00 0x6b49d200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xf4240>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x100590>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@416000000 { + opp-hz = <0x00 0x18cba800>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@728000000 { + opp-hz = <0x00 0x2b646600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@780000000 { + opp-hz = <0x00 0x2e7ddb00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1014000000 { + opp-hz = <0x00 0x3c706980>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1092000000 { + opp-hz = <0x00 0x41169900>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1196000000 { + opp-hz = <0x00 0x47498300>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xcf850>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1300000000 { + opp-hz = <0x00 0x4d7c6d00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xdbba0>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1404000000 { + opp-hz = <0x00 0x53af5700>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xe7ef0>; + opp-microvolt-26m-vf0200 = <0xcf850>; + }; + + opp@1508000000 { + opp-hz = <0x00 0x59e24100>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xf4240>; + opp-microvolt-26m-vf0200 = <0xdbba0>; + }; + + opp@1586000000 { + opp-hz = <0x00 0x5e887080>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xdbba0>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1612000000 { + opp-hz = <0x00 0x60152b00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x100590>; + opp-microvolt-26m-vf0200 = <0xe7ef0>; + }; + + opp@1716000000 { + opp-hz = <0x00 0x66481500>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0xf4240>; + }; + + opp@1794000000 { + opp-hz = <0x00 0x6aee4480>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xf4240>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x100590>; + }; + }; + + cluster1-opp-table { + compatible = "allwinner,sun50i-operating-points"; + opp-shared; + phandle = <0x08>; + + opp@408000000 { + opp-hz = <0x00 0x18519600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@720000000 { + opp-hz = <0x00 0x2aea5400>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@792000000 { + opp-hz = <0x00 0x2f34f600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1008000000 { + opp-hz = <0x00 0x3c14dc00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1200000000 { + opp-hz = <0x00 0x47868c00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1296000000 { + opp-hz = <0x00 0x4d3f6400>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1392000000 { + opp-hz = <0x00 0x52f83c00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0xcf850>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1512000000 { + opp-hz = <0x00 0x5a1f4a00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0xdbba0>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1608000000 { + opp-hz = <0x00 0x5fd82200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xcf850>; + opp-microvolt-vf0100 = <0xe7ef0>; + opp-microvolt-vf0200 = <0xcf850>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1704000000 { + opp-hz = <0x00 0x6590fa00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xdbba0>; + opp-microvolt-vf0100 = <0xf4240>; + opp-microvolt-vf0200 = <0xdbba0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1800000000 { + opp-hz = <0x00 0x6b49d200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xe7ef0>; + opp-microvolt-vf0100 = <0x100590>; + opp-microvolt-vf0200 = <0xe7ef0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1896000000 { + opp-hz = <0x00 0x7102aa00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0xf4240>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1920000000 { + opp-hz = <0x00 0x7270e000>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0xf4240>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1992000000 { + opp-hz = <0x00 0x76bb8200>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x100590>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x100590>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@416000000 { + opp-hz = <0x00 0x18cba800>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@728000000 { + opp-hz = <0x00 0x2b646600>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@780000000 { + opp-hz = <0x00 0x2e7ddb00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1014000000 { + opp-hz = <0x00 0x3c706980>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1196000000 { + opp-hz = <0x00 0x47498300>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1300000000 { + opp-hz = <0x00 0x4d7c6d00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1404000000 { + opp-hz = <0x00 0x53af5700>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xcf850>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1508000000 { + opp-hz = <0x00 0x59e24100>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xdbba0>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1586000000 { + opp-hz = <0x00 0x5e887080>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xcf850>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1612000000 { + opp-hz = <0x00 0x60152b00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xe7ef0>; + opp-microvolt-26m-vf0200 = <0xcf850>; + }; + + opp@1690000000 { + opp-hz = <0x00 0x64bb5a80>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xdbba0>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1716000000 { + opp-hz = <0x00 0x66481500>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xf4240>; + opp-microvolt-26m-vf0200 = <0xdbba0>; + }; + + opp@1794000000 { + opp-hz = <0x00 0x6aee4480>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xe7ef0>; + opp-microvolt-26m-vf0100 = <0x100590>; + opp-microvolt-26m-vf0200 = <0xe7ef0>; + }; + + opp@1898000000 { + opp-hz = <0x00 0x71212e80>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xf4240>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0xf4240>; + }; + + opp@1976000000 { + opp-hz = <0x00 0x75c75e00>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x100590>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@2002000000 { + opp-hz = <0x00 0x77541880>; + clock-latency-ns = <0x3b9b0>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x100590>; + }; + }; + + dsu-opp-table { + compatible = "allwinner,dsu-operating-points"; + phandle = <0x14>; + + opp@288000000 { + opp-hz = <0x00 0x112a8800>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@312000000 { + opp-hz = <0x00 0x1298be00>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@528000000 { + opp-hz = <0x00 0x1f78a400>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@600000000 { + opp-hz = <0x00 0x23c34600>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@744000000 { + opp-hz = <0x00 0x2c588a00>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@792000000 { + opp-hz = <0x00 0x2f34f600>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@840000000 { + opp-hz = <0x00 0x32116200>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@888000000 { + opp-hz = <0x00 0x34edce00>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@912000000 { + opp-hz = <0x00 0x365c0400>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xcf850>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@984000000 { + opp-hz = <0x00 0x3aa6a600>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xdbba0>; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1032000000 { + opp-hz = <0x00 0x3d831200>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1056000000 { + opp-hz = <0x00 0x3ef14800>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0xe7ef0>; + opp-microvolt-vf0200 = <0xcf850>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1152000000 { + opp-hz = <0x00 0x44aa2000>; + opp-microvolt-vf0000 = <0xdbba0>; + opp-microvolt-vf0100 = <0xf4240>; + opp-microvolt-vf0200 = <0xdbba0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1200000000 { + opp-hz = <0x00 0x47868c00>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x100590>; + opp-microvolt-vf0200 = <0xe7ef0>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1224000000 { + opp-hz = <0x00 0x48f4c200>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0xf4240>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1248000000 { + opp-hz = <0x00 0x4a62f800>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x100590>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0xf4240>; + }; + + opp@1296000000 { + opp-hz = <0x00 0x4d3f6400>; + opp-microvolt-vf0000 = <0xf4240>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@546000000 { + opp-hz = <0x00 0x208b4c80>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@598000000 { + opp-hz = <0x00 0x23a4c180>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@780000000 { + opp-hz = <0x00 0x2e7ddb00>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@832000000 { + opp-hz = <0x00 0x31975000>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = "\0\f5"; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@910000000 { + opp-hz = <0x00 0x363d7f80>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xcf850>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@988000000 { + opp-hz = <0x00 0x3ae3af00>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xdbba0>; + opp-microvolt-26m-vf0200 = "\0\f5"; + }; + + opp@1066000000 { + opp-hz = <0x00 0x3f89de80>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0100 = <0xe7ef0>; + opp-microvolt-26m-vf0200 = <0xcf850>; + }; + + opp@1144000000 { + opp-hz = <0x00 0x44300e00>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0xf4240>; + opp-microvolt-26m-vf0200 = <0xdbba0>; + }; + + opp@1196000000 { + opp-hz = <0x00 0x47498300>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xdbba0>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + + opp@1222000000 { + opp-hz = <0x00 0x48d63d80>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x100590>; + opp-microvolt-26m-vf0200 = <0xe7ef0>; + }; + + opp@1274000000 { + opp-hz = <0x00 0x4befb280>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0x00>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x100590>; + }; + + opp@1352000000 { + opp-hz = <0x00 0x5095e200>; + opp-microvolt-vf0000 = <0x00>; + opp-microvolt-vf0100 = <0x00>; + opp-microvolt-vf0200 = <0x00>; + opp-microvolt-26m-vf0000 = <0xf4240>; + opp-microvolt-26m-vf0100 = <0x00>; + opp-microvolt-26m-vf0200 = <0x00>; + }; + }; + + npu-opp-table { + compatible = "allwinner,npu-operating-points"; + phandle = <0xa8>; + + opp-492 { + opp-hz = <0x00 0x1d535300>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-vf0201 = "\0\f5"; + opp-microvolt-vf0202 = "\0\f5"; + opp-microvolt-vf0203 = "\0\f5"; + opp-microvolt-vf0204 = "\0\f5"; + opp-microvolt-vf0205 = "\0\f5"; + opp-microvolt-vf0206 = "\0\f5"; + opp-microvolt-vf0300 = "\0\f5"; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0201 = "\0\f5"; + opp-microvolt-26m-vf0202 = "\0\f5"; + opp-microvolt-26m-vf0203 = "\0\f5"; + opp-microvolt-26m-vf0204 = "\0\f5"; + opp-microvolt-26m-vf0205 = "\0\f5"; + opp-microvolt-26m-vf0206 = "\0\f5"; + opp-microvolt-26m-vf0300 = "\0\f5"; + phandle = <0x14c>; + }; + + opp-852 { + opp-hz = <0x00 0x32c87d00>; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-vf0201 = "\0\f5"; + opp-microvolt-vf0202 = <0xd6d80>; + opp-microvolt-vf0203 = <0xd6d80>; + opp-microvolt-vf0204 = <0xd6d80>; + opp-microvolt-26m-vf0000 = "\0\f5"; + opp-microvolt-26m-vf0200 = "\0\f5"; + opp-microvolt-26m-vf0201 = "\0\f5"; + opp-microvolt-26m-vf0202 = <0xd6d80>; + opp-microvolt-26m-vf0203 = <0xd6d80>; + opp-microvolt-26m-vf0204 = "\0\f5"; + phandle = <0x14d>; + }; + + opp-1008 { + opp-hz = <0x00 0x3c14dc00>; + opp-microvolt-vf0000 = <0xea600>; + opp-microvolt-vf0202 = <0xfb770>; + opp-microvolt-vf0203 = <0xfb770>; + opp-microvolt-vf0204 = <0xf4240>; + opp-microvolt-vf0205 = <0xea600>; + opp-microvolt-vf0206 = <0xdbba0>; + opp-microvolt-vf0300 = <0xdbba0>; + opp-microvolt-26m-vf0000 = <0xea600>; + opp-microvolt-26m-vf0202 = <0xfb770>; + opp-microvolt-26m-vf0203 = <0xfb770>; + opp-microvolt-26m-vf0204 = <0xf4240>; + opp-microvolt-26m-vf0205 = <0xea600>; + opp-microvolt-26m-vf0206 = <0xdbba0>; + opp-microvolt-26m-vf0300 = <0xdbba0>; + phandle = <0x14e>; + }; + + opp-1120 { + opp-hz = <0x00 0x42c1d800>; + opp-microvolt-vf0205 = <0x107ac0>; + opp-microvolt-vf0206 = <0xfde80>; + opp-microvolt-vf0300 = <0xfde80>; + opp-microvolt-26m-vf0205 = <0x107ac0>; + opp-microvolt-26m-vf0206 = <0xfde80>; + opp-microvolt-26m-vf0300 = <0xfde80>; + phandle = <0x14f>; + }; + }; + + ve-opp-table { + compatible = "allwinner,ve-operating-points"; + phandle = <0x28>; + + opp-vf0000 { + opp-hz-0 = <0x00 0x25317c00>; + opp-microvolt-0 = "\0\f5"; + }; + + opp-vf0100 { + opp-hz-0 = <0x00 0x25317c00>; + opp-microvolt-0 = "\0\f5"; + }; + + opp-vf0101 { + opp-hz-0 = <0x00 0x25317c00>; + opp-microvolt-0 = "\0\f5"; + }; + + opp-vf0200 { + opp-hz-0 = <0x00 0x25317c00>; + opp-microvolt-0 = "\0\f5"; + }; + + opp-vf0201 { + opp-hz-0 = <0x00 0x25317c00>; + opp-microvolt-0 = "\0\f5"; + }; + }; + + aliases { + serial0 = "/soc@3000000/uart@2500000"; + serial1 = "/soc@3000000/uart@2501000"; + serial2 = "/soc@3000000/uart@2502000"; + serial3 = "/soc@3000000/uart@2503000"; + serial4 = "/soc@3000000/uart@2504000"; + serial5 = "/soc@3000000/uart@2505000"; + serial6 = "/soc@3000000/uart@2506000"; + serial7 = "/soc@3000000/uart@7080000"; + serial8 = "/soc@3000000/uart@7081000"; + ethernet0 = "/soc@3000000/ethernet@4500000"; + ethernet1 = "/soc@3000000/ethernet@4510000"; + sunxi-mmc0 = "/soc@3000000/sdmmc@4020000"; + sunxi-mmc2 = "/soc@3000000/sdmmc@4023000"; + twi0 = "/soc@3000000/twi@2510000"; + twi1 = "/soc@3000000/twi@2511000"; + twi2 = "/soc@3000000/twi@2512000"; + twi3 = "/soc@3000000/twi@2513000"; + twi4 = "/soc@3000000/twi@2514000"; + twi5 = "/soc@3000000/twi@2515000"; + twi6 = "/soc@3000000/twi@2516000"; + twi7 = "/soc@3000000/twi@2517000"; + twi8 = "/soc@3000000/twi@2518000"; + twi9 = "/soc@3000000/twi@2519000"; + twi10 = "/soc@3000000/twi@251A000"; + twi11 = "/soc@3000000/twi@251B000"; + twi12 = "/soc@3000000/twi@251C000"; + twi13 = "/soc@3000000/twi@7083000"; + twi14 = "/soc@3000000/twi@7084000"; + twi15 = "/soc@3000000/twi@7085000"; + pwm0 = "/soc@3000000/pwm@2527000"; + pwm1 = "/soc@3000000/pwm@2528000"; + pwm2 = "/soc@3000000/pwm@7023000"; + spi0 = "/soc@3000000/spi@2540000"; + spi1 = "/soc@3000000/spi@2541000"; + spi2 = "/soc@3000000/spi@2542000"; + spi3 = "/soc@3000000/spi@2543000"; + spi4 = "/soc@3000000/spi@2544000"; + spi5 = "/soc@3000000/spi@7092000"; + gpadc0 = "/soc@3000000/gpadc@2521000"; + ir0 = "/soc@3000000/irrx@2526000"; + ir1 = "/soc@3000000/irrx@7040000"; + ir2 = "/soc@3000000/irtx@2525000"; + arisc-config = "/arisc_config"; + pmu0 = "/soc@3000000/twi@7083000/pmu@36"; + bat_supply = "/soc@3000000/twi@7083000/pmu@34/bat-power-supply"; + husb311 = "/soc@3000000/twi@251C000/husb311@4e"; + phy_switcher = "/phy_switcher@10"; + }; + + vdd-sys { + compatible = "regulator-fixed"; + regulator-name = "vdd_sys"; + regulator-min-microvolt = <0xdbba0>; + regulator-max-microvolt = <0xdbba0>; + regulator-boot-on; + regulator-always-on; + phandle = <0x27>; + }; + + reserved-memory { + #address-cells = <0x02>; + #size-cells = <0x02>; + ranges; + + bl31 { + reg = <0x00 0x48000000 0x00 0x1000000>; + }; + }; + + chosen { + bootargs = "earlyprintk=sunxi-uart,0x2500000 loglevel=8 initcall_debug=0 console=ttyS0 init=/init"; + linux,initrd-start = <0x00 0x00>; + linux,initrd-end = <0x00 0x00>; + rng-seed; + kaslr-seed; + }; + + memory@40000000 { + device_type = "memory"; + reg = <0x00 0x40000000 0x00 0x20000000>; + }; + + firmware { + + android { + compatible = "android,firmware"; + boot_devices = "soc@3000000/4020000.sdmmc,soc@3000000/4022000.sdmmc,soc@3000000/4023000.sdmmc,soc@3000000/4520000.ufs,soc@3000000"; + + vbmeta { + compatible = "android,vbmeta"; + parts = "vbmeta,vbmeta_system,vbmeta_vendor,boot,init_boot"; + }; + }; + + optee { + compatible = "linaro,optee-tz"; + method = "smc"; + }; + }; + + arm_pmu { + compatible = "arm,armv8-pmuv3"; + interrupt-parent = <0x02>; + interrupts = <0x01 0x07 0x04>; + }; + + cpus { + #address-cells = <0x02>; + #size-cells = <0x00>; + + cpu@0 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x00>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + cpu-supply = <0x07>; + phandle = <0x0a>; + }; + + cpu@100 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x100>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + phandle = <0x0b>; + }; + + cpu@200 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x200>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + phandle = <0x0c>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x19>; + }; + }; + + cpu@300 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x300>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + phandle = <0x0d>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x1a>; + }; + }; + + cpu@400 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x400>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + phandle = <0x0e>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x1b>; + }; + }; + + cpu@500 { + device_type = "cpu"; + compatible = "arm,cortex-a55"; + reg = <0x00 0x500>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x1ae>; + clocks = <0x05 0x01>; + operating-points-v2 = <0x06>; + dynamic-power-coefficient = <0xa2>; + #cooling-cells = <0x02>; + phandle = <0x0f>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x1c>; + }; + }; + + cpu@600 { + device_type = "cpu"; + compatible = "arm,cortex-a76"; + reg = <0x00 0x600>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x400>; + clocks = <0x05 0x02>; + operating-points-v2 = <0x08>; + dynamic-power-coefficient = <0x256>; + #cooling-cells = <0x02>; + cpu-supply = <0x09>; + phandle = <0x10>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x1e>; + }; + }; + + cpu@700 { + device_type = "cpu"; + compatible = "arm,cortex-a76"; + reg = <0x00 0x700>; + enable-method = "psci"; + cpu-idle-states = <0x03 0x04>; + capacity-dmips-mhz = <0x400>; + clocks = <0x05 0x02>; + operating-points-v2 = <0x08>; + dynamic-power-coefficient = <0x256>; + #cooling-cells = <0x02>; + phandle = <0x11>; + + thermal-idle { + #cooling-cells = <0x02>; + duration-us = <0x2710>; + exit-latency-us = <0x1f4>; + phandle = <0x1f>; + }; + }; + + cpu-map { + + cluster0 { + + core0 { + cpu = <0x0a>; + }; + + core1 { + cpu = <0x0b>; + }; + + core2 { + cpu = <0x0c>; + }; + + core3 { + cpu = <0x0d>; + }; + + core4 { + cpu = <0x0e>; + }; + + core5 { + cpu = <0x0f>; + }; + }; + + cluster1 { + + core0 { + cpu = <0x10>; + }; + + core1 { + cpu = <0x11>; + }; + }; + }; + + idle-states { + entry-method = "arm,psci"; + + cpu-sleep-0 { + compatible = "arm,idle-state"; + arm,psci-suspend-param = <0x10000>; + entry-latency-us = <0x2e>; + exit-latency-us = <0x3b>; + min-residency-us = <0xdf2>; + local-timer-stop; + phandle = <0x03>; + }; + + cluster-sleep-0 { + compatible = "arm,idle-state"; + arm,psci-suspend-param = <0x1010000>; + entry-latency-us = <0x2f>; + exit-latency-us = <0x4a>; + min-residency-us = <0x1388>; + local-timer-stop; + phandle = <0x04>; + }; + }; + }; + + psci { + compatible = "arm,psci-1.0"; + method = "smc"; + }; + + dcxo19_2M_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0x124f800>; + clock-output-names = "dcxo19_2M"; + phandle = <0x150>; + }; + + dcxo24M_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0x16e3600>; + clock-output-names = "dcxo24M"; + phandle = <0x2c>; + }; + + dcxo26M_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0x18cba80>; + clock-output-names = "dcxo26M"; + phandle = <0x151>; + }; + + sys24M_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0x16e3600>; + clock-output-names = "sys24M"; + phandle = <0x2e>; + }; + + rc16m_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0xf42400>; + clock-accuracy = <0x11e1a300>; + clock-output-names = "rc-16m"; + phandle = <0x2d>; + }; + + ext32k_clk { + #clock-cells = <0x00>; + compatible = "fixed-clock"; + clock-frequency = <0x8000>; + clock-output-names = "ext-32k"; + phandle = <0x152>; + }; + + interrupt-controller@3400000 { + compatible = "arm,gic-v3"; + #interrupt-cells = <0x03>; + #address-cells = <0x00>; + interrupt-controller; + reg = <0x00 0x3400000 0x00 0x10000 0x00 0x3460000 0x00 0xff004>; + interrupt-parent = <0x02>; + phandle = <0x02>; + }; + + interrupt-controller@0 { + compatible = "allwinner,sunxi-wakeupgen"; + interrupt-controller; + #interrupt-cells = <0x03>; + #address-cells = <0x00>; + interrupt-parent = <0x02>; + phandle = <0x01>; + }; + + timer_arch { + compatible = "arm,armv8-timer"; + interrupts = <0x01 0x0d 0xf08 0x01 0x0e 0xf08 0x01 0x0b 0xf08 0x01 0x0a 0xf08>; + clock-frequency = <0x16e3600>; + interrupt-parent = <0x02>; + arm,no-tick-in-suspend; + }; + + intc-nmi@7010320 { + compatible = "allwinner,sun8i-nmi"; + interrupt-parent = <0x02>; + #interrupt-cells = <0x02>; + #address-cells = <0x00>; + interrupt-controller; + reg = <0x00 0x7010320 0x00 0x0c>; + interrupts = <0x00 0xbc 0x04>; + phandle = <0x61>; + }; + + iommu@3900000 { + compatible = "allwinner,iommu-v20"; + reg = <0x00 0x3900000 0x00 0x20000>; + interrupts = <0x00 0xaa 0x04 0x00 0xab 0x04>; + interrupt-names = "iommu-irq1\0iommu-irq2"; + clocks = <0x12 0x36 0x12 0x37 0x12 0x38 0x12 0x3c 0x12 0x3d 0x12 0x3e>; + clock-names = "iommu0-sys-hclk\0iommu0-sys-pclk\0iommu0-sys-mclk\0iommu1-sys-hclk\0iommu1-sys-pclk\0iommu1-sys-mclk"; + resets = <0x12 0x03 0x12 0x0a>; + #iommu-cells = <0x02>; + version = <0x16>; + tlb_prefetch = <0x3007f>; + tlb_invalid_mode = <0x01>; + ptw_invalid_mode = <0x01>; + masters = "USB\0CSI\0ISP\0VE_ENC\0dummy04\0dummy05\0VE_DEC0\0VE_DEC1\0DE0\0DI\0G2D\0EINK\0DEBUG_MODE"; + phandle = <0x29>; + + usb_iommu { + iommu-master; + id = <0x00>; + }; + + csi_iommu { + iommu-master; + id = <0x01>; + power-domains = <0x13 0x00>; + }; + + isp_iommu { + iommu-master; + id = <0x02>; + power-domains = <0x13 0x00>; + }; + + ve_enc_iommu { + iommu-master; + id = <0x03>; + power-domains = <0x13 0x03>; + }; + + dummy04 { + iommu-master; + id = <0x04>; + skip; + }; + + dummy05 { + iommu-master; + id = <0x05>; + skip; + }; + + ve_dec0_iommu { + iommu-master; + id = <0x06>; + power-domains = <0x13 0x02>; + }; + + ve_dec1_iommu { + iommu-master; + id = <0x07>; + power-domains = <0x13 0x02>; + }; + + de0_iommu { + iommu-master; + id = <0x08>; + power-domains = <0x13 0x01>; + }; + + di_iommu { + iommu-master; + id = <0x09>; + power-domains = <0x13 0x01>; + }; + + g2d_iommu { + iommu-master; + id = <0x0a>; + power-domains = <0x13 0x01>; + }; + + eink_iommu { + iommu-master; + id = <0x0b>; + power-domains = <0x13 0x01>; + }; + }; + + dsufreq@0 { + compatible = "allwinner,dsufreq"; + reg = <0x00 0x8860000 0x00 0x1000>; + clocks = <0x05 0x03>; + operating-points-v2 = <0x14>; + dsu-supply = <0x07>; + phandle = <0x153>; + }; + + thermal-zones { + phandle = <0x154>; + + cpul_thermal_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x03>; + sustainable-power = <0x2f4>; + phandle = <0x155>; + + trips { + phandle = <0x156>; + + trip-point@0 { + temperature = <0x11170>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x157>; + }; + + trip-point@1 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x16>; + }; + + cpu_crit@0 { + temperature = <0x1adb0>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x158>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x16>; + cooling-device = <0x0a 0xffffffff 0xffffffff>; + contribution = <0x400>; + }; + }; + }; + + cpub_thermal_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x00>; + sustainable-power = <0x392>; + phandle = <0x159>; + + trips { + phandle = <0x15a>; + + trip-point@0 { + temperature = <0x11170>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x15b>; + }; + + trip-point@1 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x17>; + }; + + cpu_crit@0 { + temperature = <0x1adb0>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x15c>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x17>; + cooling-device = <0x10 0xffffffff 0xffffffff>; + contribution = <0x400>; + }; + }; + }; + + cpul_idle_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x05>; + phandle = <0x15d>; + + trips { + phandle = <0x15e>; + + trip-point@0 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x15f>; + }; + + trip-point@1 { + temperature = <0x186a0>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x18>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x18>; + cooling-device = <0x19 0x00 0x32 0x1a 0x00 0x32 0x1b 0x00 0x32 0x1c 0x00 0x32>; + contribution = <0x400>; + }; + }; + }; + + cpub_idle_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x06>; + phandle = <0x160>; + + trips { + phandle = <0x161>; + + trip-point@0 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x162>; + }; + + trip-point@1 { + temperature = <0x186a0>; + type = "passive"; + hysteresis = <0x7d0>; + phandle = <0x1d>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x1d>; + cooling-device = <0x1e 0x00 0x64 0x1f 0x00 0x64>; + contribution = <0x400>; + }; + }; + }; + + gpu_thermal_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x04>; + sustainable-power = <0x960>; + phandle = <0x163>; + + trips { + phandle = <0x164>; + + trip-point@0 { + temperature = <0xea60>; + type = "passive"; + hysteresis = <0x00>; + phandle = <0x20>; + }; + + trip-point@1 { + temperature = <0x15f90>; + type = "passive"; + hysteresis = <0x00>; + phandle = <0x22>; + }; + + gpu_crit@0 { + temperature = <0x1adb0>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x23>; + }; + }; + + cooling-maps { + + map0 { + trip = <0x20>; + cooling-device = <0x21 0x00 0x00>; + contribution = <0x400>; + }; + + map1 { + trip = <0x22>; + cooling-device = <0x21 0x00 0x03>; + contribution = <0x400>; + }; + + map2 { + trip = <0x23>; + cooling-device = <0x21 0x03 0x03>; + contribution = <0x400>; + }; + }; + }; + + npu_thermal_zone { + polling-delay-passive = <0x64>; + polling-delay = <0x3e8>; + thermal-sensors = <0x15 0x02>; + phandle = <0x165>; + + trips { + phandle = <0x166>; + + npu_crit@0 { + temperature = <0x1adb0>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x167>; + }; + }; + }; + + ddr_thermal_zone { + polling-delay-passive = <0x00>; + polling-delay = <0x00>; + thermal-sensors = <0x15 0x01>; + phandle = <0x168>; + + trips { + phandle = <0x169>; + + ddr_crit@0 { + temperature = <0x1adb0>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x16a>; + }; + }; + }; + + skin_zone { + polling-delay-passive = <0x00>; + polling-delay = <0x00>; + thermal-sensors = <0x15 0x07>; + + trips { + phandle = <0x16b>; + + skin_crit@0 { + temperature = <0xc350>; + type = "critical"; + hysteresis = <0x00>; + phandle = <0x16c>; + }; + }; + }; + }; + + pck-600@7060000 { + compatible = "allwinner,sun60iw2-pck\0syscon\0simple-mfd"; + reg = <0x00 0x7060000 0x00 0xb000>; + phandle = <0x16d>; + + power-controller { + compatible = "allwinner,sun60iw2-pck-600"; + clocks = <0x24 0x13>; + clock-names = "pck"; + #power-domain-cells = <0x01>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x13>; + + pd_vi@0 { + reg = <0x00>; + }; + + pd_ve_dec@2 { + reg = <0x02>; + }; + + pd_ve_enc@3 { + reg = <0x03>; + }; + + pd_gpu_top@5 { + reg = <0x05>; + }; + + pd_gpu_core@6 { + reg = <0x06>; + }; + + pd_pcie@7 { + reg = <0x07>; + }; + + pd_npu@4 { + reg = <0x04>; + }; + + pd_usb2@8 { + reg = <0x08>; + }; + + pd_de_sys@1 { + reg = <0x01>; + }; + + pd_vo@9 { + reg = <0x09>; + }; + + pd_vo1@10 { + reg = <0x0a>; + }; + }; + }; + + dram { + compatible = "allwinner,dram"; + clocks = <0x12 0x01>; + clock-names = "pll_ddr"; + phandle = <0x16e>; + }; + + clk_ddr { + compatible = "allwinner,sun60iw2_clock_ddr"; + reg = <0x00 0x2002000 0x00 0x1000>; + clocks = <0x12 0x01>; + clock-names = "pll_ddr"; + #clock-cells = <0x00>; + phandle = <0x25>; + }; + + opp_table { + compatible = "operating-points-v2"; + phandle = <0x26>; + + opp@150000000 { + opp-hz = <0x00 0x8f0d180>; + clock-latency-ns = <0x249f0>; + opp-microvolt = <0xdbba0>; + }; + }; + + dmcfreq@3120000 { + compatible = "allwinner,sun60iw2-dmc\0syscon"; + reg = <0x00 0xa020000 0x00 0x2000 0x00 0x2020000 0x00 0x4000 0x00 0xa100000 0x00 0x11000>; + interrupts = <0x00 0xb7 0x04>; + clocks = <0x25 0x12 0x33>; + clock-names = "dram\0bus"; + operating-points-v2 = <0x26>; + upthreshold = <0x3c>; + downdifferential = <0x14>; + vddcore-supply = <0x27>; + normalvoltage = <0xdbba0>; + boostvoltage = <0xdbba0>; + phandle = <0x16f>; + }; + + soc@3000000 { + compatible = "simple-bus"; + #address-cells = <0x02>; + #size-cells = <0x02>; + ranges; + phandle = <0x170>; + + ve@1c0e000 { + compatible = "allwinner,sunxi-cedar-ve"; + reg = <0x00 0x1c0e000 0x00 0x3000 0x00 0x3000000 0x00 0x10>; + interrupts = <0x00 0x31 0x04>; + clocks = <0x12 0x21 0x12 0x4b 0x12 0x53 0x12 0x58 0x12 0x81 0x12 0x80>; + clock-names = "pll_ve\0ahb_gate\0mbus_gate\0mbus_ve\0bus_ve\0ve"; + resets = <0x12 0x19>; + reset-names = "reset_ve"; + operating-points-v2 = <0x28>; + iommus = <0x29 0x06 0x01>; + ve-supply = <0x2a>; + status = "okay"; + phandle = <0x171>; + }; + + ve1@1c0e000 { + compatible = "allwinner,sunxi-cedar-ve1"; + iommus = <0x29 0x07 0x01>; + phandle = <0x172>; + }; + + ve2@1c10000 { + compatible = "allwinner,sunxi-cedar-ve2"; + reg = <0x00 0x1c10000 0x00 0x1000 0x00 0x3000000 0x00 0x10>; + interrupts = <0x00 0x30 0x04>; + clocks = <0x12 0x22 0x12 0x4a 0x12 0x54 0x12 0x60 0x12 0x82 0x12 0x7f>; + clock-names = "pll_ve\0ahb_gate\0mbus_gate\0mbus_ve\0bus_ve\0ve"; + resets = <0x12 0x1a>; + reset-names = "reset_ve"; + operating-points-v2 = <0x28>; + iommus = <0x29 0x03 0x01>; + ve_top_reg_offset = <0x800>; + phandle = <0x173>; + }; + + rtc_ccu@7090000 { + compatible = "allwinner,sun60iw2-rtc-ccu"; + reg = <0x00 0x7090000 0x00 0x400>; + #clock-cells = <0x01>; + #reset-cells = <0x01>; + phandle = <0x2b>; + }; + + cpupll_ccu@8870000 { + compatible = "allwinner,sun60iw2-cpupll"; + reg = <0x00 0x8870000 0x00 0x3034>; + clocks = <0x2b 0x0c>; + clock-names = "dcxo"; + #clock-cells = <0x01>; + #reset-cells = <0x01>; + phandle = <0x05>; + }; + + ccu@2002000 { + compatible = "allwinner,sun60iw2-ccu"; + reg = <0x00 0x2002000 0x00 0x2000>; + clocks = <0x2c 0x2b 0x03 0x2d>; + clock-names = "hosc\0losc\0iosc"; + #clock-cells = <0x01>; + #reset-cells = <0x01>; + clk-init-gate = <0x01>; + phandle = <0x12>; + }; + + r_ccu@7010000 { + compatible = "allwinner,sun60iw2-r-ccu"; + reg = <0x00 0x7010000 0x00 0x340>; + #clock-cells = <0x01>; + #reset-cells = <0x01>; + phandle = <0x24>; + }; + + dump_reg@44000 { + compatible = "allwinner,sunxi-dump-reg"; + reg = <0x00 0x44000 0x00 0x04>; + phandle = <0x174>; + }; + + timer@3009000 { + compatible = "allwinner,sun50i-timer"; + device_type = "soc_timer"; + reg = <0x00 0x3009000 0x00 0x400>; + interrupt-parent = <0x02>; + interrupts = <0x00 0x59 0x04>; + clock-names = "parent\0bus\0timer0-mod\0timer1-mod"; + clocks = <0x2e 0x12 0x74 0x12 0x6a 0x12 0x6b>; + resets = <0x12 0x13>; + phandle = <0x175>; + }; + + rtc@7090000 { + compatible = "allwinner,rtc-v201"; + device_type = "rtc"; + wakeup-source; + reg = <0x00 0x7090000 0x00 0x320>; + interrupts = <0x00 0xc4 0x04>; + clocks = <0x24 0x18 0x2b 0x06 0x2b 0x0b>; + clock-names = "r-ahb-rtc\0rtc-1k\0rtc-spi"; + resets = <0x24 0x0a>; + gpr_cur_pos = <0x06>; + gpr_bootcount_pos = <0x07>; + phandle = <0x176>; + }; + + pinctrl@2000000 { + compatible = "allwinner,sun60iw2-pinctrl"; + reg = <0x00 0x2000000 0x00 0x600>; + interrupts = <0x00 0x45 0x04 0x00 0x47 0x04 0x00 0x49 0x04 0x00 0x4b 0x04 0x00 0x4d 0x04 0x00 0x4f 0x04 0x00 0x51 0x04 0x00 0x53 0x04 0x00 0x55 0x04 0x00 0x57 0x04>; + clocks = <0x12 0x2d 0x2c 0x2b 0x03>; + clock-names = "apb\0hosc\0losc"; + gpio-controller; + #gpio-cells = <0x03>; + interrupt-controller; + #interrupt-cells = <0x03>; + phandle = <0x33>; + + sdc0@5 { + pins = "PF2"; + function = "sdc0"; + drive-strength = <0x1e>; + bias-pull-up; + power-source = <0xce4>; + phandle = <0x10e>; + }; + + sdc0@6 { + pins = "PF2"; + function = "sdc0"; + drive-strength = <0x1e>; + bias-pull-up; + power-source = <0x708>; + phandle = <0x110>; + }; + + sdc0@0 { + pins = "PF0\0PF1\0PF3\0PF4\0PF5"; + function = "sdc0"; + drive-strength = <0x0a>; + bias-pull-up; + power-source = <0xce4>; + phandle = <0x10d>; + }; + + sdc0@1 { + pins = "PF0\0PF1\0PF3\0PF4\0PF5"; + function = "sdc0"; + drive-strength = <0x0a>; + bias-pull-up; + power-source = <0x708>; + phandle = <0x10f>; + }; + + sdc0@2 { + pins = "PF0\0PF1\0PF2\0PF3\0PF4\0PF5"; + function = "gpio_in"; + power-source = <0xce4>; + phandle = <0x111>; + }; + + sdc0@3 { + pins = "PF2\0PF4"; + function = "uart0"; + drive-strength = <0x0a>; + bias-pull-up; + power-source = <0xce4>; + phandle = <0x112>; + }; + + sdc0@4 { + pins = "PF0\0PF1\0PF3\0PF5"; + function = "jtag"; + drive-strength = <0x0a>; + bias-pull-up; + power-source = <0xce4>; + phandle = <0x113>; + }; + + sdc1@0 { + pins = "PG1\0PG2\0PG3\0PG4\0PG5"; + function = "sdc1"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x114>; + }; + + sdc1@1 { + pins = "PG0\0PG1\0PG2\0PG3\0PG4\0PG5"; + function = "gpio_in"; + phandle = <0x116>; + }; + + sdc1@2 { + pins = "PG0"; + function = "sdc1"; + drive-strength = <0x14>; + bias-pull-up; + phandle = <0x115>; + }; + + sdc2@0 { + pins = "PC6\0PC8\0PC9\0PC10\0PC11\0PC13\0PC14\0PC15\0PC16"; + function = "sdc2"; + drive-strength = <0x14>; + bias-pull-up; + phandle = <0x105>; + }; + + sdc2@1 { + pins = "PC0\0PC1\0PC5\0PC6\0PC8\0PC9\0PC10\0PC11\0PC13\0PC14\0PC15\0PC16"; + function = "gpio_in"; + phandle = <0x108>; + }; + + sdc2@2 { + pins = "PC0"; + function = "sdc2"; + drive-strength = <0x28>; + bias-pull-down; + phandle = <0x106>; + }; + + sdc2@3 { + pins = "PC5\0PC1"; + function = "sdc2"; + drive-strength = <0x28>; + bias-pull-up; + phandle = <0x107>; + }; + + sdc3@0 { + pins = "PC6\0PC8\0PC9\0PC10\0PC11\0PC13\0PC14\0PC15\0PC16"; + function = "sdc3"; + drive-strength = <0x14>; + bias-pull-up; + phandle = <0x109>; + }; + + sdc3@1 { + pins = "PC0\0PC1\0PC5\0PC6\0PC8\0PC9\0PC10\0PC11\0PC13\0PC14\0PC15\0PC16"; + function = "gpio_in"; + phandle = <0x10c>; + }; + + sdc3@2 { + pins = "PC0"; + function = "sdc3"; + drive-strength = <0x28>; + bias-pull-down; + phandle = <0x10a>; + }; + + sdc3@3 { + pins = "PC5\0PC1"; + function = "sdc3"; + drive-strength = <0x28>; + bias-pull-up; + phandle = <0x10b>; + }; + + csi_mclk0@0 { + pins = "PE0"; + function = "mcsi0"; + drive-strength = <0x14>; + phandle = <0xad>; + }; + + csi_mclk0@1 { + pins = "PE0"; + function = "gpio_in"; + phandle = <0xae>; + }; + + csi_mclk1@0 { + pins = "PE5"; + function = "mcsi1"; + drive-strength = <0x14>; + phandle = <0xaf>; + }; + + csi_mclk1@1 { + pins = "PE5"; + function = "gpio_in"; + phandle = <0xb0>; + }; + + csi_mclk2@0 { + pins = "PE9"; + function = "mcsi2"; + drive-strength = <0x14>; + phandle = <0xb1>; + }; + + csi_mclk2@1 { + pins = "PE9"; + function = "gpio_in"; + phandle = <0xb2>; + }; + + ncsi0_8bit@0 { + pins = "PE0\0PE1\0PE2\0PE3\0PE4\0PE6\0PE7\0PE8\0PE9\0PE10"; + function = "ncsi"; + drive-strength = <0x14>; + phandle = <0x177>; + }; + + ncsi0_8bit@1 { + pins = "PE0\0PE1\0PE2\0PE3\0PE4\0PE6\0PE7\0PE8\0PE9\0PE10"; + function = "gpio_in"; + phandle = <0x178>; + }; + + ncsi1_8bit@0 { + pins = "PK0\0PK1\0PK2\0PK19\0PK18\0PK17\0PK16\0PK15\0PK14\0PK13\0PK12"; + function = "ncsi"; + drive-strength = <0x14>; + phandle = <0x179>; + }; + + ncsi1_8bit@1 { + pins = "PK0\0PK1\0PK2\0PK19\0PK18\0PK17\0PK16\0PK15\0PK14\0PK13\0PK12"; + function = "gpio_in"; + phandle = <0x17a>; + }; + + ncsi1_16bit@0 { + pins = "PK0\0PK1\0PK2\0PK19\0PK18\0PK17\0PK16\0PK15\0PK14\0PK13\0PK12\0PK11\0PK10\0PK9\0PK8\0PK7\0PK6\0PK5\0PK4"; + function = "ncsi"; + drive-strength = <0x14>; + phandle = <0x17b>; + }; + + ncsi1_16bit@1 { + pins = "PK0\0PK1\0PK2\0PK19\0PK18\0PK17\0PK16\0PK15\0PK14\0PK13\0PK12\0PK11\0PK10\0PK9\0PK8\0PK7\0PK6\0PK5\0PK4"; + function = "gpio_in"; + phandle = <0x17c>; + }; + + mipia@0 { + pins = "PK0\0PK1\0PK2\0PK3\0PK4\0PK5\0PK6\0PK7\0PK8\0PK9"; + function = "mcsia"; + drive-strength = <0x0a>; + phandle = <0xb3>; + }; + + mipia@1 { + pins = "PK0\0PK1\0PK2\0PK3\0PK4\0PK5\0PK6\0PK7\0PK8\0PK9"; + function = "gpio_in"; + phandle = <0xb4>; + }; + + mipib@0 { + pins = "PK10\0PK11\0PK12\0PK13\0PK14\0PK15\0PK16\0PK17\0PK18\0PK19"; + function = "mcsib"; + drive-strength = <0x0a>; + phandle = <0xb5>; + }; + + mipib@1 { + pins = "PK10\0PK11\0PK12\0PK13\0PK14\0PK15\0PK16\0PK17\0PK18\0PK19"; + function = "gpio_in"; + phandle = <0xb6>; + }; + + mipic@0 { + pins = "PK20\0PK21\0PK22\0PK23\0PK24\0PK25"; + function = "mcsic"; + drive-strength = <0x0a>; + phandle = <0xb7>; + }; + + mipic@1 { + pins = "PK20\0PK21\0PK22\0PK23\0PK24\0PK25"; + function = "gpio_in"; + phandle = <0xb8>; + }; + + dsi0_4lane@0 { + pins = "PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PD6\0PD7\0PD8\0PD9"; + function = "dsi0"; + drive-strength = <0x1e>; + bias-disable; + phandle = <0x17d>; + }; + + dsi0_4lane@1 { + pins = "PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PD6\0PD7\0PD8\0PD9"; + function = "io_disabled"; + bias-disable; + phandle = <0x17e>; + }; + + dsi1_4lane@0 { + pins = "PD10\0PD11\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19"; + function = "dsi1"; + drive-strength = <0x1e>; + bias-disable; + phandle = <0xe7>; + }; + + dsi1_4lane@1 { + pins = "PD10\0PD11\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19"; + function = "io_disabled"; + bias-disable; + phandle = <0xe8>; + }; + + lvds0@0 { + pins = "PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PD6\0PD7\0PD8\0PD9"; + function = "lvds0"; + drive-strength = <0x1e>; + phandle = <0xef>; + }; + + lvds0@1 { + pins = "PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PD6\0PD7\0PD8\0PD9"; + function = "gpio_in"; + phandle = <0xf0>; + }; + + lvds1@0 { + pins = "PD10\0PD11\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19"; + function = "lvds1"; + drive-strength = <0x1e>; + phandle = <0x17f>; + }; + + lvds1@1 { + pins = "PD10\0PD11\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19"; + function = "gpio_in"; + phandle = <0x180>; + }; + + lvds2@0 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9"; + function = "lvds2"; + drive-strength = <0x1e>; + phandle = <0xf4>; + }; + + lvds2@1 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9"; + function = "gpio_in"; + phandle = <0xf5>; + }; + + lvds3@0 { + pins = "PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15\0PJ16\0PJ17\0PJ18\0PJ19"; + function = "lvds3"; + drive-strength = <0x1e>; + phandle = <0x181>; + }; + + lvds3@1 { + pins = "PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15\0PJ16\0PJ17\0PJ18\0PJ19"; + function = "gpio_in"; + phandle = <0x182>; + }; + + rgb0@0 { + pins = "PG0\0PG1\0PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PG2\0PG3\0PD6\0PD7\0PD8\0PD9\0PD10\0PD11\0PG4\0PG5\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19\0PD20\0PD21"; + function = "lcd0"; + drive-strength = <0x0a>; + phandle = <0x183>; + }; + + rgb0@1 { + pins = "PG0\0PG1\0PD0\0PD1\0PD2\0PD3\0PD4\0PD5\0PG2\0PG3\0PD6\0PD7\0PD8\0PD9\0PD10\0PD11\0PG4\0PG5\0PD12\0PD13\0PD14\0PD15\0PD16\0PD17\0PD18\0PD19\0PD20\0PD21"; + function = "gpio_in"; + phandle = <0x184>; + }; + + rgb1@0 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9\0PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15\0PJ16\0PJ17\0PJ18\0PJ19\0PJ20\0PJ21\0PJ22\0PJ23\0PJ24\0PJ25\0PJ26\0PJ27"; + function = "lcd1"; + drive-strength = <0x0a>; + phandle = <0x185>; + }; + + rgb1@1 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9\0PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15\0PJ16\0PJ17\0PJ18\0PJ19\0PJ20\0PJ21\0PJ22\0PJ23\0PJ24\0PJ25\0PJ26\0PJ27"; + function = "gpio_in"; + phandle = <0x186>; + }; + + test_pins@0 { + pins = "PB9\0PB10"; + function = "test"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x30>; + }; + + test_pins@1 { + pins = "PB9\0PB10"; + function = "gpio_in"; + phandle = <0x31>; + }; + + uart0_pins@0 { + pins = [00 00]; + function = "uart0"; + drive-strength = <0x0a>; + phandle = <0x34>; + }; + + uart0_pins@1 { + pins = [00 00]; + function = "gpio_in"; + drive-strength = <0x0a>; + phandle = <0x35>; + }; + + uart1_pins@0 { + pins = "PG6\0PG7\0PG8\0PG9"; + function = "uart1"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x37>; + }; + + uart1_pins@1 { + pins = "PG6\0PG7\0PG8\0PG9"; + function = "gpio_in"; + phandle = <0x38>; + }; + + uart2_pins@0 { + pins = "PB0\0PB1\0PB2\0PB3"; + function = "uart2"; + drive-strength = <0x0a>; + phandle = <0x39>; + }; + + uart2_pins@1 { + pins = "PB0\0PB1\0PB2\0PB3"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x3a>; + }; + + uart3_pins@0 { + pins = "PI1\0PI12"; + function = "uart3"; + drive-strength = <0x0a>; + phandle = <0x3b>; + }; + + uart3_pins@1 { + pins = "PI11\0PI12"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x3c>; + }; + + uart4_pins@0 { + pins = "PI0\0PI1"; + function = "uart4"; + drive-strength = <0x0a>; + phandle = <0x3d>; + }; + + uart4_pins@1 { + pins = "PI0\0PI1"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x3e>; + }; + + uart5_pins@0 { + pins = "PI11\0PI12"; + function = "uart5"; + drive-strength = <0x0a>; + phandle = <0x3f>; + }; + + uart5_pins@1 { + pins = "PI11\0PI12"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x40>; + }; + + uart6_pins@0 { + pins = "PI6\0PI7"; + function = "uart6"; + drive-strength = <0x0a>; + phandle = <0x41>; + }; + + uart6_pins@1 { + pins = "PI6\0PI7"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x42>; + }; + + uart7_pins@0 { + pins = "PB11\0PB12\0PB13\0PB14"; + function = "uart7"; + drive-strength = <0x0a>; + phandle = <0x43>; + }; + + uart7_pins@1 { + pins = "PB11\0PB12\0PB13\0PB14"; + function = "io_disabled"; + drive-strength = <0x0a>; + phandle = <0x44>; + }; + + pwm0_9@0 { + pins = "PI8"; + function = "pwm0_9"; + drive-strength = <0x0a>; + phandle = <0x8a>; + }; + + pwm0_9@1 { + pins = "PI8"; + function = "gpio_in"; + bias-pull-down; + phandle = <0x8b>; + }; + + pwm1@0 { + pins = "PE15"; + function = "pwm1_9"; + drive-strength = <0x0a>; + phandle = <0x98>; + }; + + pwm1@1 { + pins = "PE15"; + function = "gpio_in"; + bias-pull-down; + phandle = <0x99>; + }; + + pwm6@0 { + pins = "PI15"; + function = "pwm1_6"; + drive-strength = <0x0a>; + phandle = <0x96>; + }; + + pwm6@1 { + pins = "PI15"; + function = "gpio_in"; + bias-pull-down; + phandle = <0x97>; + }; + + twi0@0 { + pins = "PD22\0PD23"; + function = "twi0"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x45>; + }; + + twi0@1 { + pins = "PD22\0PD23"; + function = "gpio_in"; + phandle = <0x46>; + }; + + twi2@0 { + pins = "PE1\0PE2"; + function = "twi2"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x48>; + }; + + twi2@1 { + pins = "PE1\0PE2"; + function = "gpio_in"; + phandle = <0x49>; + }; + + hym8563-int@0 { + pins = "PK20"; + function = "gpio_in"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x4d>; + }; + + husb311-int@0 { + pins = "PK21"; + function = "gpio_in"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x5a>; + }; + + twi3@0 { + pins = "PE3\0PE4"; + function = "twi3"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x4b>; + }; + + twi3@1 { + pins = "PE3\0PE4"; + function = "gpio_in"; + phandle = <0x4c>; + }; + + twi4@0 { + pins = "PE10\0PE11"; + function = "twi4"; + drive-strength = <0x28>; + bias-pull-up; + phandle = <0x4e>; + }; + + twi4@1 { + pins = "PE10\0PE11"; + function = "gpio_in"; + phandle = <0x4f>; + }; + + twi5@0 { + pins = "PI11\0PI12"; + function = "twi5"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x50>; + }; + + twi5@1 { + pins = "PI11\0PI12"; + function = "gpio_in"; + phandle = <0x51>; + }; + + twi7@0 { + pins = "PH18\0PH19"; + function = "twi7"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x52>; + }; + + twi7@1 { + pins = "PH18\0PH19"; + function = "gpio_in"; + phandle = <0x53>; + }; + + twi8@0 { + pins = "PI15\0PI16"; + function = "twi8"; + drive-strength = <0x28>; + bias-pull-up; + phandle = <0x54>; + }; + + twi8@1 { + pins = "PI15\0PI16"; + function = "gpio_in"; + phandle = <0x55>; + }; + + twi11@0 { + pins = "PI4\0PI5"; + function = "twi11"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x56>; + }; + + twi11@1 { + pins = "PI4\0PI5"; + function = "gpio_in"; + phandle = <0x57>; + }; + + twi12@0 { + pins = "PK24\0PK25"; + function = "twi12"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x58>; + }; + + twi12@1 { + pins = "PK24\0PK25"; + function = "gpio_in"; + phandle = <0x59>; + }; + + i2s0@0 { + pins = "PB4"; + function = "i2s0_mclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x119>; + }; + + i2s0@1 { + pins = "PB5"; + function = "i2s0_bclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x11a>; + }; + + i2s0@2 { + pins = "PB6"; + function = "i2s0_lrck"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x11b>; + }; + + i2s0@4 { + pins = "PB7"; + function = "i2s0_dout0"; + allwinner,drive = <0x01>; + bias-pull-down; + phandle = <0x11d>; + }; + + i2s0@3 { + pins = "PB8"; + function = "i2s0_din0"; + allwinner,drive = <0x01>; + bias-pull-down; + phandle = <0x11c>; + }; + + i2s0@5 { + pins = "PB4\0PB5\0PB6\0PB7\0PB8"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x11e>; + }; + + i2s1@0 { + pins = "PG10"; + function = "i2s1_mclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x122>; + }; + + i2s1@1 { + pins = "PG11"; + function = "i2s1_bclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x123>; + }; + + i2s1@2 { + pins = "PG12"; + function = "i2s1_lrck"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x124>; + }; + + i2s1@3 { + pins = "PG13"; + function = "i2s1_dout0"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x125>; + }; + + i2s1@4 { + pins = "PG14"; + function = "i2s1_din0"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x126>; + }; + + i2s1@5 { + pins = "PG10\0PG11\0PG12\0PG13\0PG14"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x127>; + }; + + i2s2@1 { + pins = "PH3"; + function = "i2s2_bclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x187>; + }; + + i2s2@2 { + pins = "PH4"; + function = "i2s2_lrck"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x188>; + }; + + i2s2@3 { + pins = "PH6"; + function = "i2s2_din0"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x189>; + }; + + i2s2@4 { + pins = "PH5"; + function = "i2s2_dout0"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x18a>; + }; + + i2s2@5 { + pins = "PH3\0PH4\0PH5\0PH6"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x18b>; + }; + + i2s4@0 { + pins = "PJ17"; + function = "i2s4_mclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x12f>; + }; + + i2s4@1 { + pins = "PJ16"; + function = "i2s4_bclk"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x130>; + }; + + i2s4@2 { + pins = "PJ18"; + function = "i2s4_lrck"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x131>; + }; + + i2s4@3 { + pins = "PJ19"; + function = "i2s4_din0"; + allwinner,drive = <0x01>; + bias-pull-down; + phandle = <0x132>; + }; + + i2s4@5 { + pins = "PJ16\0PJ17\0PJ18\0PJ19"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x133>; + }; + + owa@0 { + pins = "PI10"; + function = "owa0"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x137>; + }; + + owa@1 { + pins = "PI10"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x138>; + }; + + dmic@0 { + pins = "PH8\0PH9\0PH10\0PH11\0PH12"; + function = "dmic"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x13a>; + }; + + dmic@1 { + pins = "PH8\0PH9\0PH10\0PH11\0PH12"; + function = "io_disabled"; + allwinner,drive = <0x01>; + bias-disable; + phandle = <0x13b>; + }; + + gmac0@0 { + pins = "PH0\0PH1\0PH2\0PH3\0PH4\0PH5\0PH6\0PH7\0PH8\0PH9\0PH10\0PH11\0PH12\0PH13\0PH14\0PH15"; + function = "rgmii0"; + allwinner,drive = <0x01>; + bias-pull-up; + phandle = <0xbf>; + }; + + gmac0@1 { + pins = "PH0\0PH1\0PH2\0PH3\0PH4\0PH5\0PH6\0PH7\0PH8\0PH9\0PH10\0PH11\0PH12\0PH13\0PH14\0PH15"; + function = "io_disabled"; + phandle = <0xc0>; + }; + + gmac1@0 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9\0PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15"; + function = "rgmii1"; + allwinner,drive = <0x01>; + bias-pull-up; + phandle = <0xc2>; + }; + + gmac1@1 { + pins = "PJ0\0PJ1\0PJ2\0PJ3\0PJ4\0PJ5\0PJ6\0PJ7\0PJ8\0PJ9\0PJ10\0PJ11\0PJ12\0PJ13\0PJ14\0PJ15"; + function = "io_disabled"; + phandle = <0xc3>; + }; + + spi1@0 { + pins = "PH2\0PH3\0PH5\0PH6"; + function = "spi1"; + allwinner,drive = <0x01>; + phandle = <0xc4>; + }; + + spi1@1 { + pins = "PH2\0PH3\0PH5\0PH6"; + function = "io_disabled"; + phandle = <0xc5>; + }; + + spi4@0 { + pins = "PI2\0PI3\0PI4\0PI5\0PI9"; + function = "spi4"; + allwinner,drive = <0x01>; + phandle = <0xc9>; + }; + + spi4@1 { + pins = "PI2\0PI3\0PI4\0PI5\0PI9"; + function = "io_disabled"; + phandle = <0xca>; + }; + + spi2@0 { + pins = "PB1\0PB2\0PB3"; + function = "spi2"; + allwinner,drive = <0x01>; + phandle = <0xc6>; + }; + + spi2@1 { + pins = "PB0"; + function = "spi2"; + allwinner,drive = <0x01>; + bias-pull-up; + phandle = <0xc7>; + }; + + spi2@2 { + pins = "PB0\0PB1\0PB2\0PB3"; + function = "io_disabled"; + phandle = <0xc8>; + }; + + ledc@0 { + pins = "PE4"; + function = "ledc"; + drive-strength = <0x0a>; + phandle = <0xa6>; + }; + + ledc@1 { + pins = "PE4"; + function = "gpio_in"; + phandle = <0xa7>; + }; + }; + + pinctrl@7025000 { + #address-cells = <0x01>; + compatible = "allwinner,sun60iw2-r-pinctrl"; + reg = <0x00 0x7025000 0x00 0x410>; + interrupts = <0x00 0xc6 0x04 0x00 0xc8 0x04>; + clocks = <0x24 0x01 0x2c 0x2b 0x03>; + clock-names = "apb\0hosc\0losc"; + gpio-controller; + #gpio-cells = <0x03>; + interrupt-controller; + #interrupt-cells = <0x03>; + phandle = <0x32>; + + s_twi0@0 { + pins = "PL0\0PL1"; + function = "s_twi0"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x5f>; + }; + + s_twi0@1 { + pins = "PL0\0PL1"; + function = "gpio_in"; + phandle = <0x60>; + }; + + s_twi1@0 { + pins = "PL8\0PL9"; + function = "s_twi1"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x7c>; + }; + + s_twi1@1 { + pins = "PL8\0PL9"; + function = "gpio_in"; + phandle = <0x7d>; + }; + + s_twi2@0 { + pins = "PL10\0PL11"; + function = "s_twi2"; + drive-strength = <0x0a>; + bias-pull-up; + phandle = <0x7e>; + }; + + s_twi2@1 { + pins = "PL10\0PL11"; + function = "gpio_in"; + phandle = <0x7f>; + }; + + s_irrx@0 { + pins = "PL4"; + function = "s_ir_rx"; + phandle = <0xa4>; + }; + + s_irrx@1 { + pins = "PL4"; + function = "gpio_in"; + phandle = <0xa5>; + }; + }; + + watchdog@2050000 { + compatible = "allwinner,wdt-v103"; + reg = <0x00 0x2050000 0x00 0x20>; + interrupts = <0x00 0x6a 0x04>; + phandle = <0x18c>; + }; + + dma-controller@4601000 { + compatible = "allwinner,dma-v106"; + reg = <0x00 0x4601000 0x00 0x2000>; + interrupts = <0x00 0x6f 0x04>; + clocks = <0x12 0x62 0x12 0x61>; + clock-names = "bus\0mbus"; + dma-channels = <0x10>; + dma-requests = <0x40>; + resets = <0x12 0x0b>; + #dma-cells = <0x01>; + phandle = <0x36>; + }; + + sid@3006000 { + compatible = "allwinner,sunxi-sid"; + reg = <0x00 0x3006000 0x00 0x1000>; + #address-cells = <0x01>; + #size-cells = <0x01>; + non-secure-maxoffset = <0x7c>; + non-secure-maxlen = <0x20>; + sid-supply = <0x2f>; + voltage = <0x708>; + phandle = <0x18d>; + + secure_status { + reg = <0x00 0x00>; + offset = <0xa0>; + size = <0x04>; + }; + + chipid { + reg = <0x00 0x00>; + offset = <0x200>; + size = <0x10>; + }; + + rotpk { + reg = <0x00 0x00>; + offset = <0x140>; + size = <0x20>; + }; + + ufs_cal_word_l { + offset = <0x260>; + mask = <0xfffffff>; + shift = <0x00>; + }; + + ufs_cal_word_h { + offset = <0x264>; + mask = <0xfffffff>; + shift = <0x00>; + }; + + dvfs_ori { + offset = <0x24c>; + mask = <0xff>; + shift = <0x08>; + }; + + dvfs_bak { + offset = <0x24c>; + mask = <0xff>; + shift = <0x10>; + }; + }; + + sram_ctrl@3000000 { + compatible = "allwinner,sram_ctrl"; + reg = <0x00 0x3000000 0x00 0x184>; + phandle = <0x18e>; + + soc_ver { + offset = <0x24>; + mask = <0x07>; + shift = <0x00>; + }; + }; + + ths@2522000 { + compatible = "allwinner,sun60iw2p1-ths"; + reg = <0x00 0x2522000 0x00 0x500>; + clocks = <0x12 0xbc 0x12 0xba>; + clock-names = "bus\0gpadc"; + resets = <0x12 0x44>; + #thermal-sensor-cells = <0x01>; + phandle = <0x15>; + }; + + nsi-controller@2020000 { + compatible = "allwinner,sunxi-nsi-v2"; + interrupts = <0x00 0x2b 0x04>; + reg = <0x00 0x2020000 0x00 0x10000 0x00 0xa030000 0x00 0x20000>; + clocks = <0x12 0x01 0x12 0x35 0x12 0x33 0x12 0x06 0x12 0x30 0x12 0x34 0x12 0x06 0x12 0x8a>; + clock-names = "pll\0bus\0nsi\0nsi-p\0gic\0nsi-cfg\0bus-p\0cpu_direct"; + resets = <0x12 0x01 0x12 0x02>; + reset-names = "bus_nsi\0bus_nsi_cfg"; + clock-frequency = <0x23c34600 0x23c34600>; + #nsi-cells = <0x01>; + clk_path_type = <0x01>; + topology_type = <0x02>; + channel_type = <0x02>; + master_clks = <0x06 0x02 0x0a 0x04 0x12 0x02 0x13 0x02 0x14 0x02 0x20 0x02 0x21 0x02>; + ia_pmu_data_unit = <0x10>; + ra_pmu_data_unit = <0x40>; + ta_pmu_data_unit = <0x40>; + cpu_pmu_data_unit = <0x40>; + sub_node_id_mapping; + phandle = <0xcb>; + + cpu0 { + id = <0x13>; + cpu_direct_reg = <0xa030000 0x2000>; + cpu_direct_mux = <0x8000200 0x00 0x00>; + }; + + cpu1 { + id = <0x14>; + cpu_direct_reg = <0xa034000 0x2000>; + cpu_direct_mux = <0x8000200 0x00 0x00>; + }; + + npu { + id = <0x12>; + power-domains = <0x13 0x04>; + }; + + usb_pcie { + id = <0x0d>; + power-domains = <0x13 0x07>; + }; + + gpu { + id = <0x06>; + power-domains = <0x13 0x05>; + }; + + iommu0 { + id = <0x0e>; + mode = <0x00>; + pri = <0x03>; + select = <0x01>; + }; + + iommu1 { + id = <0x0f>; + mode = <0x00>; + pri = <0x03>; + select = <0x01>; + }; + + de { + id = <0x02>; + mode = <0x00>; + pri = <0x02>; + select = <0x01>; + power-domains = <0x13 0x01>; + }; + + eink { + id = <0x03>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x01>; + }; + + di { + id = <0x04>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x01>; + }; + + g2d { + id = <0x05>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x01>; + }; + + ve0 { + id = <0x07>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x02>; + }; + + ve1 { + id = <0x08>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x02>; + }; + + ve2 { + id = <0x09>; + mode = <0x00>; + pri = <0x01>; + select = <0x01>; + power-domains = <0x13 0x03>; + }; + + isp { + id = <0x10>; + mode = <0x00>; + pri = <0x02>; + select = <0x01>; + power-domains = <0x13 0x00>; + }; + + csi { + id = <0x11>; + mode = <0x00>; + pri = <0x02>; + select = <0x01>; + power-domains = <0x13 0x00>; + }; + }; + + pinctrl_test@2000000 { + reg = <0x00 0x00 0x00 0x00>; + compatible = "allwinner,sunxi-pinctrl-test"; + device_type = "pinctrl-test"; + pinctrl-0 = <0x30>; + pinctrl-1 = <0x31>; + pinctrl-names = "default\0sleep"; + test-gpios = <0x32 0x01 0x04 0x01>; + suspend-gpios = <0x32 0x01 0x05 0x01>; + wakeup-source; + interrupt-parent = <0x33>; + interrupts = <0x01 0x06 0x04>; + phandle = <0x18f>; + }; + + uart@2500000 { + compatible = "allwinner,uart-v100"; + reg = <0x00 0x2500000 0x00 0x400>; + interrupts = <0x00 0x02 0x04>; + sunxi,uart-fifosize = <0x40>; + clocks = <0x12 0x9a>; + resets = <0x12 0x29>; + uart0_port = <0x00>; + uart0_type = <0x02>; + status = "okay"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x34>; + pinctrl-1 = <0x35>; + phandle = <0x190>; + }; + + uart@2501000 { + compatible = "allwinner,uart-v100"; + device_type = "uart1"; + reg = <0x00 0x2501000 0x00 0x400>; + interrupts = <0x00 0x03 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0x9b>; + resets = <0x12 0x2a>; + uart1_port = <0x01>; + uart1_type = <0x04>; + dmas = <0x36 0x0f 0x36 0x0f>; + dma-names = "fake_tx\0fake_rx"; + status = "okay"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x37>; + pinctrl-1 = <0x38>; + phandle = <0x191>; + }; + + uart@2502000 { + compatible = "allwinner,uart-v100"; + device_type = "uart2"; + reg = <0x00 0x2502000 0x00 0x400>; + interrupts = <0x00 0x04 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0x9c>; + resets = <0x12 0x2b>; + uart2_port = <0x02>; + uart2_type = <0x04>; + dmas = <0x36 0x10 0x36 0x10>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x39>; + pinctrl-1 = <0x3a>; + phandle = <0x192>; + }; + + uart@2503000 { + compatible = "allwinner,uart-v100"; + device_type = "uart3"; + reg = <0x00 0x2503000 0x00 0x400>; + interrupts = <0x00 0x05 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0x9d>; + resets = <0x12 0x2c>; + uart3_port = <0x03>; + uart3_type = <0x04>; + dmas = <0x36 0x11 0x36 0x11>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x3b>; + pinctrl-1 = <0x3c>; + phandle = <0x193>; + }; + + uart@2504000 { + compatible = "allwinner,uart-v100"; + device_type = "uart4"; + reg = <0x00 0x2504000 0x00 0x400>; + interrupts = <0x00 0x06 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0x9e>; + resets = <0x12 0x2d>; + uart4_port = <0x04>; + uart4_type = <0x04>; + dmas = <0x36 0x12 0x36 0x12>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x3d>; + pinctrl-1 = <0x3e>; + phandle = <0x194>; + }; + + uart@2505000 { + compatible = "allwinner,uart-v100"; + device_type = "uart5"; + reg = <0x00 0x2505000 0x00 0x400>; + interrupts = <0x00 0x07 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0x9f>; + resets = <0x12 0x2e>; + uart5_port = <0x05>; + uart5_type = <0x04>; + dmas = <0x36 0x13 0x36 0x13>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x3f>; + pinctrl-1 = <0x40>; + phandle = <0x195>; + }; + + uart@2506000 { + compatible = "allwinner,uart-v100"; + device_type = "uart6"; + reg = <0x00 0x2506000 0x00 0x400>; + interrupts = <0x00 0x08 0x04>; + sunxi,uart-fifosize = <0x100>; + clocks = <0x12 0xa0>; + resets = <0x12 0x2f>; + uart6_port = <0x06>; + uart6_type = <0x04>; + dmas = <0x36 0x14 0x36 0x14>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x41>; + pinctrl-1 = <0x42>; + phandle = <0x196>; + }; + + uart@7080000 { + compatible = "allwinner,uart-v100"; + device_type = "uart7"; + reg = <0x00 0x7080000 0x00 0x400>; + interrupts = <0x00 0xc9 0x04>; + sunxi,uart-fifosize = <0x40>; + clocks = <0x24 0x0f>; + resets = <0x24 0x05>; + uart7_port = <0x07>; + uart7_type = <0x02>; + dmas = <0x36 0x32 0x36 0x32>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x43>; + pinctrl-1 = <0x44>; + phandle = <0x197>; + }; + + uart@7081000 { + compatible = "allwinner,uart-v100"; + device_type = "uart8"; + reg = <0x00 0x7081000 0x00 0x400>; + interrupts = <0x00 0xca 0x04>; + sunxi,uart-fifosize = <0x40>; + clocks = <0x24 0x0f>; + resets = <0x24 0x04>; + uart8_port = <0x08>; + uart8_type = <0x02>; + dmas = <0x36 0x33 0x36 0x33>; + dma-names = "fake_tx\0fake_rx"; + status = "disabled"; + phandle = <0x198>; + }; + + twi@2510000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi0"; + reg = <0x00 0x2510000 0x00 0x400>; + interrupts = <0x00 0x0b 0x04>; + clocks = <0x12 0xa1>; + clock-names = "bus"; + resets = <0x12 0x30>; + dmas = <0x36 0x25 0x36 0x25>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x45>; + pinctrl-1 = <0x46>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x09>; + phandle = <0x199>; + + ctp { + compatible = "allwinner,goodix"; + reg = <0x5d>; + device_type = "ctp"; + status = "disabled"; + ctp_name = "gt9xxnew_ts"; + ctp_twi_id = <0x00>; + ctp_twi_addr = <0x5d>; + ctp_screen_max_x = <0x320>; + ctp_screen_max_y = <0x500>; + ctp_revert_x_flag = <0x01>; + ctp_revert_y_flag = <0x01>; + ctp_exchange_x_y_flag = <0x00>; + ctp_int_port = <0x33 0x07 0x09 0x01>; + ctp_wakeup = <0x33 0x07 0x0a 0x01>; + ctp-supply = <0x47>; + ctp_power_ldo_vol = <0xce4>; + }; + + gt9xx { + compatible = "goodix,gt9xx"; + reg = <0x5d>; + status = "okay"; + irq-gpios = <0x33 0x03 0x14 0x01>; + irq-flags = <0x02>; + reset-gpios = <0x33 0x03 0x15 0x01>; + vdd_ana-supply = <0x47>; + touchscreen-max-id = <0x0b>; + touchscreen-size-x = <0x500>; + touchscreen-size-y = <0x320>; + touchscreen-max-w = <0x200>; + touchscreen-max-p = <0x200>; + goodix,slide-wakeup = <0x00>; + goodix,type-a-report = <0x01>; + goodix,driver-send-cfg = <0x00>; + goodix,send-cfg-id = <0x00>; + goodix,resume-in-workqueue = <0x00>; + goodix,int-sync = <0x01>; + goodix,revert_x = <0x00>; + goodix,revert_y = <0x00>; + goodix,swap-x2y = <0x00>; + goodix,tp_idle_support = <0x01>; + goodix,esd-protect = <0x01>; + goodix,auto-update-cfg = <0x00>; + goodix,power-off-sleep = <0x01>; + goodix,pen-suppress-finger = <0x00>; + goodix,cfg-group0 = [b4 00 05 20 03 0a 3d 00 01 0a 28 0f 50 32 03 05 00 00 00 00 00 00 06 17 19 1f 14 8e 2e 99 2d 2f 35 11 00 00 00 1a 03 10 00 00 00 00 00 00 00 00 00 00 00 32 50 94 d5 02 07 00 00 04 8e 48 00 8a 4d 00 86 53 00 83 59 00 80 60 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 04 05 06 07 08 09 0c 0d 0e 0f 10 11 14 15 16 17 ff ff ff ff ff ff ff ff ff ff ff ff 28 27 26 25 24 23 22 21 20 1f 1e 1c 1b 19 13 12 11 10 0f 0d 0c 0a 08 07 06 04 02 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ab 01]; + }; + }; + + twi@2511000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi1"; + reg = <0x00 0x2511000 0x00 0x400>; + interrupts = <0x00 0x0c 0x04>; + clocks = <0x12 0xa2>; + clock-names = "bus"; + resets = <0x12 0x31>; + dmas = <0x36 0x26 0x36 0x26>; + dma-names = "tx\0rx"; + status = "disabled"; + phandle = <0x19a>; + }; + + twi@2512000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi2"; + reg = <0x00 0x2512000 0x00 0x400>; + interrupts = <0x00 0x0d 0x04>; + clocks = <0x12 0xa3>; + clock-names = "bus"; + resets = <0x12 0x32>; + dmas = <0x36 0x27 0x36 0x27>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x48>; + pinctrl-1 = <0x49>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x4a>; + phandle = <0x19b>; + }; + + twi@2513000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi3"; + reg = <0x00 0x2513000 0x00 0x400>; + interrupts = <0x00 0x0e 0x04>; + clocks = <0x12 0xa4>; + clock-names = "bus"; + resets = <0x12 0x33>; + dmas = <0x36 0x28 0x36 0x28>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x4b>; + pinctrl-1 = <0x4c>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x4a>; + phandle = <0x19c>; + + hym8563@51 { + compatible = "haoyu,hym8563"; + reg = <0x51>; + #clock-cells = <0x00>; + clock-frequency = <0x8000>; + clock-output-names = "hym8563"; + pinctrl-names = "default"; + pinctrl-0 = <0x4d>; + interrupt-parent = <0x33>; + interrupts = <0x0a 0x14 0x08>; + status = "disabled"; + phandle = <0x19d>; + }; + }; + + twi@2514000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi4"; + reg = <0x00 0x2514000 0x00 0x400>; + interrupts = <0x00 0x0f 0x04>; + clocks = <0x12 0xa5>; + clock-names = "bus"; + resets = <0x12 0x34>; + dmas = <0x36 0x29 0x36 0x29>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x186a0>; + pinctrl-0 = <0x4e>; + pinctrl-1 = <0x4f>; + pinctrl-names = "default\0sleep"; + no_suspend = <0x01>; + twi_drv_used = <0x01>; + phandle = <0x19e>; + + touchscreen@14 { + compatible = "goodix,gt9271"; + reg = <0x14>; + interrupt-parent = <0x33>; + interrupts = <0x04 0x08 0x04>; + irq-gpios = <0x33 0x04 0x08 0x00>; + reset-gpios = <0x33 0x04 0x05 0x00>; + touchscreen-inverted-x; + touchscreen-swapped-x-y; + touchscreen-size-x = <0x500>; + touchscreen-size-y = <0x320>; + }; + }; + + twi@2515000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi5"; + reg = <0x00 0x2515000 0x00 0x400>; + interrupts = <0x00 0x10 0x04>; + clocks = <0x12 0xa6>; + clock-names = "bus"; + resets = <0x12 0x35>; + dmas = <0x36 0x2a 0x36 0x2a>; + dma-names = "tx\0rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x50>; + pinctrl-1 = <0x51>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x09>; + phandle = <0x19f>; + }; + + twi@2516000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi6"; + reg = <0x00 0x2516000 0x00 0x400>; + interrupts = <0x00 0x11 0x04>; + clocks = <0x12 0xa7>; + clock-names = "bus"; + resets = <0x12 0x36>; + dmas = <0x36 0x2b 0x36 0x2b>; + dma-names = "tx\0rx"; + status = "disabled"; + phandle = <0x1a0>; + }; + + twi@2517000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi7"; + reg = <0x00 0x2517000 0x00 0x400>; + interrupts = <0x00 0x12 0x04>; + clocks = <0x12 0xa8>; + clock-names = "bus"; + resets = <0x12 0x37>; + dmas = <0x36 0x2c 0x36 0x2c>; + dma-names = "tx\0rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x52>; + pinctrl-1 = <0x53>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x09>; + phandle = <0x1a1>; + + ac101b@3e { + pa-pin-msleep-1 = <0x00>; + phandle = <0x121>; + }; + + ac107@36 { + status = "okay"; + phandle = <0x136>; + }; + }; + + twi@2518000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi8"; + reg = <0x00 0x2518000 0x00 0x400>; + interrupts = <0x00 0x13 0x04>; + clocks = <0x12 0xa9>; + clock-names = "bus"; + resets = <0x12 0x38>; + dmas = <0x36 0x2d 0x36 0x2d>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x54>; + pinctrl-1 = <0x55>; + pinctrl-names = "default\0sleep"; + no_suspend = <0x01>; + twi_drv_used = <0x01>; + phandle = <0x1a2>; + + es8388@10 { + status = "okay"; + #sound-dai-cells = <0x00>; + compatible = "everest,es8388\0everest,es8323"; + reg = <0x10>; + assigned-clock-rates = <0xbb8000>; + phandle = <0x12a>; + }; + }; + + twi@2519000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi9"; + reg = <0x00 0x2519000 0x00 0x400>; + interrupts = <0x00 0x14 0x04>; + clocks = <0x12 0xaa>; + clock-names = "bus"; + resets = <0x12 0x39>; + dmas = <0x36 0x3a 0x36 0x3a>; + dma-names = "tx\0rx"; + status = "disabled"; + phandle = <0x1a3>; + }; + + twi@251A000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi10"; + reg = <0x00 0x251a000 0x00 0x400>; + interrupts = <0x00 0x15 0x04>; + clocks = <0x12 0xab>; + clock-names = "bus"; + resets = <0x12 0x3a>; + dmas = <0x36 0x3b 0x36 0x3b>; + dma-names = "tx\0rx"; + status = "disabled"; + phandle = <0x1a4>; + }; + + twi@251B000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi11"; + reg = <0x00 0x251b000 0x00 0x400>; + interrupts = <0x00 0x16 0x04>; + clocks = <0x12 0xac>; + clock-names = "bus"; + resets = <0x12 0x3b>; + dmas = <0x36 0x3c 0x36 0x3c>; + dma-names = "tx\0rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x56>; + pinctrl-1 = <0x57>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + twi-supply = <0x47>; + phandle = <0x1a5>; + + gt9xx_secondary { + compatible = "goodix,gt9xx_secondary"; + reg = <0x5d>; + status = "okay"; + irq-gpios = <0x33 0x08 0x02 0x01>; + irq-flags = <0x02>; + reset-gpios = <0x33 0x08 0x03 0x01>; + vdd_ana-supply = <0x47>; + touchscreen-max-id = <0x0b>; + touchscreen-size-x = <0x500>; + touchscreen-size-y = <0x320>; + touchscreen-max-w = <0x200>; + touchscreen-max-p = <0x200>; + goodix,slide-wakeup = <0x00>; + goodix,type-a-report = <0x01>; + goodix,driver-send-cfg = <0x00>; + goodix,send-cfg-id = <0x00>; + goodix,resume-in-workqueue = <0x00>; + goodix,int-sync = <0x01>; + goodix,revert_x = <0x00>; + goodix,revert_y = <0x00>; + goodix,swap-x2y = <0x00>; + goodix,tp_idle_support = <0x01>; + goodix,esd-protect = <0x01>; + goodix,auto-update-cfg = <0x00>; + goodix,power-off-sleep = <0x01>; + goodix,pen-suppress-finger = <0x00>; + goodix,cfg-group0 = [b4 00 05 20 03 0a 3d 00 01 0a 28 0f 50 32 03 05 00 00 00 00 00 00 06 17 19 1f 14 8e 2e 99 2d 2f 35 11 00 00 00 1a 03 10 00 00 00 00 00 00 00 00 00 00 00 32 50 94 d5 02 07 00 00 04 8e 48 00 8a 4d 00 86 53 00 83 59 00 80 60 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 04 05 06 07 08 09 0c 0d 0e 0f 10 11 14 15 16 17 ff ff ff ff ff ff ff ff ff ff ff ff 28 27 26 25 24 23 22 21 20 1f 1e 1c 1b 19 13 12 11 10 0f 0d 0c 0a 08 07 06 04 02 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ab 01]; + }; + }; + + twi@251C000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "twi12"; + reg = <0x00 0x251c000 0x00 0x400>; + interrupts = <0x00 0x17 0x04>; + clocks = <0x12 0xad>; + clock-names = "bus"; + resets = <0x12 0x3c>; + dmas = <0x36 0x3d 0x36 0x3d>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x58>; + pinctrl-1 = <0x59>; + pinctrl-names = "default\0sleep"; + no_suspend = <0x01>; + twi_drv_used = <0x01>; + phandle = <0x1a6>; + + husb311@4e { + compatible = "hynetek,husb311"; + reg = <0x4e>; + interrupt-parent = <0x33>; + interrupts = <0x0a 0x15 0x08>; + pinctrl-0 = <0x5a>; + pinctrl-names = "default"; + vbus-supply = <0x5b>; + wakeup-source; + status = "okay"; + phandle = <0x1a7>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + + endpoint@0 { + remote-endpoint = <0x5c>; + phandle = <0xa9>; + }; + }; + }; + + connector { + compatible = "usb-c-connector"; + label = "USB-C"; + data-role = "dual"; + power-role = "dual"; + try-power-role = "sink"; + op-sink-microwatt = <0xf4240>; + typec-power-opmode = "default"; + slow-charger-loop; + sink-pdos = <0x22019032 0x864190c8>; + source-pdos = <0x22019032 0x86419078>; + sink-vdos = <0xd1002e99 0x00 0x3110000>; + sink-vdos-v1 = <0xd1002e99 0x00 0x3110000>; + phandle = <0x1a8>; + + altmodes { + #address-cells = <0x01>; + #size-cells = <0x00>; + + altmode@0 { + reg = <0x00>; + svid = <0xff01>; + vdo = <0xffffffff>; + }; + }; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + + endpoint@0 { + remote-endpoint = <0x5d>; + phandle = <0x149>; + }; + }; + + port@1 { + reg = <0x01>; + + endpoint@1 { + remote-endpoint = <0x5e>; + phandle = <0x14a>; + }; + }; + }; + }; + }; + }; + + twi@7083000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "s_twi0"; + reg = <0x00 0x7083000 0x00 0x400>; + interrupts = <0x00 0xcb 0x04>; + clocks = <0x24 0x12>; + clock-names = "bus"; + resets = <0x24 0x08>; + dmas = <0x36 0x2f 0x36 0x2f>; + dma-names = "tx\0rx"; + status = "okay"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x5f>; + pinctrl-1 = <0x60>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + no_suspend = <0x01>; + phandle = <0x1a9>; + + pmu@34 { + compatible = "x-powers,axp515"; + reg = <0x34>; + status = "disabled"; + interrupts = <0x00 0x08>; + interrupt-parent = <0x61>; + x-powers,drive-vbus-en; + pmu_irq_wakeup = <0x01>; + pmu_hot_shutdown = <0x01>; + pmu_thermal_threshold = <0x78>; + wakeup-source; + phandle = <0x1aa>; + + powerkey@0 { + status = "disabled"; + compatible = "x-powers,axp515-pek"; + phandle = <0x1ab>; + }; + + usb_power_supply { + compatible = "x-powers,axp515-usb-power-supply"; + status = "disabled"; + pmu_usbpc_vol = <0x11f8>; + pmu_usbpc_cur = <0x1f4>; + pmu_usbad_vol = <0x1194>; + pmu_usbad_cur = <0x9c4>; + pmu_usb_typec_used = <0x01>; + wakeup_usb_in; + wakeup_usb_out; + wakeup_typec_in; + wakeup_typec_out; + det_battery_supply = <0x62>; + phandle = <0x1ac>; + }; + + bat-power-supply { + compatible = "x-powers,axp515-bat-power-supply"; + status = "disabled"; + pmu_chg_ic_temp = <0x00>; + pmu_battery_rdc = <0x58>; + pmu_battery_cap = <0x1bad>; + pmu_runtime_chgcur = <0x3e8>; + pmu_suspend_chgcur = <0x5dc>; + pmu_shutdown_chgcur = <0x5dc>; + pmu_init_chgvol = <0x10fe>; + pmu_battery_warning_level1 = <0x0f>; + pmu_battery_warning_level2 = <0x00>; + pmu_chgled_func = <0x00>; + pmu_chgled_type = <0x00>; + pmu_bat_para1 = <0x00>; + pmu_bat_para2 = <0x00>; + pmu_bat_para3 = <0x00>; + pmu_bat_para4 = <0x00>; + pmu_bat_para5 = <0x01>; + pmu_bat_para6 = <0x02>; + pmu_bat_para7 = <0x02>; + pmu_bat_para8 = <0x02>; + pmu_bat_para9 = <0x03>; + pmu_bat_para10 = <0x07>; + pmu_bat_para11 = <0x0c>; + pmu_bat_para12 = <0x0f>; + pmu_bat_para13 = <0x14>; + pmu_bat_para14 = <0x19>; + pmu_bat_para15 = <0x20>; + pmu_bat_para16 = <0x25>; + pmu_bat_para17 = <0x2b>; + pmu_bat_para18 = <0x33>; + pmu_bat_para19 = <0x39>; + pmu_bat_para20 = <0x3d>; + pmu_bat_para21 = <0x41>; + pmu_bat_para22 = <0x46>; + pmu_bat_para23 = <0x49>; + pmu_bat_para24 = <0x4e>; + pmu_bat_para25 = <0x51>; + pmu_bat_para26 = <0x55>; + pmu_bat_para27 = <0x58>; + pmu_bat_para28 = <0x5c>; + pmu_bat_para29 = <0x5d>; + pmu_bat_para30 = <0x61>; + pmu_bat_para31 = <0x64>; + pmu_bat_para32 = <0x64>; + pmu_bat_temp_enable = <0x01>; + pmu_jetia_en = <0x00>; + pmu_bat_charge_ltf = <0x81f>; + pmu_bat_charge_htf = <0xb4>; + pmu_bat_shutdown_ltf = <0xa38>; + pmu_bat_shutdown_htf = <0x9d>; + pmu_jetia_cool = <0x680>; + pmu_jetia_warm = <0xf8>; + pmu_jcool_ifall = <0x01>; + pmu_jwarm_ifall = <0x01>; + pmu_bat_temp_para1 = <0x154a>; + pmu_bat_temp_para2 = <0xcf3>; + pmu_bat_temp_para3 = <0xa38>; + pmu_bat_temp_para4 = <0x81f>; + pmu_bat_temp_para5 = <0x680>; + pmu_bat_temp_para6 = <0x53c>; + pmu_bat_temp_para7 = <0x43e>; + pmu_bat_temp_para8 = <0x2d7>; + pmu_bat_temp_para9 = <0x1f2>; + pmu_bat_temp_para10 = <0x15c>; + pmu_bat_temp_para11 = <0x125>; + pmu_bat_temp_para12 = <0xf8>; + pmu_bat_temp_para13 = <0xd3>; + pmu_bat_temp_para14 = <0xb4>; + pmu_bat_temp_para15 = <0x85>; + pmu_bat_temp_para16 = <0x64>; + wakeup_bat_out; + wakeup_new_soc; + wakeup_bat_untemp_chg; + wakeup_bat_ovtemp_chg; + phandle = <0x62>; + }; + + regulators@1 { + compatible = "x-powers,axp515-regulator"; + status = "disabled"; + phandle = <0x1ad>; + + drivevbus { + regulator-name = "axp515-drivevbus"; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x63>; + }; + }; + + virtual-drivevbus { + compatible = "xpower-vregulator,drivevbus"; + drivevbus-supply = <0x63>; + }; + }; + + pmu@36 { + compatible = "x-powers,axp8191"; + reg = <0x36>; + status = "okay"; + interrupts = <0x00 0x08>; + interrupt-parent = <0x61>; + pmu_irq_wakeup = <0x01>; + pmu_hot_shutdown = <0x01>; + phandle = <0x1ae>; + + powerkey@1 { + compatible = "x-powers,axp2101-pek"; + status = "okay"; + pmu_powkey_off_en = <0x01>; + pmu_powkey_off_func = <0x01>; + pmu_powkey_off_time = <0x1770>; + pmu_powkey_long_time = <0x5dc>; + pmu_powkey_on_time = <0x3e8>; + wakeup_rising; + wakeup_falling; + phandle = <0x1af>; + }; + + regulators@0 { + phandle = <0x1b0>; + + dcdc1 { + regulator-name = "axp8191-dcdc1"; + regulator-min-microvolt = <0xf4240>; + regulator-max-microvolt = <0x39fbc0>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-ramp-delay = <0xfa>; + regulator-boot-on; + regulator-always-on; + phandle = <0x64>; + }; + + dcdc2 { + regulator-name = "axp8191-dcdc2"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x177fa0>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x65>; + }; + + dcdc3 { + regulator-name = "axp8191-dcdc3"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x177fa0>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x07>; + }; + + dcdc4 { + regulator-name = "axp8191-dcdc4"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x177fa0>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x09>; + }; + + dcdc5 { + regulator-name = "axp8191-dcdc5"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x177fa0>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x2a>; + }; + + dcdc6 { + regulator-name = "axp8191-dcdc6"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x2a1d40>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x66>; + }; + + dcdc7 { + regulator-name = "axp8191-dcdc7"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x1c1380>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x67>; + }; + + dcdc8 { + regulator-name = "axp8191-dcdc8"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x68>; + }; + + dcdc9 { + regulator-name = "axp8191-dcdc9"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-ramp-delay = <0xfa>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x69>; + }; + + rtcldo { + regulator-name = "axp8191-rtcldo"; + regulator-min-microvolt = <0x1b7740>; + regulator-max-microvolt = <0x1b7740>; + regulator-boot-on; + regulator-always-on; + phandle = <0x6a>; + }; + + aldo1 { + regulator-name = "axp8191-aldo1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x6b>; + }; + + aldo2 { + regulator-name = "axp8191-aldo2"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x6c>; + }; + + aldo3 { + regulator-name = "axp8191-aldo3"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x6d>; + }; + + aldo4 { + regulator-name = "axp8191-aldo4"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x6e>; + }; + + aldo5 { + regulator-name = "axp8191-aldo5"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x6f>; + }; + + aldo6 { + regulator-name = "axp8191-aldo6"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x70>; + }; + + dldo1 { + regulator-name = "axp8191-dldo1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x71>; + }; + + dldo2 { + regulator-name = "axp8191-dldo2"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x4a>; + }; + + dldo3 { + regulator-name = "axp8191-dldo3"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x72>; + }; + + dldo4 { + regulator-name = "axp8191-dldo4"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x73>; + }; + + dldo5 { + regulator-name = "axp8191-dldo5"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x74>; + }; + + dldo6 { + regulator-name = "axp8191-dldo6"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x2f>; + }; + + eldo1 { + regulator-name = "axp8191-eldo1"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x75>; + }; + + eldo2 { + regulator-name = "axp8191-eldo2"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-boot-on; + regulator-always-on; + phandle = <0x76>; + }; + + eldo3 { + regulator-name = "axp8191-eldo3"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x77>; + }; + + eldo4 { + regulator-name = "axp8191-eldo4"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x78>; + }; + + eldo5 { + regulator-name = "axp8191-eldo5"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + phandle = <0x79>; + }; + + eldo6 { + regulator-name = "axp8191-eldo6"; + regulator-min-microvolt = <0x7a120>; + regulator-max-microvolt = <0x33e140>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-always-on; + regulator-boot-on; + phandle = <0x7a>; + }; + + dc1sw1 { + regulator-name = "axp8191-dc1sw1"; + swin-supply = <0x64>; + phandle = <0x47>; + }; + + dc1sw2 { + regulator-name = "axp8191-dc1sw2"; + swin-supply = <0x64>; + phandle = <0x7b>; + }; + }; + + virtual-dcdc1 { + compatible = "xpower-vregulator,dcdc1"; + dcdc1-supply = <0x64>; + }; + + virtual-dcdc2 { + compatible = "xpower-vregulator,dcdc2"; + dcdc2-supply = <0x65>; + }; + + virtual-dcdc3 { + compatible = "xpower-vregulator,dcdc3"; + dcdc3-supply = <0x07>; + }; + + virtual-dcdc4 { + compatible = "xpower-vregulator,dcdc4"; + dcdc4-supply = <0x09>; + }; + + virtual-dcdc5 { + compatible = "xpower-vregulator,dcdc5"; + dcdc5-supply = <0x2a>; + }; + + virtual-dcdc6 { + compatible = "xpower-vregulator,dcdc6"; + dcdc6-supply = <0x66>; + }; + + virtual-dcdc7 { + compatible = "xpower-vregulator,dcdc7"; + dcdc7-supply = <0x67>; + }; + + virtual-dcdc8 { + compatible = "xpower-vregulator,dcdc8"; + dcdc8-supply = <0x68>; + }; + + virtual-dcdc9 { + compatible = "xpower-vregulator,dcdc9"; + dcdc9-supply = <0x69>; + }; + + virtual-rtcldo { + compatible = "xpower-vregulator,rtcldo"; + rtcldo-supply = <0x6a>; + }; + + virtual-aldo1 { + compatible = "xpower-vregulator,aldo1"; + aldo1-supply = <0x6b>; + }; + + virtual-aldo2 { + compatible = "xpower-vregulator,aldo2"; + aldo2-supply = <0x6c>; + }; + + virtual-aldo3 { + compatible = "xpower-vregulator,aldo3"; + aldo3-supply = <0x6d>; + }; + + virtual-aldo4 { + compatible = "xpower-vregulator,aldo4"; + aldo4-supply = <0x6e>; + }; + + virtual-aldo5 { + compatible = "xpower-vregulator,aldo5"; + aldo5-supply = <0x6f>; + }; + + virtual-aldo6 { + compatible = "xpower-vregulator,aldo6"; + aldo6-supply = <0x70>; + }; + + virtual-dldo1 { + compatible = "xpower-vregulator,dldo1"; + dldo1-supply = <0x71>; + }; + + virtual-dldo2 { + compatible = "xpower-vregulator,dldo2"; + dldo2-supply = <0x4a>; + }; + + virtual-dldo3 { + compatible = "xpower-vregulator,dldo3"; + dldo3-supply = <0x72>; + }; + + virtual-dldo4 { + compatible = "xpower-vregulator,dldo4"; + dldo4-supply = <0x73>; + }; + + virtual-dldo5 { + compatible = "xpower-vregulator,dldo5"; + dldo5-supply = <0x74>; + }; + + virtual-dldo6 { + compatible = "xpower-vregulator,dldo6"; + dldo6-supply = <0x2f>; + }; + + virtual-eldo1 { + compatible = "xpower-vregulator,eldo1"; + eldo1-supply = <0x75>; + }; + + virtual-eldo2 { + compatible = "xpower-vregulator,eldo2"; + eldo2-supply = <0x76>; + }; + + virtual-eldo3 { + compatible = "xpower-vregulator,eldo3"; + eldo3-supply = <0x77>; + }; + + virtual-eldo4 { + compatible = "xpower-vregulator,eldo4"; + eldo4-supply = <0x78>; + }; + + virtual-eldo5 { + compatible = "xpower-vregulator,eldo5"; + eldo5-supply = <0x79>; + }; + + virtual-eldo6 { + compatible = "xpower-vregulator,eldo6"; + eldo6-supply = <0x7a>; + }; + + virtual-dc1sw1 { + compatible = "xpower-vregulator,dc1sw1"; + dc1sw-supply = <0x47>; + }; + + virtual-dc1sw2 { + compatible = "xpower-vregulator,dc1sw2"; + dc1sw-supply = <0x7b>; + }; + }; + }; + + twi@7084000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "s_twi1"; + reg = <0x00 0x7084000 0x00 0x400>; + interrupts = <0x00 0xcc 0x04>; + clocks = <0x24 0x11>; + clock-names = "bus"; + resets = <0x24 0x07>; + dmas = <0x36 0x30 0x36 0x30>; + dma-names = "tx\0rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x7c>; + pinctrl-1 = <0x7d>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + phandle = <0x1b1>; + }; + + twi@7085000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-twi-v101"; + device_type = "s_twi2"; + reg = <0x00 0x7085000 0x00 0x400>; + interrupts = <0x00 0xcd 0x04>; + clocks = <0x24 0x10>; + clock-names = "bus"; + resets = <0x24 0x06>; + dmas = <0x36 0x31 0x36 0x31>; + dma-names = "tx\0rx"; + status = "disabled"; + clock-frequency = <0x61a80>; + pinctrl-0 = <0x7e>; + pinctrl-1 = <0x7f>; + pinctrl-names = "default\0sleep"; + twi_drv_used = <0x01>; + phandle = <0x1b2>; + }; + + pwm@2527000 { + #pwm-cells = <0x03>; + compatible = "allwinner,sunxi-pwm-v203"; + reg = <0x00 0x2527000 0x00 0x400>; + clocks = <0x12 0x66>; + interrupts = <0x00 0x23 0x04>; + resets = <0x12 0x0f>; + pwm-number = <0x0a>; + pwm-base = <0x00>; + sunxi-pwms = <0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89>; + status = "okay"; + phandle = <0x13e>; + }; + + pwm0@2527010 { + compatible = "allwinner,sunxi-pwm0"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527010 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x80>; + }; + + pwm0@2527011 { + compatible = "allwinner,sunxi-pwm1"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527011 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x81>; + }; + + pwm0@2527012 { + compatible = "allwinner,sunxi-pwm2"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527012 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x82>; + }; + + pwm0@2527013 { + compatible = "allwinner,sunxi-pwm3"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527013 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x83>; + }; + + pwm0@2527014 { + compatible = "allwinner,sunxi-pwm4"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527014 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x84>; + }; + + pwm0@2527015 { + compatible = "allwinner,sunxi-pwm5"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527015 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x85>; + }; + + pwm0@2527016 { + compatible = "allwinner,sunxi-pwm6"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527016 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x86>; + }; + + pwm0@2527017 { + compatible = "allwinner,sunxi-pwm7"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527017 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x87>; + }; + + pwm0@2527018 { + compatible = "allwinner,sunxi-pwm8"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527018 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + phandle = <0x88>; + }; + + pwm0@2527019 { + compatible = "allwinner,sunxi-pwm9"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2527019 0x00 0x04>; + reg_base = <0x2527000>; + status = "disabled"; + pinctrl-0 = <0x8a>; + pinctrl-1 = <0x8b>; + phandle = <0x89>; + }; + + pwm@2528000 { + #pwm-cells = <0x03>; + compatible = "allwinner,sunxi-pwm-v203"; + reg = <0x00 0x2528000 0x00 0x400>; + clocks = <0x12 0x67>; + interrupts = <0x00 0x24 0x04>; + resets = <0x12 0x10>; + pwm-number = <0x0a>; + pwm-base = <0x0a>; + sunxi-pwms = <0x8c 0x8d 0x8e 0x8f 0x90 0x91 0x92 0x93 0x94 0x95>; + status = "okay"; + phandle = <0x13f>; + }; + + pwm1@2528010 { + compatible = "allwinner,sunxi-pwm10"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528010 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x8c>; + }; + + pwm1@2528011 { + compatible = "allwinner,sunxi-pwm11"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528011 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x8d>; + }; + + pwm1@2528012 { + compatible = "allwinner,sunxi-pwm12"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528012 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x8e>; + }; + + pwm1@2528013 { + compatible = "allwinner,sunxi-pwm13"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528013 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x8f>; + }; + + pwm1@2528014 { + compatible = "allwinner,sunxi-pwm14"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528014 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x90>; + }; + + pwm1@2528015 { + compatible = "allwinner,sunxi-pwm15"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528015 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x91>; + }; + + pwm1@2528016 { + compatible = "allwinner,sunxi-pwm16"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528016 0x00 0x04>; + reg_base = <0x2528000>; + status = "okay"; + pinctrl-0 = <0x96>; + pinctrl-1 = <0x97>; + phandle = <0x92>; + }; + + pwm1@2528017 { + compatible = "allwinner,sunxi-pwm17"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528017 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x93>; + }; + + pwm1@2528018 { + compatible = "allwinner,sunxi-pwm18"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528018 0x00 0x04>; + reg_base = <0x2528000>; + status = "disabled"; + phandle = <0x94>; + }; + + pwm1@2528019 { + compatible = "allwinner,sunxi-pwm19"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x2528019 0x00 0x04>; + reg_base = <0x2528000>; + status = "okay"; + pinctrl-0 = <0x98>; + pinctrl-1 = <0x99>; + phandle = <0x95>; + }; + + pwm@7023000 { + #pwm-cells = <0x03>; + compatible = "allwinner,sunxi-pwm-v204"; + reg = <0x00 0x7023000 0x00 0x400>; + clocks = <0x24 0x0a 0x24 0x09>; + interrupts = <0x00 0xcf 0x04>; + clock-names = "clk_pwm\0clk_bus_pwm"; + resets = <0x24 0x01>; + pwm-number = <0x0a>; + pwm-base = <0x14>; + sunxi-pwms = <0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3>; + status = "okay"; + phandle = <0x1b3>; + }; + + s_pwm0@7023010 { + compatible = "allwinner,sunxi-pwm20"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023010 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9a>; + }; + + s_pwm0@7023011 { + compatible = "allwinner,sunxi-pwm21"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023011 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9b>; + }; + + s_pwm0@7023012 { + compatible = "allwinner,sunxi-pwm22"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023012 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9c>; + }; + + s_pwm0@7023013 { + compatible = "allwinner,sunxi-pwm23"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023013 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9d>; + }; + + s_pwm0@7023014 { + compatible = "allwinner,sunxi-pwm24"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023014 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9e>; + }; + + s_pwm0@7023015 { + compatible = "allwinner,sunxi-pwm25"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023015 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0x9f>; + }; + + s_pwm0@7023016 { + compatible = "allwinner,sunxi-pwm26"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023016 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0xa0>; + }; + + s_pwm0@7023017 { + compatible = "allwinner,sunxi-pwm27"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023017 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0xa1>; + }; + + s_pwm0@7023018 { + compatible = "allwinner,sunxi-pwm28"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023018 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0xa2>; + }; + + s_pwm0@7023019 { + compatible = "allwinner,sunxi-pwm29"; + pinctrl-names = "active\0sleep"; + reg = <0x00 0x7023019 0x00 0x04>; + reg_base = <0x7023000>; + status = "disabled"; + phandle = <0xa3>; + }; + + lradc@2524000 { + compatible = "allwinner,keyboard_1350mv"; + reg = <0x00 0x2524000 0x00 0x100>; + interrupts = <0x00 0x25 0x04>; + clocks = <0x12 0xc1>; + resets = <0x12 0x47>; + status = "okay"; + key_cnt = <0x05>; + key0 = <0xd2 0x73>; + key1 = <0x19a 0x72>; + key2 = <0x24e 0x8b>; + key3 = <0x2ee 0x1c>; + key4 = <0x370 0xac>; + phandle = <0x1b4>; + }; + + gpadc@2521000 { + compatible = "allwinner,sunxi-gpadc-v101"; + reg = <0x00 0x2521000 0x00 0x400>; + interrupts = <0x00 0x26 0x04>; + clocks = <0x12 0xbb 0x12 0xba>; + clock-names = "bus\0hosc"; + resets = <0x12 0x43>; + status = "disabled"; + channel_num = <0x08>; + channel_select = <0xf0>; + channel_data_select = <0x00>; + channel_compare_select = <0x00>; + channel_cld_select = <0x00>; + channel_chd_select = <0x00>; + channel0_compare_lowdata = <0x19f0a0>; + channel0_compare_higdata = <0x124f80>; + channel1_compare_lowdata = <0x704e0>; + channel1_compare_higdata = <0x124f80>; + phandle = <0x1b5>; + }; + + irrx@2526000 { + compatible = "allwinner,irrx"; + reg = <0x00 0x2526000 0x00 0x400>; + interrupts = <0x00 0x20 0x04>; + clocks = <0x12 0xbe 0x2e 0x12 0xbd>; + clock-names = "bus\0pclk\0mclk"; + resets = <0x12 0x45>; + status = "disabled"; + phandle = <0x1b6>; + }; + + irrx@7040000 { + compatible = "allwinner,irrx"; + reg = <0x00 0x7040000 0x00 0x400>; + interrupts = <0x00 0xce 0x04>; + clocks = <0x24 0x17 0x12 0x00 0x24 0x16>; + clock-names = "bus\0pclk\0mclk"; + resets = <0x24 0x09>; + status = "okay"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0xa4>; + pinctrl-1 = <0xa5>; + phandle = <0x1b7>; + }; + + irtx@2525000 { + compatible = "allwinner,irtx"; + reg = <0x00 0x2525000 0x00 0x400>; + interrupts = <0x00 0x1f 0x04>; + clocks = <0x12 0xc0 0x2e 0x12 0xbf>; + clock-names = "bus\0pclk\0mclk"; + resets = <0x12 0x46>; + status = "disabled"; + phandle = <0x1b8>; + }; + + ledc@2520000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-leds"; + reg = <0x00 0x2520000 0x00 0x400>; + interrupts = <0x00 0x21 0x04>; + clocks = <0x12 0x102 0x12 0x103>; + clock-names = "clk_ledc\0clk_cpuapb"; + resets = <0x12 0x71>; + reset-names = "ledc_reset"; + dmas = <0x36 0x2e>; + dma-names = "tx"; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0xa6>; + pinctrl-1 = <0xa7>; + led_count = <0x22>; + output_mode = "GRB"; + reset_ns = <0x54>; + t1h_ns = <0x320>; + t1l_ns = <0x140>; + t0h_ns = <0x12c>; + t0l_ns = <0x320>; + wait_time0_ns = <0x54>; + wait_time1_ns = <0x54>; + wait_data_time_ns = <0x927c0>; + phandle = <0x1b9>; + }; + + npu@3600000 { + compatible = "allwinner,npu"; + reg = <0x00 0x3600000 0x00 0x1000>; + device_type = "npu"; + dev_name = "npu"; + interrupts = <0x00 0x41 0x04>; + interrupt-names = "npu"; + clocks = <0x12 0x86 0x12 0x27 0x12 0x87 0x12 0x51 0x12 0x45>; + clock-names = "clk_npu\0clk_parent\0clk_bus\0clk_mbus_gate\0clk_ahb_gate"; + operating-points-v2 = <0xa8>; + resets = <0x12 0x1f 0x12 0x1e 0x12 0x1d>; + reset-names = "npu_rst\0npu_axi_rst\0npu_ahb_rst"; + power-domains = <0x13 0x04>; + npu-vf = <0x3f0>; + status = "okay"; + npu-setvol = <0x01>; + npu-supply = <0x67>; + phandle = <0x1ba>; + }; + + hwspinlock@3005000 { + compatible = "allwinner,sunxi-hwspinlock"; + reg = <0x00 0x3005000 0x00 0x1000>; + #hwlock-cells = <0x01>; + clocks = <0x12 0x64>; + clock-names = "clk_hwspinlock_bus"; + resets = <0x12 0x0d>; + reset-names = "rst"; + num-locks = <0x20>; + status = "okay"; + phandle = <0x1bb>; + }; + + msgbox@3004000 { + compatible = "allwinner,sun60iw2-msgbox"; + #mbox-cells = <0x01>; + reg = <0x00 0x3004000 0x00 0x1000 0x00 0x7094000 0x00 0x1000>; + interrupts = <0x00 0x00 0x04 0x00 0xd3 0x04>; + clocks = <0x12 0x65>; + clock-names = "msgbox"; + resets = <0x12 0x0e>; + reset-names = "rst"; + local_id = <0x00>; + status = "okay"; + phandle = <0x1bc>; + }; + + a55_rproc@0 { + compatible = "allwinner,arm64-rproc"; + status = "disabled"; + phandle = <0x1bd>; + }; + + ce@4603000 { + compatible = "allwinner,sunxi-ce"; + device_name = "ce"; + reg = <0x00 0x4603000 0x00 0xa0 0x00 0x4603800 0x00 0xa0>; + interrupts = <0x00 0xa8 0x01 0x00 0xa9 0x01>; + clock-frequency = <0x17d78400>; + clocks = <0x12 0x85 0x12 0x83 0x12 0x5f 0x12 0x07 0x12 0x84>; + clock-names = "bus_ce\0ce_clk\0mbus_ce\0clk_src\0ce_sys_clk"; + resets = <0x12 0x1c>; + status = "okay"; + phandle = <0x1be>; + }; + + usbc0@10 { + device_type = "usbc0"; + compatible = "allwinner,sunxi-otg-manager"; + reg = <0x00 0x10 0x00 0x1000>; + usb_port_type = <0x02>; + usb_detect_type = <0x03>; + usb_detect_mode = <0x00>; + usb_id_gpio = <0x32 0x00 0x0b 0x00>; + usb_det_vbus_gpio = <0x32 0x01 0x05 0x00>; + usb_regulator_io = "nocare"; + usb_wakeup_suspend = <0x00>; + usb_luns = <0x03>; + usb_serial_unique = <0x00>; + usb_serial_number = "20080411"; + rndis_wceis = <0x01>; + status = "okay"; + usb-role-switch; + enable-active-high; + detvbus_io-supply = <0x74>; + phandle = <0x1bf>; + + port { + #address-cells = <0x01>; + #size-cells = <0x00>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xa9>; + phandle = <0x5c>; + }; + }; + }; + + udc-controller@4100000 { + compatible = "allwinner,sunxi-udc"; + reg = <0x00 0x4100000 0x00 0x1000 0x00 0x00 0x00 0x100>; + interrupts = <0x00 0x9c 0x04>; + clocks = <0x12 0xdd 0x12 0xd7 0x12 0x10b 0x12 0x42 0x12 0x3b>; + clock-names = "hosc\0bus_otg\0res_dcap\0usb_sys_ahb\0msi_lite"; + resets = <0x12 0x52 0x12 0x51>; + reset-names = "otg\0phy"; + aw,dma_addr_extend; + aw,dma_wordaddr_bypass = <0x01>; + status = "okay"; + phy_range = <0x188>; + phandle = <0x1c0>; + }; + + ehci0-controller@4101000 { + compatible = "allwinner,sunxi-ehci0"; + reg = <0x00 0x4101000 0x00 0xfff 0x00 0x00 0x00 0x100 0x00 0x4100000 0x00 0x1000>; + interrupts = <0x00 0x9d 0x04>; + clocks = <0x12 0xdd 0x12 0xd8 0x12 0x10b 0x12 0x42 0x12 0x3b>; + clock-names = "hosc\0bus_hci\0res_dcap\0usb_sys_ahb\0msi_lite"; + resets = <0x12 0x53 0x12 0x51>; + reset-names = "hci\0phy"; + hci_ctrl_no = <0x00>; + status = "okay"; + phy_range = <0x188>; + drvvbus-supply = <0x5b>; + phandle = <0x1c1>; + }; + + ohci0-controller@4101400 { + compatible = "allwinner,sunxi-ohci0"; + reg = <0x00 0x4101400 0x00 0xfff 0x00 0x00 0x00 0x100 0x00 0x4100000 0x00 0x1000>; + interrupts = <0x00 0x9e 0x04>; + clocks = <0x12 0xdd 0x12 0xd9 0x12 0xd6 0x12 0x10b 0x12 0x42 0x12 0x3b>; + clock-names = "hosc\0bus_hci\0ohci\0res_dcap\0usb_sys_ahb\0msi_lite"; + resets = <0x12 0x54 0x12 0x51>; + reset-names = "hci\0phy"; + hci_ctrl_no = <0x00>; + status = "okay"; + phy_range = <0x188>; + drvvbus-supply = <0x5b>; + phandle = <0x1c2>; + }; + + usbc1@11 { + device_type = "usbc1"; + reg = <0x00 0x11 0x00 0x1000>; + usb_regulator_io = "nocare"; + usb_wakeup_suspend = <0x00>; + status = "okay"; + phandle = <0x1c3>; + }; + + ehci1-controller@4200000 { + compatible = "allwinner,sunxi-ehci1"; + reg = <0x00 0x4200000 0x00 0xfff 0x00 0x00 0x00 0x100 0x00 0x4100000 0x00 0x1000>; + interrupts = <0x00 0x9f 0x04>; + clocks = <0x12 0xdd 0x12 0xdb 0x12 0x10b 0x12 0x42 0x12 0x3b>; + clock-names = "hosc\0bus_hci\0res_dcap\0usb_sys_ahb\0msi_lite"; + resets = <0x12 0x56 0x12 0x55>; + reset-names = "hci\0phy"; + hci_ctrl_no = <0x01>; + status = "okay"; + drvvbus-supply = <0xaa>; + phy_range = <0x188>; + phandle = <0x1c4>; + }; + + ohci1-controller@4200400 { + compatible = "allwinner,sunxi-ohci1"; + reg = <0x00 0x4200400 0x00 0xfff 0x00 0x00 0x00 0x100 0x00 0x4100000 0x00 0x1000>; + interrupts = <0x00 0xa0 0x04>; + clocks = <0x12 0xdd 0x12 0xdc 0x12 0xda 0x12 0x10b 0x12 0x42 0x12 0x3b>; + clock-names = "hosc\0bus_hci\0ohci\0res_dcap\0usb_sys_ahb\0msi_lite"; + resets = <0x12 0x57 0x12 0x55>; + reset-names = "hci\0phy"; + hci_ctrl_no = <0x01>; + status = "okay"; + drvvbus-supply = <0xaa>; + phy_range = <0x188>; + phandle = <0x1c5>; + }; + + usbc2@12 { + device_type = "usbc2"; + compatible = "allwinner,sunxi-plat-dwc3"; + reg = <0x00 0x12 0x00 0x1000>; + #address-cells = <0x02>; + #size-cells = <0x02>; + ranges; + aw,inv-sync-hdr-quirk; + status = "okay"; + drvvbus-supply = <0xaa>; + phandle = <0x1c6>; + + xhci2-controller@6a00000 { + compatible = "snps,dwc3"; + reg = <0x00 0x6a00000 0x00 0x100000>; + interrupts = <0x00 0x9b 0x04>; + dr_mode = "host"; + clocks = <0x12 0xe0 0x12 0xde 0x12 0xdf>; + clock-names = "bus_clk\0ref_clk\0suspend"; + assigned-clocks = <0x12 0xdf>; + assigned-clock-rates = <0x16e3600>; + resets = <0x12 0x58>; + reset-names = "hci"; + power-domains = <0x13 0x08>; + maximum-speed = "super-speed-plus"; + phy_type = "utmi"; + snps,dis_enblslpm_quirk; + snps,dis-u1-entry-quirk; + snps,dis-u2-entry-quirk; + snps,dis_u3_susphy_quirk; + snps,dis_u2_susphy_quirk; + phys = <0xab 0xac>; + phy-names = "usb2-phy\0usb3-phy"; + status = "okay"; + phandle = <0x1c7>; + }; + }; + + phy@6b00000 { + compatible = "allwinner,sunxi-plat-phy"; + reg = <0x00 0x6b00000 0x00 0x800 0x00 0x3000000 0x00 0x300>; + reg-names = "u2_base\0res_base"; + clocks = <0x12 0x10b>; + clock-names = "res_dcap"; + aw,rext_mode = <0x02>; + aw,phy_tune_param = <0x143338d6>; + #phy-cells = <0x00>; + status = "okay"; + phandle = <0xab>; + }; + + vind@5800800 { + compatible = "allwinner,sunxi-vin-media\0simple-bus"; + #address-cells = <0x02>; + #size-cells = <0x02>; + ranges; + device_id = <0x00>; + csi_top = <0x134fd900>; + csi_isp = <0x134fd900>; + reg = <0x00 0x5800800 0x00 0x200 0x00 0x5800000 0x00 0x800 0x00 0x5810000 0x00 0x100>; + interrupts = <0x00 0x87 0x04>; + clocks = <0x12 0x108 0x12 0x19 0x12 0x105 0x2e 0x12 0x1a 0x12 0x106 0x2e 0x12 0x1a 0x12 0x107 0x2e 0x12 0x1a 0x12 0x10a 0x12 0x19 0x12 0x109 0x12 0x5c 0x12 0x5b>; + clock-names = "csi_top\0csi_top_src\0csi_mclk0\0csi_mclk0_24m\0csi_mclk0_pll\0csi_mclk1\0csi_mclk1_24m\0csi_mclk1_pll\0csi_mclk2\0csi_mclk2_24m\0csi_mclk2_pll\0csi_isp\0csi_isp_src\0csi_bus\0csi_mbus\0csi_isp_mbus"; + resets = <0x12 0x73>; + reset-names = "csi_ret\0isp_ret"; + pinctrl-names = "mclk0-default\0mclk0-sleep\0mclk1-default\0mclk1-sleep\0mclk2-default\0mclk2-sleep"; + pinctrl-0 = <0xad>; + pinctrl-1 = <0xae>; + pinctrl-2 = <0xaf>; + pinctrl-3 = <0xb0>; + pinctrl-4 = <0xb1>; + pinctrl-5 = <0xb2>; + power-domains = <0x13 0x00>; + status = "okay"; + vind_mclkpin-supply = <0x4a>; + vind_mclkpin_vol = <0x1b7740>; + vind_mcsipin-supply = <0x4a>; + vind_mcsipin_vol = <0x1b7740>; + vind_mipipin-supply = <0x6d>; + vind_mipipin_vol = <0x1b7740>; + phandle = <0x1c8>; + + csi@5820000 { + compatible = "allwinner,sunxi-csi"; + reg = <0x00 0x5820000 0x00 0x1000>; + interrupts = <0x00 0x7d 0x04>; + device_id = <0x00>; + status = "okay"; + phandle = <0x1c9>; + }; + + csi@5821000 { + compatible = "allwinner,sunxi-csi"; + reg = <0x00 0x5821000 0x00 0x1000>; + interrupts = <0x00 0x7e 0x04>; + pinctrl-names = "default\0sleep"; + pinctrl-0; + pinctrl-1; + device_id = <0x01>; + status = "okay"; + phandle = <0x1ca>; + }; + + csi@5822000 { + compatible = "allwinner,sunxi-csi"; + reg = <0x00 0x5822000 0x00 0x1000>; + interrupts = <0x00 0x7f 0x04>; + pinctrl-names = "default\0sleep"; + pinctrl-0; + pinctrl-1; + device_id = <0x02>; + status = "disabled"; + phandle = <0x1cb>; + }; + + mipi@5810100 { + compatible = "allwinner,sunxi-mipi"; + reg = <0x00 0x5810100 0x00 0x100 0x00 0x5811000 0x00 0x400>; + interrupts = <0x00 0x85 0x04>; + pinctrl-names = "mipi0-default\0mipi0-sleep"; + pinctrl-0 = <0xb3>; + pinctrl-1 = <0xb4>; + device_id = <0x00>; + status = "okay"; + phandle = <0x1cc>; + }; + + mipi@5810200 { + compatible = "allwinner,sunxi-mipi"; + reg = <0x00 0x5810200 0x00 0x100 0x00 0x5811400 0x00 0x400>; + pinctrl-names = "mipi1-default\0mipi1-sleep"; + pinctrl-0 = <0xb5>; + pinctrl-1 = <0xb6>; + device_id = <0x01>; + status = "okay"; + phandle = <0x1cd>; + }; + + mipi@5810300 { + compatible = "allwinner,sunxi-mipi"; + reg = <0x00 0x5810300 0x00 0x100 0x00 0x5811800 0x00 0x400>; + pinctrl-names = "mipi2-default\0mipi2-sleep"; + pinctrl-0 = <0xb7>; + pinctrl-1 = <0xb8>; + device_id = <0x02>; + status = "okay"; + phandle = <0x1ce>; + }; + + tdm@5908000 { + compatible = "allwinner,sunxi-tdm"; + reg = <0x00 0x5908000 0x00 0x400>; + interrupts = <0x00 0x86 0x04>; + work_mode = <0x00>; + device_id = <0x00>; + iommus = <0x29 0x02 0x00>; + status = "okay"; + phandle = <0x1cf>; + }; + + isp@5900000 { + compatible = "allwinner,sunxi-isp"; + reg = <0x00 0x5900000 0x00 0x1300>; + interrupts = <0x00 0x81 0x04>; + work_mode = <0x00>; + device_id = <0x00>; + iommus = <0x29 0x02 0x00>; + status = "okay"; + phandle = <0x1d0>; + }; + + isp@58ffffc { + compatible = "allwinner,sunxi-isp"; + reg = <0x00 0x58ffffc 0x00 0x1304>; + interrupts = <0x00 0x82 0x04>; + work_mode = <0xff>; + device_id = <0x01>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d1>; + }; + + isp@58ffff8 { + compatible = "allwinner,sunxi-isp"; + reg = <0x00 0x58ffff8 0x00 0x1308>; + interrupts = <0x00 0x83 0x04>; + work_mode = <0xff>; + device_id = <0x02>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d2>; + }; + + isp@58ffff4 { + compatible = "allwinner,sunxi-isp"; + reg = <0x00 0x58ffff4 0x00 0x130c>; + interrupts = <0x00 0x84 0x04>; + work_mode = <0xff>; + device_id = <0x03>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d3>; + }; + + isp@4 { + compatible = "allwinner,sunxi-isp"; + device_id = <0x04>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d4>; + }; + + isp@5 { + compatible = "allwinner,sunxi-isp"; + device_id = <0x05>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d5>; + }; + + isp@6 { + compatible = "allwinner,sunxi-isp"; + device_id = <0x06>; + iommus = <0x29 0x02 0x00>; + status = "disabled"; + phandle = <0x1d6>; + }; + + scaler@5910000 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910000 0x00 0x400>; + interrupts = <0x00 0x79 0x04>; + work_mode = <0x00>; + device_id = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "okay"; + phandle = <0x1d7>; + }; + + scaler@590fffc { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x590fffc 0x00 0x404>; + work_mode = <0xff>; + device_id = <0x01>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1d8>; + }; + + scaler@590fff8 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x590fff8 0x00 0x408>; + work_mode = <0xff>; + device_id = <0x02>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1d9>; + }; + + scaler@590fff4 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x590fff4 0x00 0x40c>; + work_mode = <0xff>; + device_id = <0x03>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1da>; + }; + + scaler@5910400 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910400 0x00 0x400>; + interrupts = <0x00 0x7a 0x04>; + work_mode = <0x00>; + device_id = <0x04>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1db>; + }; + + scaler@59103fc { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59103fc 0x00 0x404>; + work_mode = <0xff>; + device_id = <0x05>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1dc>; + }; + + scaler@59103f8 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59103f8 0x00 0x408>; + work_mode = <0xff>; + device_id = <0x06>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1dd>; + }; + + scaler@59103f4 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59103f4 0x00 0x40c>; + work_mode = <0xff>; + device_id = <0x07>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1de>; + }; + + scaler@5910800 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910800 0x00 0x400>; + interrupts = <0x00 0x7b 0x04>; + work_mode = <0x00>; + device_id = <0x08>; + iommus = <0x29 0x01 0x00>; + status = "okay"; + phandle = <0x1df>; + }; + + scaler@59107fc { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59107fc 0x00 0x404>; + work_mode = <0xff>; + device_id = <0x09>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e0>; + }; + + scaler@59107f8 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59107f8 0x00 0x408>; + work_mode = <0xff>; + device_id = <0x0a>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e1>; + }; + + scaler@59107f4 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x59107f4 0x00 0x40c>; + work_mode = <0xff>; + device_id = <0x0b>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e2>; + }; + + scaler@5910c00 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910c00 0x00 0x400>; + interrupts = <0x00 0x7c 0x04>; + work_mode = <0x00>; + device_id = <0x0c>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e3>; + }; + + scaler@5910bfc { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910bfc 0x00 0x404>; + work_mode = <0xff>; + device_id = <0x0d>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e4>; + }; + + scaler@5910bf8 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910bf8 0x00 0x408>; + work_mode = <0xff>; + device_id = <0x0e>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e5>; + }; + + scaler@5910bf4 { + compatible = "allwinner,sunxi-scaler"; + reg = <0x00 0x5910bf4 0x00 0x40c>; + work_mode = <0xff>; + device_id = <0x0f>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e6>; + }; + + scaler@16 { + compatible = "allwinner,sunxi-scaler"; + device_id = <0x10>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e7>; + }; + + scaler@17 { + compatible = "allwinner,sunxi-scaler"; + device_id = <0x11>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1e8>; + }; + + actuator@2108180 { + compatible = "allwinner,sunxi-actuator"; + device_type = "actuator0"; + reg = <0x00 0x2108180 0x00 0x10>; + actuator0_name = "cn3927_act"; + actuator0_slave = <0x18>; + actuator0_af_pwdn; + actuator0_afvdd = "afvcc-csi"; + actuator0_afvdd_vol = <0x2ab980>; + status = "disabled"; + phandle = <0xba>; + }; + + flash@2108190 { + device_type = "flash0"; + compatible = "allwinner,sunxi-flash"; + reg = <0x00 0x2108190 0x00 0x10>; + flash0_type = <0x01>; + flash0_en = <0x32 0x00 0x07 0x01>; + flash0_mode = <0x33 0x07 0x0e 0x01>; + flash0_flvdd = [00]; + flash0_flvdd_vol; + device_id = <0x00>; + status = "disabled"; + phandle = <0xb9>; + }; + + sensor@5812000 { + reg = <0x00 0x5812000 0x00 0x10>; + device_type = "sensor0"; + compatible = "allwinner,sunxi-sensor"; + sensor0_mname = "imx219"; + sensor0_twi_cci_id = <0x02>; + sensor0_twi_addr = <0x20>; + sensor0_mclk_id = <0x00>; + sensor0_pos = "rear"; + sensor0_isp_used = <0x01>; + sensor0_fmt = <0x01>; + sensor0_stby_mode = <0x00>; + sensor0_vflip = <0x00>; + sensor0_hflip = <0x00>; + sensor0_iovdd-supply; + sensor0_iovdd_vol; + sensor0_avdd-supply; + sensor0_avdd_vol; + sensor0_dvdd-supply; + sensor0_dvdd_vol; + sensor0_power_en; + sensor0_reset; + sensor0_pwdn = <0x33 0x04 0x09 0x00>; + sensor0_sm_vs; + flash_handle = <0xb9>; + act_handle = <0xba>; + device_id = <0x00>; + status = "okay"; + sensor0_cameravdd-supply; + sensor0_cameravdd_vol; + phandle = <0x1e9>; + }; + + sensor@5812010 { + reg = <0x00 0x5812010 0x00 0x10>; + device_type = "sensor1"; + compatible = "allwinner,sunxi-sensor"; + sensor1_mname = "imx219_2"; + sensor1_twi_cci_id = <0x03>; + sensor1_twi_addr = <0x20>; + sensor1_mclk_id = <0x01>; + sensor1_pos = "rear"; + sensor1_isp_used = <0x01>; + sensor1_fmt = <0x01>; + sensor1_stby_mode = <0x00>; + sensor1_vflip = <0x00>; + sensor1_hflip = <0x00>; + sensor1_iovdd-supply; + sensor1_iovdd_vol; + sensor1_avdd-supply; + sensor1_avdd_vol; + sensor1_dvdd-supply; + sensor1_dvdd_vol; + sensor1_power_en; + sensor1_reset; + sensor1_pwdn = <0x33 0x04 0x07 0x00>; + sensor1_sm_vs; + flash_handle; + act_handle; + device_id = <0x01>; + status = "okay"; + phandle = <0x1ea>; + }; + + sensor@5812020 { + reg = <0x00 0x5812020 0x00 0x10>; + device_type = "sensor2"; + compatible = "allwinner,sunxi-sensor"; + sensor2_mname = "imx386_mipi"; + sensor2_twi_cci_id = <0x03>; + sensor2_twi_addr = <0x6c>; + sensor2_mclk_id = <0x01>; + sensor2_pos = "rear"; + sensor2_isp_used = <0x00>; + sensor2_fmt = <0x00>; + sensor2_stby_mode = <0x00>; + sensor2_vflip = <0x00>; + sensor2_hflip = <0x00>; + sensor2_iovdd-supply; + sensor2_iovdd_vol; + sensor2_avdd-supply; + sensor2_avdd_vol; + sensor2_dvdd-supply; + sensor2_dvdd_vol; + sensor2_power_en; + sensor2_reset; + sensor2_pwdn; + sensor2_sm_vs; + flash_handle; + act_handle; + device_id = <0x02>; + status = "disabled"; + phandle = <0x1eb>; + }; + + sensor_list@5812040 { + reg = <0x00 0x5812040 0x00 0x10>; + device_type = "sensor_list0"; + compatible = "allwinner,sunxi-sensor-list"; + csi_sel = <0x00>; + sensor00_mname = "ov5675_mipi_b"; + sensor00_twi_addr = <0x60>; + sensor00_type = <0x01>; + sensor00_hflip = <0x01>; + sensor00_vflip = <0x00>; + sensor00_act_used = <0x01>; + sensor00_act_name = "dw9714_act"; + sensor00_act_twi_addr = <0x18>; + sensor01_mname = "gc05a2_mipi_b"; + sensor01_twi_addr = <0x62>; + sensor01_type = <0x01>; + sensor01_hflip = <0x00>; + sensor01_vflip = <0x00>; + sensor01_act_used = <0x01>; + sensor01_act_name = "dw9714_act"; + sensor01_act_twi_addr = <0x18>; + sensor02_mname = "gc5035_mipi_b"; + sensor02_twi_addr = <0x64>; + sensor02_type = <0x01>; + sensor02_hflip = <0x00>; + sensor02_vflip = <0x00>; + sensor02_act_used = <0x01>; + sensor02_act_name = "dw9714_act"; + sensor02_act_twi_addr = <0x18>; + device_id = <0x00>; + status = "disabled"; + phandle = <0x1ec>; + }; + + sensor_list@5812050 { + reg = <0x00 0x5812050 0x00 0x10>; + device_type = "sensor_list1"; + compatible = "allwinner,sunxi-sensor-list"; + csi_sel = <0x00>; + sensor10_mname = "ov02a10_mipi_f"; + sensor10_twi_addr = <0x70>; + sensor10_type = <0x01>; + sensor10_hflip = <0x01>; + sensor10_vflip = <0x00>; + sensor10_act_used = <0x00>; + sensor10_act_name = [00]; + sensor10_act_twi_addr; + sensor11_mname = "gc02m1_mipi_f"; + sensor11_twi_addr = <0x72>; + sensor11_type = <0x01>; + sensor11_hflip = <0x01>; + sensor11_vflip = <0x00>; + sensor11_act_used = <0x00>; + sensor11_act_name = [00]; + sensor11_act_twi_addr; + sensor12_mname = "gc02m2_mipi_f"; + sensor12_twi_addr = <0x74>; + sensor12_type = <0x01>; + sensor12_hflip = <0x00>; + sensor12_vflip = <0x00>; + sensor12_act_used = <0x00>; + sensor12_act_name = [00]; + sensor12_act_twi_addr; + device_id = <0x01>; + status = "disabled"; + phandle = <0x1ed>; + }; + + vinc@5830000 { + device_type = "vinc0"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5830000 0x00 0x1000>; + interrupts = <0x00 0x75 0x04>; + vinc0_csi_sel = <0x01>; + vinc0_mipi_sel = <0x01>; + vinc0_isp_sel = <0x00>; + vinc0_isp_tx_ch = <0x00>; + vinc0_tdm_rx_sel = <0x00>; + vinc0_rear_sensor_sel = <0x00>; + vinc0_front_sensor_sel = <0x00>; + vinc0_sensor_list = <0x00>; + device_id = <0x00>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "okay"; + phandle = <0x1ee>; + }; + + vinc@582fffc { + device_type = "vinc1"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x582fffc 0x00 0x1004>; + vinc1_csi_sel = <0x01>; + vinc1_mipi_sel = <0x01>; + vinc1_isp_sel = <0x01>; + vinc1_isp_tx_ch = <0x00>; + vinc1_tdm_rx_sel = <0x01>; + vinc1_rear_sensor_sel = <0x00>; + vinc1_front_sensor_sel = <0x00>; + vinc1_sensor_list = <0x00>; + device_id = <0x01>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1ef>; + }; + + vinc@582fff8 { + device_type = "vinc2"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x582fff8 0x00 0x1008>; + vinc2_csi_sel = <0x02>; + vinc2_mipi_sel = <0x02>; + vinc2_isp_sel = <0x02>; + vinc2_isp_tx_ch = <0x00>; + vinc2_tdm_rx_sel = <0x02>; + vinc2_rear_sensor_sel = <0x01>; + vinc2_front_sensor_sel = <0x01>; + vinc2_sensor_list = <0x00>; + device_id = <0x02>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f0>; + }; + + vinc@582fff4 { + device_type = "vinc3"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x582fff4 0x00 0x100c>; + vinc3_csi_sel = <0x00>; + vinc3_mipi_sel = <0xff>; + vinc3_isp_sel = <0x00>; + vinc3_isp_tx_ch = <0x00>; + vinc3_tdm_rx_sel = <0x00>; + vinc3_rear_sensor_sel = <0x01>; + vinc3_front_sensor_sel = <0x01>; + vinc3_sensor_list = <0x00>; + device_id = <0x03>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f1>; + }; + + vinc@5831000 { + device_type = "vinc4"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5831000 0x00 0x1000>; + interrupts = <0x00 0x76 0x04>; + vinc4_csi_sel = <0x00>; + vinc4_mipi_sel = <0x00>; + vinc4_isp_sel = <0x00>; + vinc4_isp_tx_ch = <0x00>; + vinc4_tdm_rx_sel = <0x00>; + vinc4_rear_sensor_sel = <0x00>; + vinc4_front_sensor_sel = <0x00>; + vinc4_sensor_list = <0x00>; + device_id = <0x04>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f2>; + }; + + vinc@5830ffc { + device_type = "vinc5"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5830ffc 0x00 0x1004>; + vinc5_csi_sel = <0x01>; + vinc5_mipi_sel = <0x01>; + vinc5_isp_sel = <0x01>; + vinc5_isp_tx_ch = <0x00>; + vinc5_tdm_rx_sel = <0x01>; + vinc5_rear_sensor_sel = <0x00>; + vinc5_front_sensor_sel = <0x00>; + vinc5_sensor_list = <0x00>; + device_id = <0x05>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f3>; + }; + + vinc@5830ff8 { + device_type = "vinc6"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5830ff8 0x00 0x1008>; + vinc6_csi_sel = <0x02>; + vinc6_mipi_sel = <0x02>; + vinc6_isp_sel = <0x02>; + vinc6_isp_tx_ch = <0x00>; + vinc6_tdm_rx_sel = <0x02>; + vinc6_rear_sensor_sel = <0x01>; + vinc6_front_sensor_sel = <0x01>; + vinc6_sensor_list = <0x00>; + device_id = <0x06>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f4>; + }; + + vinc@5830ff4 { + device_type = "vinc7"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5830ff4 0x00 0x100c>; + vinc7_csi_sel = <0x02>; + vinc7_mipi_sel = <0xff>; + vinc7_isp_sel = <0x00>; + vinc7_isp_tx_ch = <0x00>; + vinc7_tdm_rx_sel = <0x00>; + vinc7_rear_sensor_sel = <0x00>; + vinc7_front_sensor_sel = <0x00>; + vinc7_sensor_list = <0x00>; + device_id = <0x07>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f5>; + }; + + vinc@5832000 { + device_type = "vinc8"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5832000 0x00 0x1000>; + interrupts = <0x00 0x77 0x04>; + vinc8_csi_sel = <0x00>; + vinc8_mipi_sel = <0x00>; + vinc8_isp_sel = <0x00>; + vinc8_isp_tx_ch = <0x00>; + vinc8_tdm_rx_sel = <0x00>; + vinc8_rear_sensor_sel = <0x01>; + vinc8_front_sensor_sel = <0x01>; + vinc8_sensor_list = <0x00>; + device_id = <0x08>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "okay"; + phandle = <0x1f6>; + }; + + vinc@5831ffc { + device_type = "vinc9"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5831ffc 0x00 0x1004>; + vinc9_csi_sel = <0x02>; + vinc9_mipi_sel = <0xff>; + vinc9_isp_sel = <0x00>; + vinc9_isp_tx_ch = <0x00>; + vinc9_tdm_rx_sel = <0x00>; + vinc9_rear_sensor_sel = <0x00>; + vinc9_front_sensor_sel = <0x00>; + vinc9_sensor_list = <0x00>; + device_id = <0x09>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f7>; + }; + + vinc@5831ff8 { + device_type = "vinc10"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5831ff8 0x00 0x1008>; + vinc10_csi_sel = <0x02>; + vinc10_mipi_sel = <0xff>; + vinc10_isp_sel = <0x00>; + vinc10_isp_tx_ch = <0x00>; + vinc10_tdm_rx_sel = <0x00>; + vinc10_rear_sensor_sel = <0x00>; + vinc10_front_sensor_sel = <0x00>; + vinc10_sensor_list = <0x00>; + device_id = <0x0a>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f8>; + }; + + vinc@5831ff4 { + device_type = "vinc11"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5831ff4 0x00 0x100c>; + vinc11_csi_sel = <0x02>; + vinc11_mipi_sel = <0xff>; + vinc11_isp_sel = <0x00>; + vinc11_isp_tx_ch = <0x00>; + vinc11_tdm_rx_sel = <0x00>; + vinc11_rear_sensor_sel = <0x00>; + vinc11_front_sensor_sel = <0x00>; + vinc11_sensor_list = <0x00>; + device_id = <0x0b>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1f9>; + }; + + vinc@5833000 { + device_type = "vinc12"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5833000 0x00 0x1000>; + interrupts = <0x00 0x78 0x04>; + vinc12_csi_sel = <0x02>; + vinc12_mipi_sel = <0x02>; + vinc12_isp_sel = <0x00>; + vinc12_isp_tx_ch = <0x00>; + vinc12_tdm_rx_sel = <0x00>; + vinc12_rear_sensor_sel = <0x01>; + vinc12_front_sensor_sel = <0x01>; + vinc12_sensor_list = <0x00>; + device_id = <0x0c>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1fa>; + }; + + vinc@5832ffc { + device_type = "vinc13"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5832ffc 0x00 0x1004>; + vinc13_csi_sel = <0x02>; + vinc13_mipi_sel = <0xff>; + vinc13_isp_sel = <0x00>; + vinc13_isp_tx_ch = <0x00>; + vinc13_tdm_rx_sel = <0x00>; + vinc13_rear_sensor_sel = <0x00>; + vinc13_front_sensor_sel = <0x00>; + vinc13_sensor_list = <0x00>; + device_id = <0x0d>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1fb>; + }; + + vinc@5832ff8 { + device_type = "vinc14"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5832ff8 0x00 0x1008>; + vinc14_csi_sel = <0x02>; + vinc14_mipi_sel = <0xff>; + vinc14_isp_sel = <0x00>; + vinc14_isp_tx_ch = <0x00>; + vinc14_tdm_rx_sel = <0x00>; + vinc14_rear_sensor_sel = <0x00>; + vinc14_front_sensor_sel = <0x00>; + vinc14_sensor_list = <0x00>; + device_id = <0x0e>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1fc>; + }; + + vinc@5832ff4 { + device_type = "vinc15"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5832ff4 0x00 0x100c>; + vinc15_csi_sel = <0x02>; + vinc15_mipi_sel = <0xff>; + vinc15_isp_sel = <0x00>; + vinc15_isp_tx_ch = <0x00>; + vinc15_tdm_rx_sel = <0x00>; + vinc15_rear_sensor_sel = <0x00>; + vinc15_front_sensor_sel = <0x00>; + vinc15_sensor_list = <0x00>; + device_id = <0x0f>; + work_mode = <0xff>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1fd>; + }; + + vinc@5834000 { + device_type = "vinc16"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5834000 0x00 0x1000>; + interrupts = <0x00 0x6b 0x04>; + vinc16_csi_sel = <0x02>; + vinc16_mipi_sel = <0x02>; + vinc16_isp_sel = <0x00>; + vinc16_isp_tx_ch = <0x00>; + vinc16_tdm_rx_sel = <0x00>; + vinc16_rear_sensor_sel = <0x01>; + vinc16_front_sensor_sel = <0x01>; + vinc16_sensor_list = <0x00>; + device_id = <0x10>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1fe>; + }; + + vinc@5835000 { + device_type = "vinc17"; + compatible = "allwinner,sunxi-vin-core"; + reg = <0x00 0x5835000 0x00 0x1000>; + interrupts = <0x00 0x6c 0x04>; + vinc17_csi_sel = <0x02>; + vinc17_mipi_sel = <0x02>; + vinc17_isp_sel = <0x00>; + vinc17_isp_tx_ch = <0x00>; + vinc17_tdm_rx_sel = <0x00>; + vinc17_rear_sensor_sel = <0x01>; + vinc17_front_sensor_sel = <0x01>; + vinc17_sensor_list = <0x00>; + device_id = <0x11>; + work_mode = <0x00>; + iommus = <0x29 0x01 0x00>; + status = "disabled"; + phandle = <0x1ff>; + }; + }; + + deinterlace@5400000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-deinterlace"; + reg = <0x00 0x5400000 0x00 0x40000>; + interrupts = <0x00 0x34 0x04>; + iommus = <0x29 0x09 0x01>; + power-domains = <0x13 0x01>; + status = "okay"; + clocks = <0x12 0x78 0x12 0x79>; + clock-names = "clk_di\0clk_bus_di"; + clock-frequency = <0x11e1a300>; + resets = <0x12 0x15 0x12 0x18>; + reset-names = "rst_bus_di\0rst_bus_desys"; + phandle = <0x200>; + }; + + g2d@5440000 { + compatible = "allwinner,sunxi-g2d"; + reg = <0x00 0x5440000 0x00 0x30000>; + interrupts = <0x00 0x33 0x04>; + clocks = <0x12 0x7b 0x12 0x7a 0x12 0x55 0x12 0x46>; + clock-names = "bus\0g2d\0mbus_desys\0ahb_de"; + resets = <0x12 0x16 0x12 0x18>; + reset-names = "rst_bus_g2d\0rst_bus_desys"; + iommus = <0x29 0x0a 0x01>; + power-domains = <0x13 0x01>; + power-domain-names = "pd_de_sys"; + assigned-clocks = <0x12 0x7a>; + assigned-clock-rates = <0x11e1a300>; + phandle = <0x201>; + }; + + pd_vi_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x00>; + status = "okay"; + phandle = <0x202>; + }; + + pd_ve_enc_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x03>; + status = "okay"; + phandle = <0x203>; + }; + + pd_npu_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x04>; + status = "okay"; + phandle = <0x204>; + }; + + pd_gpu_top_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x05>; + status = "okay"; + phandle = <0x205>; + }; + + pd_gpu_core_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x06>; + status = "okay"; + phandle = <0x206>; + }; + + pd_pcie_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x07>; + status = "okay"; + phandle = <0x207>; + }; + + pd_usb2_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x08>; + status = "okay"; + phandle = <0x208>; + }; + + pd_de_sys_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x01>; + status = "okay"; + phandle = <0x209>; + }; + + pd_vo_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x09>; + status = "okay"; + phandle = <0x20a>; + }; + + pd_vo1_test@0 { + compatible = "allwinner,sunxi-power-domain-test"; + power-domains = <0x13 0x0a>; + status = "okay"; + phandle = <0x20b>; + }; + + stmmac-axi-config { + snps,lpi_en; + snps,wr_osr_lmt = <0x0f>; + snps,rd_osr_lmt = <0x0f>; + snps,blen = <0x100 0x80 0x40 0x20 0x10 0x08 0x04>; + phandle = <0xbc>; + }; + + rx-queues-config { + snps,rx-queues-to-use = <0x01>; + phandle = <0xbd>; + + queue0 { + }; + }; + + tx_queues-config { + snps,tx-queues-to-use = <0x01>; + phandle = <0xbe>; + + queue0 { + }; + }; + + ethernet@4500000 { + compatible = "allwinner,sunxi-gmac-210\0snps,dwmac-5.20"; + reg = <0x00 0x4500000 0x00 0x8000 0x00 0x4508000 0x00 0x1000>; + interrupts = <0x00 0xac 0x04 0x00 0xb2 0x04 0x00 0xad 0x04 0x00 0xae 0x04>; + interrupt-names = "macirq\0eth_lpi\0tx0_irq\0rx0_irq"; + clocks = <0x12 0xe8 0x12 0x5a 0x12 0xe7 0x12 0xe6>; + clock-names = "stmmaceth\0pclk\0phy\0ptp_ref"; + assigned-clocks = <0x12 0xe7>; + assigned-clock-rates = <0x17d7840>; + resets = <0x12 0x5c 0x12 0x5d>; + reset-names = "stmmaceth\0ahb"; + phy-mode = "rgmii"; + phy-handle = <0xbb>; + status = "disabled"; + aw,rgmii-clk-ext; + snps,fixed-burst; + snps,en-tx-lpi-clockgating; + snps,axi-config = <0xbc>; + snps,mtl-rx-config = <0xbd>; + snps,mtl-tx-config = <0xbe>; + pinctrl-0 = <0xbf>; + pinctrl-1 = <0xc0>; + pinctrl-names = "default\0sleep"; + aw,soc-phy-clk-en; + tx-delay = <0x0d>; + rx-delay = <0x0a>; + dwmac3v3-supply = <0x47>; + phy3v3-supply = <0x47>; + phandle = <0x20c>; + + mdio0@0 { + compatible = "snps,dwmac-mdio"; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x20d>; + + ethernet-phy@1 { + compatible = "ethernet-phy-id001c.c916"; + reg = <0x01>; + max-speed = <0x3e8>; + reset-gpios = <0x33 0x07 0x10 0x01>; + reset-assert-us = <0x2710>; + reset-deassert-us = <0x249f0>; + status = "disabled"; + phandle = <0xbb>; + }; + }; + }; + + ethernet@4510000 { + compatible = "allwinner,sunxi-gmac-210\0snps,dwmac-5.20"; + reg = <0x00 0x4510000 0x00 0x8000 0x00 0x4518000 0x00 0x1000>; + interrupts = <0x00 0xaf 0x04 0x00 0xb3 0x04 0x00 0xb0 0x04 0x00 0xb1 0x04>; + interrupt-names = "macirq\0eth_lpi\0tx0_irq\0rx0_irq"; + clocks = <0x12 0xea 0x12 0x59 0x12 0xe9 0x12 0xe6>; + clock-names = "stmmaceth\0pclk\0phy25m\0ptp_ref"; + assigned-clocks = <0x12 0xe9>; + assigned-clock-rates = <0x17d7840>; + resets = <0x12 0x5e 0x12 0x5f>; + reset-names = "stmmaceth\0ahb"; + phy-mode = "rgmii"; + phy-handle = <0xc1>; + status = "okay"; + aw,rgmii-clk-ext; + snps,fixed-burst; + snps,en-tx-lpi-clockgating; + snps,axi-config = <0xbc>; + snps,mtl-rx-config = <0xbd>; + snps,mtl-tx-config = <0xbe>; + pinctrl-0 = <0xc2>; + pinctrl-1 = <0xc3>; + pinctrl-names = "default\0sleep"; + aw,soc-phy-clk-en; + tx-delay = <0x0e>; + rx-delay = <0x07>; + dwmac3v3-supply = <0x47>; + phy3v3-supply = <0x47>; + phandle = <0x20e>; + + mdio1@0 { + compatible = "snps,dwmac-mdio"; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x20f>; + + ethernet-phy@1 { + compatible = "ethernet-phy-ieee802.3-c22"; + reg = <0x00>; + max-speed = <0x3e8>; + reset-gpios = <0x33 0x09 0x10 0x01>; + reset-assert-us = <0x2710>; + reset-deassert-us = <0x249f0>; + phandle = <0xc1>; + }; + }; + }; + + rfkill { + compatible = "allwinner,sunxi-rfkill"; + status = "okay"; + chip_en; + power_en; + pinctrl-0; + pinctrl-names; + phandle = <0x210>; + + wlan { + compatible = "allwinner,sunxi-wlan"; + clocks; + clock-names; + wlan_power = "axp8191-dc1sw2\0axp8191-dldo5"; + wlan_power_vol = <0x325aa0 0x1b7740>; + wlan_busnum = <0x01>; + wlan_regon = <0x33 0x06 0x01 0x00>; + wlan_hostwake = <0x33 0x06 0x02 0x00>; + regulator-boot-on; + regulator-always-on; + wakeup-source; + }; + + bt { + compatible = "allwinner,sunxi-bt"; + clocks; + clock-names; + bt_power = "axp8191-dc1sw2\0axp8191-dldo5"; + bt_power_vol = <0x325aa0 0x1b7740>; + bt_rst_n = <0x33 0x06 0x03 0x01>; + }; + }; + + addr_mgt { + compatible = "allwinner,sunxi-addr_mgt"; + status = "okay"; + type_addr_wifi = <0x00>; + type_addr_bt = <0x00>; + type_addr_eth = <0x00>; + phandle = <0x211>; + }; + + btlpm { + compatible = "allwinner,sunxi-btlpm"; + uart_index = <0x01>; + bt_wake = <0x33 0x06 0x00 0x00>; + bt_hostwake = <0x33 0x06 0x04 0x00>; + status = "okay"; + phandle = <0x212>; + }; + + spi@2540000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.3"; + device_type = "spi0"; + reg = <0x00 0x2540000 0x00 0x1000>; + interrupts = <0x00 0x18 0x04>; + clocks = <0x12 0x08 0x12 0xae 0x12 0xaf>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x12 0x3d>; + dmas = <0x36 0x17 0x36 0x17>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x02>; + status = "disabled"; + phandle = <0x213>; + }; + + spi@2541000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.4"; + device_type = "spi1"; + reg = <0x00 0x2541000 0x00 0x1000>; + interrupts = <0x00 0x19 0x04>; + clocks = <0x12 0x08 0x12 0xb0 0x12 0xb1>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x12 0x3e>; + dmas = <0x36 0x18 0x36 0x18>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x02>; + status = "okay"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0xc4>; + pinctrl-1 = <0xc5>; + sunxi,spi-bus-mode = <0x01>; + sunxi,spi-cs-mode = <0x00>; + phandle = <0x214>; + + spidev@1 { + reg = <0x01>; + compatible = "rohm,dh2228fv"; + spi-max-frequency = <0x7a120>; + spi-rx-bus-width = <0x01>; + spi-tx-bus-width = <0x01>; + }; + }; + + spi@2542000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.3"; + device_type = "spi2"; + reg = <0x00 0x2542000 0x00 0x1000>; + interrupts = <0x00 0x1a 0x04>; + clocks = <0x12 0x08 0x12 0xb2 0x12 0xb3>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x12 0x3f>; + dmas = <0x36 0x19 0x36 0x19>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x01>; + status = "disabled"; + pinctrl-0 = <0xc6 0xc7>; + pinctrl-1 = <0xc8>; + pinctrl-names = "default\0sleep"; + sunxi,spi-bus-mode = <0x01>; + sunxi,spi-cs-mode = <0x00>; + phandle = <0x215>; + + spidev@0 { + compatible = "rohm,dh2228fv"; + reg = <0x00>; + spi-max-frequency = <0x5f5e100>; + spi-rx-bus-width = <0x01>; + spi-tx-bus-width = <0x01>; + status = "disabled"; + }; + }; + + spi@2543000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.3"; + device_type = "spi3"; + reg = <0x00 0x2543000 0x00 0x1000>; + interrupts = <0x00 0x1b 0x04>; + clocks = <0x12 0x08 0x12 0xb6 0x12 0xb7>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x12 0x41>; + dmas = <0x36 0x1a 0x36 0x1a>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x01>; + status = "disabled"; + phandle = <0x216>; + }; + + spi@2544000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.3"; + device_type = "spi4"; + reg = <0x00 0x2544000 0x00 0x1000>; + interrupts = <0x00 0x1c 0x04>; + clocks = <0x12 0x08 0x12 0xb8 0x12 0xb9>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x12 0x42>; + dmas = <0x36 0x36 0x36 0x36>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x02>; + status = "disabled"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0xc9>; + pinctrl-1 = <0xca>; + sunxi,spi-bus-mode = <0x01>; + sunxi,spi-cs-mode = <0x00>; + phandle = <0x217>; + + spidev@0 { + reg = <0x00>; + compatible = "rohm,dh2228fv"; + spi-max-frequency = <0x7a120>; + spi-rx-bus-width = <0x01>; + spi-tx-bus-width = <0x01>; + }; + + spidev@1 { + reg = <0x01>; + compatible = "rohm,dh2228fv"; + spi-max-frequency = <0x7a120>; + spi-rx-bus-width = <0x01>; + spi-tx-bus-width = <0x01>; + }; + }; + + spi@7092000 { + #address-cells = <0x01>; + #size-cells = <0x00>; + compatible = "allwinner,sunxi-spi-v1.3"; + device_type = "r_spi"; + reg = <0x00 0x7092000 0x00 0x1000>; + interrupts = <0x00 0xd2 0x04>; + clocks = <0x12 0x08 0x24 0x0b 0x24 0x0c>; + clock-names = "pll\0mod\0bus"; + clock-frequency = <0x5f5e100>; + resets = <0x24 0x02>; + dmas = <0x36 0x35 0x36 0x35>; + dma-names = "tx\0rx"; + sunxi,spi-num-cs = <0x01>; + status = "disabled"; + phandle = <0x218>; + }; + + serdes@6c00000 { + compatible = "allwinner,cadence-combophy"; + reg = <0x00 0x6c00000 0x00 0x400 0x00 0x6c06000 0x00 0x2000 0x00 0x709016c 0x00 0x04>; + clocks = <0x12 0xe5 0x2b 0x0a 0x2b 0x09>; + clock-names = "serdes-clk\0dcxo-serdes0-clk\0dcxo-serdes1-clk"; + resets = <0x12 0x5b>; + reset-names = "serdes-reset"; + #address-cells = <0x02>; + #size-cells = <0x02>; + ranges; + status = "okay"; + serdes1v8-supply = <0x4a>; + phandle = <0x101>; + + combo-phy0@6c01000 { + reg = <0x00 0x6c01000 0x00 0xa00 0x00 0x6c80000 0x00 0x20000>; + lane_invert = <0x00 0x00 0x00 0x00>; + lane_remap = <0x00 0x01 0x02 0x03>; + phandle = <0x219>; + + combo0-dp-phy { + #phy-cells = <0x00>; + status = "okay"; + phandle = <0xff>; + }; + + combo0-usb-phy { + #phy-cells = <0x00>; + status = "okay"; + phandle = <0xac>; + }; + }; + + combo-phy1@6c02000 { + reg = <0x00 0x6c02000 0x00 0xa00 0x00 0x6ca0000 0x00 0x20000>; + status = "okay"; + phandle = <0x21a>; + + combo1-usb-phy { + #phy-cells = <0x00>; + status = "okay"; + phandle = <0x21b>; + }; + + combo1-pcie-phy { + #phy-cells = <0x00>; + status = "okay"; + phandle = <0x13d>; + }; + }; + + aux-hpd@6c01e00 { + reg = <0x00 0x6c01e00 0x00 0x200>; + phandle = <0x21c>; + + aux-hpd-phy { + #phy-cells = <0x00>; + status = "okay"; + phandle = <0x100>; + }; + }; + }; + + sunxi-drm { + compatible = "allwinner,sunxi-drm"; + fb_base = <0x00>; + status = "okay"; + phandle = <0x21d>; + }; + + de@5000000 { + compatible = "allwinner,display-engine-v352"; + iommus = <0x29 0x08 0x01>; + nsi = <0xcb 0x02>; + power-domains = <0x13 0x01>; + reg = <0x00 0x5000000 0x00 0x400000>; + interrupts = <0x00 0x32 0x04 0x00 0x22 0x04>; + clocks = <0x12 0x76 0x12 0x77 0x12 0x46 0x12 0x55>; + clock-names = "clk_de\0clk_bus_de\0ahb_vid_out\0mbus_vo_sys"; + resets = <0x12 0x14 0x12 0x18>; + reset-names = "rst_bus_de\0rst_bus_de_sys"; + assigned-clocks = <0x12 0x76>; + assigned-clock-parents = <0x12 0x2a>; + assigned-clock-rates = <0x23c34600>; + status = "okay"; + chn_cfg_mode = <0x02>; + phandle = <0x21e>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x21f>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xcc>; + phandle = <0xd7>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xcd>; + phandle = <0xdd>; + }; + + endpoint@2 { + reg = <0x02>; + remote-endpoint = <0xce>; + phandle = <0xe0>; + }; + + endpoint@3 { + reg = <0x04>; + remote-endpoint = <0xcf>; + phandle = <0xf9>; + }; + + endpoint@4 { + reg = <0x05>; + remote-endpoint = <0xd0>; + phandle = <0xfc>; + }; + }; + + port@1 { + reg = <0x01>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x220>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xd1>; + phandle = <0xd8>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xd2>; + phandle = <0xde>; + }; + + endpoint@2 { + reg = <0x02>; + remote-endpoint = <0xd3>; + phandle = <0xe1>; + }; + + endpoint@3 { + reg = <0x04>; + remote-endpoint = <0xd4>; + phandle = <0xfa>; + }; + + endpoint@4 { + reg = <0x05>; + remote-endpoint = <0xd5>; + phandle = <0xfd>; + }; + }; + }; + }; + + vo0@5500000 { + compatible = "allwinner,tcon-top0"; + reg = <0x00 0x5500000 0x00 0x1000>; + clocks = <0x12 0x100 0x12 0x48>; + clock-names = "clk_bus_dpss_top\0clk_ahb_gate"; + resets = <0x12 0x6d 0x12 0x6f>; + reset-names = "rst_bus_dpss_top\0rst_bus_reg"; + power-domains = <0x13 0x09>; + status = "okay"; + phandle = <0xd6>; + }; + + vo1@5510000 { + compatible = "allwinner,tcon-top1"; + reg = <0x00 0x5510000 0x00 0x1000>; + clocks = <0x12 0x101 0x12 0x47>; + clock-names = "clk_bus_dpss_top\0clk_ahb_gate"; + resets = <0x12 0x6e 0x12 0x70>; + reset-names = "rst_bus_dpss_top\0rst_bus_reg"; + power-domains = <0x13 0x0a>; + status = "okay"; + phandle = <0xf8>; + }; + + tcon0@5501000 { + compatible = "allwinner,tcon-lcd"; + reg = <0x00 0x5501000 0x00 0x1000>; + interrupts = <0x00 0x36 0x04>; + clocks = <0x12 0xec>; + clock-names = "clk_bus_tcon"; + resets = <0x12 0x60>; + reset-names = "rst_bus_tcon"; + top = <0xd6>; + status = "disabled"; + phandle = <0x221>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x222>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xd7>; + phandle = <0xcc>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xd8>; + phandle = <0xd1>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x223>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xd9>; + phandle = <0xe5>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xda>; + phandle = <0xea>; + }; + + endpoint@2 { + reg = <0x02>; + remote-endpoint = <0xdb>; + phandle = <0xf1>; + }; + + endpoint@3 { + reg = <0x03>; + remote-endpoint = <0xdc>; + phandle = <0xee>; + }; + }; + }; + }; + + tcon1@5502000 { + compatible = "allwinner,tcon-lcd"; + reg = <0x00 0x5502000 0x00 0x1000>; + interrupts = <0x00 0x37 0x04>; + clocks = <0x12 0xee>; + clock-names = "clk_bus_tcon"; + resets = <0x12 0x61>; + reset-names = "rst_bus_tcon"; + top = <0xd6>; + status = "okay"; + phandle = <0x224>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x225>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xdd>; + phandle = <0xcd>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xde>; + phandle = <0xd2>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x226>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xdf>; + phandle = <0xe9>; + }; + }; + }; + }; + + tcon2@5503000 { + compatible = "allwinner,tcon-lcd"; + reg = <0x00 0x5503000 0x00 0x1000>; + interrupts = <0x00 0x38 0x04>; + clocks = <0x12 0xef 0x12 0xf0>; + clock-names = "clk_tcon\0clk_bus_tcon"; + resets = <0x12 0x62>; + reset-names = "rst_bus_tcon"; + assigned-clocks = <0x12 0xef>; + assigned-clock-parents = <0x12 0x1f>; + top = <0xd6>; + status = "disabled"; + phandle = <0x227>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x228>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xe0>; + phandle = <0xce>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xe1>; + phandle = <0xd3>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x229>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xe2>; + phandle = <0xf6>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xe3>; + phandle = <0xf3>; + }; + }; + }; + }; + + phy@5507000 { + compatible = "allwinner,sunxi-dsi-combo-phy0,sun60iw2"; + reg = <0x00 0x5507000 0x00 0x1ff>; + clocks = <0x12 0xf2>; + clock-names = "phy_gating_clk"; + resets = <0x12 0x65>; + reset-names = "phy_rst_clk"; + #clock-cells = <0x01>; + #phy-cells = <0x00>; + status = "disabled"; + phandle = <0xe4>; + }; + + dsi0@5506000 { + compatible = "allwinner,dsi0"; + reg = <0x00 0x5506000 0x00 0xfff>; + interrupts = <0x00 0x3b 0x04>; + clocks = <0x12 0xf1 0x12 0xf2 0xe4 0x02 0xe4 0x01>; + clock-names = "dsi_clk\0dsi_gating_clk\0displl_hs\0displl_ls"; + resets = <0x12 0x65>; + reset-names = "dsi_rst_clk"; + assigned-clocks = <0x12 0xf1>; + assigned-clock-parents = <0x12 0x0b>; + phys = <0xe4>; + phy-names = "combophy"; + status = "disabled"; + phandle = <0x22a>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x22b>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xe5>; + phandle = <0xd9>; + }; + }; + }; + }; + + phy@5509000 { + compatible = "allwinner,sunxi-dsi-combo-phy1,sun60iw2"; + reg = <0x00 0x5509000 0x00 0x1ff>; + clocks = <0x12 0xf4>; + clock-names = "phy_gating_clk"; + resets = <0x12 0x66>; + reset-names = "phy_rst_clk"; + #clock-cells = <0x01>; + #phy-cells = <0x00>; + status = "okay"; + phandle = <0xe6>; + }; + + dsi1@5508000 { + compatible = "allwinner,dsi1"; + reg = <0x00 0x5508000 0x00 0xfff>; + interrupts = <0x00 0x3c 0x04>; + clocks = <0x12 0xf3 0x12 0xf4 0xe6 0x02 0xe6 0x01>; + clock-names = "dsi_clk\0dsi_gating_clk\0displl_hs\0displl_ls"; + resets = <0x12 0x66>; + reset-names = "dsi_rst_clk"; + assigned-clocks = <0x12 0xf3>; + assigned-clock-parents = <0x12 0x0b>; + phys = <0xe6>; + phy-names = "combophy"; + status = "disabled"; + pinctrl-0 = <0xe7>; + pinctrl-1 = <0xe8>; + pinctrl-names = "active\0sleep"; + phandle = <0x22c>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x22d>; + + endpoint@1 { + reg = <0x00>; + remote-endpoint = <0xe9>; + phandle = <0xdf>; + }; + + endpoint@0 { + reg = <0x01>; + remote-endpoint = <0xea>; + phandle = <0xda>; + }; + }; + + port@1 { + phandle = <0x22e>; + + endpoint { + remote-endpoint = <0xeb>; + phandle = <0xec>; + }; + }; + }; + + panel@0 { + compatible = "allwinner,virtual-panel"; + status = "okay"; + reg = <0x00>; + phandle = <0x22f>; + + ports { + + port@0 { + reg = <0x00>; + phandle = <0x230>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xec>; + phandle = <0xeb>; + }; + }; + + port@1 { + reg = <0x01>; + phandle = <0x231>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xed>; + phandle = <0x148>; + }; + }; + }; + }; + }; + + rgb0@0001000 { + compatible = "allwinner,rgb0"; + status = "disabled"; + phandle = <0x232>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x233>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xee>; + phandle = <0xdc>; + }; + }; + }; + }; + + lvds0@0001000 { + compatible = "allwinner,lvds0"; + clocks = <0xe4 0x03>; + clock-names = "lvds_pclk"; + resets = <0x12 0x63>; + reset-names = "rst_bus_lvds"; + phys = <0xe4 0xe6>; + phy-names = "combophy0\0combophy1"; + status = "disabled"; + dual-channel = <0x00>; + pinctrl-0 = <0xef>; + pinctrl-1 = <0xf0>; + pinctrl-names = "active\0sleep"; + phandle = <0x234>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x235>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf1>; + phandle = <0xdb>; + }; + }; + + port@1 { + reg = <0x01>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf2>; + phandle = <0x144>; + }; + }; + }; + }; + + rgb1@0001000 { + compatible = "allwinner,rgb1"; + reg = <0x00>; + status = "disabled"; + phandle = <0x236>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x237>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf3>; + phandle = <0xe3>; + }; + }; + }; + }; + + lvds1@0001000 { + compatible = "allwinner,lvds1"; + resets = <0x12 0x64>; + reset-names = "rst_bus_lvds"; + status = "disabled"; + dual-channel = <0x00>; + pinctrl-0 = <0xf4>; + pinctrl-1 = <0xf5>; + pinctrl-names = "active\0sleep"; + phandle = <0x238>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x239>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf6>; + phandle = <0xe2>; + }; + }; + + port@1 { + reg = <0x01>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf7>; + phandle = <0x146>; + }; + }; + }; + }; + + tcon3@5730000 { + compatible = "allwinner,tcon-tv"; + reg = <0x00 0x5730000 0x00 0x1000>; + interrupts = <0x00 0x39 0x04>; + clocks = <0x12 0xf7>; + clock-names = "clk_bus_tcon"; + resets = <0x12 0x67>; + reset-names = "rst_bus_tcon"; + top = <0xf8>; + status = "okay"; + phandle = <0x23a>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x23b>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xf9>; + phandle = <0xcf>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xfa>; + phandle = <0xd4>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x23c>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xfb>; + phandle = <0x104>; + }; + }; + }; + }; + + tcon4@5731000 { + compatible = "allwinner,tcon-tv"; + reg = <0x00 0x5731000 0x00 0x1000>; + interrupts = <0x00 0x3a 0x04>; + clocks = <0x12 0xf9 0x12 0xf8>; + clock-names = "clk_tcon\0clk_bus_tcon"; + resets = <0x12 0x68>; + reset-names = "rst_bus_tcon"; + top = <0xf8>; + status = "okay"; + phandle = <0x23d>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + reg = <0x00>; + #address-cells = <0x01>; + #size-cells = <0x00>; + phandle = <0x23e>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xfc>; + phandle = <0xd0>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0xfd>; + phandle = <0xd5>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x23f>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0xfe>; + phandle = <0x102>; + }; + }; + }; + }; + + edp0@5720000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,drm-dp"; + reg = <0x00 0x5740000 0x00 0x1000 0x00 0x5760000 0x00 0x20>; + interrupts = <0x00 0x3e 0x04>; + power-domains = <0x13 0x0a>; + clocks = <0x12 0xf9 0x12 0xfa>; + clock-names = "clk_edp\0clk_bus_edp"; + resets = <0x12 0x69>; + reset-names = "rst_bus_edp"; + assigned-clocks = <0x12 0xf9>; + assigned-clock-parents = <0x12 0x1c>; + phys = <0xff 0x100>; + phy-names = "dp-phy\0aux-phy"; + sys = <0xf8>; + pclk_limit = <0x30d40>; + status = "okay"; + edp_colordepth = <0x08>; + edp_color_fmt = <0x00>; + fps_limit_60 = <0x01>; + vcc-edp-supply = <0x4a>; + vdd-edp-supply = <0x65>; + extcon = <0x101>; + blacklist_modes = "4096x2160@60\04096x2160@59\04096x2160@50\04096x2160@49\04096x2160@30\04096x2160@29\03840x2160@60\03840x2160@59\03840x2160@50\03840x2160@49"; + phandle = <0x240>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x241>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x102>; + phandle = <0xfe>; + }; + }; + + port@1 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x01>; + phandle = <0x242>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x103>; + phandle = <0x141>; + }; + }; + }; + }; + + hdmi0@5520000 { + compatible = "allwinner,sunxi-hdmi"; + reg = <0x00 0x5520000 0x00 0x100000>; + interrupts = <0x00 0x3d 0x04>; + clocks = <0x12 0xfb 0x12 0xfd 0x12 0xfe 0x12 0xff 0x2b 0x0c>; + clock-names = "clk_cec\0clk_hdmi\0clk_hdmi_24M\0clk_hdcp\0clk_dcxo"; + resets = <0x12 0x6b 0x12 0x6c 0x12 0x6a>; + reset-names = "rst_bus_sub\0rst_bus_main\0rst_bus_hdcp"; + assigned-clocks = <0x12 0xfd>; + assigned-clock-rates = <0x00 0x00>; + power-domains = <0x13 0x0a>; + status = "okay"; + dcdc2-supply = <0x65>; + dldo2-supply = <0x4a>; + hdmi_power0 = "dcdc2"; + hdmi_power1 = "dldo2"; + hdmi_power_cnt = <0x02>; + hdmi_hdcp1x_enable = <0x01>; + hdmi_hdcp2x_enable = <0x01>; + hdmi_cec_enable = <0x00>; + hdmi_clock_source = <0x00>; + hdmi_resistor_select = <0x01>; + hdmi_ddc_index = <0x14>; + snps_phy = <0x61a8 0x2d519 0x07 0x8160 0x8188 0x2d519 0x2d519 0x07 0x8160 0x8198 0x2d519 0x53020 0x04 0x8040 0x8e85 0x53020 0x927c0 0x00 0x80c0 0x82f6>; + phandle = <0x118>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x243>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x104>; + phandle = <0xfb>; + }; + }; + }; + }; + + ufs@04520000 { + compatible = "allwinner,sunxi-ufs-v0"; + device_type = "ufs"; + reg = <0x00 0x4520000 0x00 0x1000>; + interrupts = <0x00 0xa5 0x01>; + clocks = <0x2e 0x12 0x09 0x12 0x08 0x12 0x97 0x12 0x99 0x12 0x98 0x12 0x40 0x12 0x4d 0x12 0x3a 0x2b 0x08>; + clock-names = "osc24m\0pll_periph\0pll_periph_2\0axi_clk_gate\0ahb_gate\0cfg_clk_gate\0store_ahb\0store_mbus\0msi_lite\0dcxo_wakeup"; + resets = <0x12 0x78 0x12 0x77 0x12 0x27 0x12 0x28>; + reset-names = "controller_rst\0phy_rst\0axi_rst\0ahb_rst"; + status = "disabled"; + phandle = <0x244>; + }; + + sdmmc@4022000 { + compatible = "allwinner,sunxi-mmc-v4p6x"; + device_type = "sdc2"; + reg = <0x00 0x4022000 0x00 0x1000>; + interrupts = <0x00 0xa3 0x04>; + clocks = <0x2e 0x12 0x0e 0x12 0x10 0x12 0x93 0x12 0x94 0x12 0x40 0x12 0x4d 0x12 0x3a>; + clock-names = "osc24m\0pll_periph\0pll_periph_2\0mmc\0ahb\0mmc_store\0mmc_mbus\0mmc_msi_lite"; + resets = <0x12 0x25>; + reset-names = "rst"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x105 0x106 0x107>; + pinctrl-1 = <0x108>; + bus-width = <0x08>; + req-page-count = <0x02>; + cap-mmc-highspeed; + cap-cmd23; + mmc-cache-ctrl; + non-removable; + max-frequency = <0xbebc200>; + cap-erase; + mmc-high-capacity-erase-size; + no-sdio; + no-sd; + ctl-spec-caps = <0x328>; + sdc_tm4_sm0_freq0 = <0x00>; + sdc_tm4_sm0_freq1 = <0x00>; + sdc_tm4_sm1_freq0 = <0x00>; + sdc_tm4_sm1_freq1 = <0x00>; + sdc_tm4_sm2_freq0 = <0x00>; + sdc_tm4_sm2_freq1 = <0x00>; + sdc_tm4_sm3_freq0 = <0x5000000>; + sdc_tm4_sm3_freq1 = <0x05>; + sdc_tm4_sm4_freq0 = <0x50000>; + sdc_tm4_sm4_freq1 = <0x04>; + sdc_tm4_sm4_freq0_cmd = <0x00>; + sdc_tm4_sm4_freq1_cmd = <0x00>; + status = "disabled"; + mmc-ddr-1_8v; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + sunxi-dis-signal-vol-sw; + mmc-bootpart-noacc; + cqe-on; + ctl-cmdq-md = <0x02>; + vmmc-supply = <0x64>; + vqmmc-supply = <0x6d>; + phandle = <0x245>; + }; + + sdmmc@4023000 { + compatible = "allwinner,sunxi-mmc-v5p6x"; + device_type = "sdc3"; + reg = <0x00 0x4023000 0x00 0x1000>; + interrupts = <0x00 0xa4 0x04>; + clocks = <0x2e 0x12 0x0e 0x12 0x10 0x12 0x95 0x12 0x96 0x12 0x4d 0x12 0x3a>; + clock-names = "osc24m\0pll_periph\0pll_periph_2\0mmc\0ahb\0mmc_mbus\0mmc_msi_lite"; + resets = <0x12 0x26>; + reset-names = "rst"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x109 0x10a 0x10b>; + pinctrl-1 = <0x10c>; + bus-width = <0x08>; + req-page-count = <0x02>; + cap-mmc-highspeed; + cap-cmd23; + mmc-cache-ctrl; + non-removable; + max-frequency = <0xbebc200>; + cap-erase; + mmc-high-capacity-erase-size; + no-sdio; + no-sd; + ctl-spec-caps = <0x328>; + sdc_tm4_sm0_freq0 = <0x00>; + sdc_tm4_sm0_freq1 = <0x00>; + sdc_tm4_sm1_freq0 = <0x00>; + sdc_tm4_sm1_freq1 = <0x00>; + sdc_tm4_sm2_freq0 = <0x00>; + sdc_tm4_sm2_freq1 = <0x00>; + sdc_tm4_sm3_freq0 = <0x5000000>; + sdc_tm4_sm3_freq1 = <0x05>; + sdc_tm4_sm4_freq0 = <0x50000>; + sdc_tm4_sm4_freq1 = <0x04>; + sdc_tm4_sm4_freq0_cmd = <0x00>; + sdc_tm4_sm4_freq1_cmd = <0x00>; + status = "disabled"; + mmc-ddr-1_8v; + mmc-hs200-1_8v; + mmc-hs400-1_8v; + sunxi-dis-signal-vol-sw; + mmc-bootpart-noacc; + cqe-on; + ctl-cmdq-md = <0x02>; + vmmc-supply = <0x64>; + vqmmc-supply = <0x6d>; + phandle = <0x246>; + }; + + sdmmc@4020000 { + compatible = "allwinner,sunxi-mmc-v5p3x"; + device_type = "sdc0"; + reg = <0x00 0x4020000 0x00 0x1000>; + interrupts = <0x00 0xa1 0x04>; + clocks = <0x2e 0x12 0x11 0x12 0x12 0x12 0x8f 0x12 0x90 0x12 0x40 0x12 0x4d 0x12 0x3a>; + clock-names = "osc24m\0pll_periph\0pll_periph_2\0mmc\0ahb\0mmc_store\0mmc_mbus\0mmc_msi_lite"; + resets = <0x12 0x23>; + reset-names = "rst"; + pinctrl-names = "default\0mmc_1v8\0sleep\0uart_jtag"; + pinctrl-0 = <0x10d 0x10e>; + pinctrl-1 = <0x10f 0x110>; + pinctrl-2 = <0x111>; + pinctrl-3 = <0x112 0x113>; + max-frequency = <0x8f0d180>; + bus-width = <0x04>; + req-page-count = <0x02>; + cap-sd-highspeed; + cap-wait-while-busy; + ctl-spec-caps = <0x428>; + status = "okay"; + cd-gpios = <0x33 0x05 0x06 0x11>; + cd-used-24M; + cd-set-debounce = <0x01>; + sd-uhs-sdr50; + sd-uhs-ddr50; + sd-uhs-sdr104; + no-sdio; + no-mmc; + sunxi-power-save-mode; + vmmc-supply = <0x64>; + vqmmc33sw-supply = <0x64>; + vdmmc33sw-supply = <0x64>; + vqmmc18sw-supply = <0x6d>; + vdmmc18sw-supply = <0x6d>; + phandle = <0x247>; + }; + + sdmmc@4021000 { + compatible = "allwinner,sunxi-mmc-v5p3x"; + device_type = "sdc1"; + reg = <0x00 0x4021000 0x00 0x1000>; + interrupts = <0x00 0xa2 0x04>; + clocks = <0x2e 0x12 0x11 0x12 0x12 0x12 0x91 0x12 0x92 0x12 0x40 0x12 0x4d 0x12 0x3a>; + clock-names = "osc24m\0pll_periph\0pll_periph_2\0mmc\0ahb\0mmc_store\0mmc_mbus\0mmc_msi_lite"; + resets = <0x12 0x24>; + reset-names = "rst"; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x114 0x115>; + pinctrl-1 = <0x116>; + max-frequency = <0xc65d400>; + bus-width = <0x04>; + cap-sd-highspeed; + cap-sdio-irq; + ignore-pm-notify; + keep-power-in-suspend; + sunxi-dly-208M = <0x00 0x00 0x00 0x00 0x00 0x00>; + execute_tuning_in_kernel; + ctl-spec-caps = <0x428>; + status = "disabled"; + no-mmc; + no-sd; + sd-uhs-sdr25; + sd-uhs-sdr50; + sd-uhs-ddr50; + sd-uhs-sdr104; + sunxi-dis-signal-vol-sw; + phandle = <0x248>; + }; + + gpu@1800000 { + device_type = "gpu"; + compatible = "img,gpu"; + reg = <0x00 0x1800000 0x00 0x8ffff>; + interrupts = <0x00 0x3f 0x04 0x00 0x40 0x04>; + interrupt-names = "IRQGPU\0IRQGPUDVFS"; + clocks = <0x12 0x17 0x12 0x88 0x12 0x89 0x12 0x04 0x12 0x06 0x12 0x07 0x12 0x08 0x12 0x09>; + clock-names = "clk_parent\0clk\0clk_bus\0clk_800\0clk_600\0clk_400\0clk_300\0clk_200"; + resets = <0x12 0x20>; + reset-names = "reset_bus"; + operating-points-v2 = <0x117>; + #cooling-cells = <0x02>; + gpu-supply = <0x2a>; + phandle = <0x21>; + }; + + gpu-opp-table { + compatible = "allwinner, img-operating-points"; + phandle = <0x117>; + + opp@400000000 { + opp-hz = <0x00 0x17d78400>; + opp-microvolt = "\0\f5"; + opp-microvolt-vfdefault = "\0\f5"; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0101 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-vf0201 = "\0\f5"; + opp-microvolt-vf0202 = "\0\f5"; + opp-microvolt-vf0302 = "\0\f5"; + opp-microvolt-vf0402 = "\0\f5"; + opp-microvolt-vf0502 = "\0\f5"; + opp-microvolt-vf0602 = "\0\f5"; + opp-microvolt-vf0300 = "\0\f5"; + }; + + opp@600000000 { + opp-hz = <0x00 0x23c34600>; + opp-microvolt = "\0\f5"; + opp-microvolt-vfdefault = "\0\f5"; + opp-microvolt-vf0000 = "\0\f5"; + opp-microvolt-vf0100 = "\0\f5"; + opp-microvolt-vf0101 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-vf0201 = "\0\f5"; + opp-microvolt-vf0202 = "\0\f5"; + opp-microvolt-vf0302 = "\0\f5"; + opp-microvolt-vf0402 = "\0\f5"; + opp-microvolt-vf0502 = "\0\f5"; + opp-microvolt-vf0602 = "\0\f5"; + opp-microvolt-vf0300 = "\0\f5"; + }; + + opp@800000000 { + opp-hz = <0x00 0x2faf0800>; + opp-microvolt = <0xcd140>; + opp-microvolt-vfdefault = <0xcd140>; + opp-microvolt-vf0000 = <0xcd140>; + opp-microvolt-vf0100 = <0xc8320>; + opp-microvolt-vf0101 = "\0\f5"; + opp-microvolt-vf0200 = "\0\f5"; + opp-microvolt-vf0201 = "\0\f5"; + opp-microvolt-vf0202 = "\0\f5"; + opp-microvolt-vf0302 = "\0\f5"; + opp-microvolt-vf0402 = "\0\f5"; + opp-microvolt-vf0502 = "\0\f5"; + opp-microvolt-vf0602 = "\0\f5"; + opp-microvolt-vf0300 = "\0\f5"; + }; + + opp@1008000000 { + opp-hz = <0x00 0x3c14dc00>; + opp-microvolt = <0xea600>; + opp-microvolt-vfdefault = <0xea600>; + opp-microvolt-vf0000 = <0xea600>; + opp-microvolt-vf0100 = <0xe57e0>; + opp-microvolt-vf0101 = <0xe09c0>; + opp-microvolt-vf0200 = <0xdbba0>; + opp-microvolt-vf0201 = <0xd6d80>; + opp-microvolt-vf0202 = <0xe09c0>; + opp-microvolt-vf0302 = <0xe09c0>; + opp-microvolt-vf0402 = <0xdbba0>; + opp-microvolt-vf0502 = <0xd6d80>; + opp-microvolt-vf0602 = <0xd1f60>; + opp-microvolt-vf0300 = <0xd1f60>; + }; + }; + + hdmi_codec { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-codec-hdmi"; + status = "okay"; + extcon = <0x118>; + phandle = <0x12e>; + }; + + i2s0_plat@2532000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-i2s"; + reg = <0x00 0x2532000 0x00 0xa0>; + resets = <0x12 0x4a>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0x09 0x12 0xc7 0x12 0xc6>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_i2s_asrc\0clk_bus_i2s\0clk_i2s"; + dmas = <0x36 0x03 0x36 0x03>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "disabled"; + tdm-num = <0x00>; + tx-pin = <0x00>; + rx-pin = <0x00>; + pinctrl-used; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x119 0x11a 0x11b 0x11c 0x11d>; + pinctrl-1 = <0x11e>; + tx-hub-en; + rx-sync-en; + phandle = <0x120>; + }; + + i2s0_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndi2s0"; + soundcard-mach,format = "i2s"; + soundcard-mach,slot-num = <0x02>; + soundcard-mach,slot-width = <0x20>; + status = "disabled"; + soundcard-mach,frame-master = <0x11f>; + soundcard-mach,bitclock-master = <0x11f>; + soundcard-mach,jack-support = <0x04>; + phandle = <0x249>; + + soundcard-mach,cpu { + sound-dai = <0x120>; + soundcard-mach,pll-fs = <0x01>; + soundcard-mach,mclk-fs = <0x02>; + soundcard-mach,mclk-fp = <0xac4400 0xbb8000>; + phandle = <0x11f>; + }; + + soundcard-mach,codec { + sound-dai = <0x121>; + soundcard-mach,pll-fs = <0x01>; + phandle = <0x24a>; + }; + }; + + i2s1_plat@2533000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-i2s"; + reg = <0x00 0x2533000 0x00 0xa0>; + resets = <0x12 0x4b>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0x09 0x12 0xc9 0x12 0xc8>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_i2s_asrc\0clk_bus_i2s\0clk_i2s"; + dmas = <0x36 0x04 0x36 0x04>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "okay"; + tdm-num = <0x00>; + tx-pin = <0x00>; + rx-pin = <0x00>; + pinctrl-used; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x122 0x123 0x124 0x125 0x126>; + pinctrl-1 = <0x127>; + tx-hub-en; + rx-sync-en; + phandle = <0x129>; + }; + + i2s1_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndi2s1"; + soundcard-mach,format = "i2s"; + soundcard-mach,slot-num = <0x02>; + soundcard-mach,slot-width = <0x20>; + status = "okay"; + soundcard-mach,frame-master = <0x128>; + soundcard-mach,bitclock-master = <0x128>; + phandle = <0x24b>; + + soundcard-mach,cpu { + sound-dai = <0x129>; + soundcard-mach,pll-fs = <0x01>; + soundcard-mach,mclk-fs = <0x01>; + soundcard-mach,mclk-fp = <0xac4400 0xbb8000>; + phandle = <0x128>; + }; + + soundcard-mach,codec { + soundcard-mach,pll-fs = <0x01>; + sound-dai = <0x12a>; + phandle = <0x24c>; + }; + }; + + i2s2_plat@2534000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-i2s"; + reg = <0x00 0x2534000 0x00 0xa0>; + resets = <0x12 0x4c>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0x09 0x12 0xcc 0x12 0xca>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_i2s_asrc\0clk_bus_i2s\0clk_i2s"; + dmas = <0x36 0x05 0x36 0x05>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "disabled"; + phandle = <0x12b>; + }; + + i2s2_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndi2s2"; + soundcard-mach,format = "i2s"; + soundcard-mach,slot-num = <0x02>; + soundcard-mach,slot-width = <0x20>; + status = "disabled"; + phandle = <0x24d>; + + soundcard-mach,cpu { + sound-dai = <0x12b>; + }; + + soundcard-mach,codec { + }; + }; + + i2s3_plat@2535000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-i2s"; + reg = <0x00 0x2535000 0x00 0xa0>; + resets = <0x12 0x4d>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0x09 0x12 0xce 0x12 0xcd>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_i2s_asrc\0clk_bus_i2s\0clk_i2s"; + dmas = <0x36 0x06 0x36 0x06>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "okay"; + tdm-num = <0x03>; + tx-pin = <0x00 0x01 0x02 0x03>; + tx-pin0-map0 = <0x76543210>; + tx-pin0-map1 = <0xfedcba98>; + tx-pin1-map0 = <0x76543210>; + tx-pin1-map1 = <0xfedcba98>; + tx-pin2-map0 = <0x76543210>; + tx-pin2-map1 = <0xfedcba98>; + tx-pin3-map0 = <0x76543210>; + tx-pin3-map1 = <0xfedcba98>; + rx-pin = <0x00>; + tx-hub-en; + rx-sync-en; + dai-type = "hdmi"; + phandle = <0x12d>; + }; + + i2s3_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndhdmi"; + soundcard-mach,format = "i2s"; + soundcard-mach,slot-num = <0x02>; + soundcard-mach,slot-width = <0x20>; + status = "okay"; + soundcard-mach,frame-master = <0x12c>; + soundcard-mach,bitclock-master = <0x12c>; + phandle = <0x24e>; + + soundcard-mach,cpu { + sound-dai = <0x12d>; + soundcard-mach,pll-fs = <0x01>; + soundcard-mach,mclk-fs = <0x00>; + phandle = <0x12c>; + }; + + soundcard-mach,codec { + sound-dai = <0x12e>; + phandle = <0x24f>; + }; + }; + + i2s4_plat@2536000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-i2s"; + reg = <0x00 0x2536000 0x00 0xa0>; + resets = <0x12 0x4e>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0x09 0x12 0xd0 0x12 0xcf>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_i2s_asrc\0clk_bus_i2s\0clk_i2s"; + dmas = <0x36 0x07 0x36 0x07>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "disabled"; + tdm-num = <0x04>; + tx-pin = <0x00>; + rx-pin = <0x00>; + tx-hub-en; + rx-sync-en; + pinctrl-used; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x12f 0x130 0x131 0x132>; + pinctrl-1 = <0x133>; + phandle = <0x135>; + }; + + i2s4_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndi2s4"; + soundcard-mach,format = "i2s"; + soundcard-mach,slot-num = <0x02>; + soundcard-mach,slot-width = <0x20>; + status = "okay"; + soundcard-mach,frame-master = <0x134>; + soundcard-mach,bitclock-master = <0x134>; + soundcard-mach,capture-only; + phandle = <0x250>; + + soundcard-mach,cpu { + sound-dai = <0x135>; + soundcard-mach,pll-fs = <0x01>; + soundcard-mach,mclk-fp; + soundcard-mach,mclk-fs = <0x01>; + phandle = <0x134>; + }; + + soundcard-mach,codec { + sound-dai = <0x136>; + soundcard-mach,pll-fs = <0x01>; + phandle = <0x251>; + }; + }; + + owa_plat@2537000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-owa"; + reg = <0x00 0x2537000 0x00 0x58>; + interrupts = <0x00 0x2e 0x04>; + resets = <0x12 0x4f>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0xd3 0x12 0xd1 0x12 0xd2>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_bus_owa\0clk_owa_tx\0clk_owa_rx"; + dmas = <0x36 0x02 0x36 0x02>; + dma-names = "tx\0rx"; + playback-cma = <0x80>; + capture-cma = <0x80>; + tx-fifo-size = <0x80>; + rx-fifo-size = <0x80>; + status = "okay"; + pinctrl-used; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x137>; + pinctrl-1 = <0x138>; + tx-hub-en; + phandle = <0x139>; + }; + + owa_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "sndowa"; + status = "okay"; + phandle = <0x252>; + + soundcard-mach,cpu { + sound-dai = <0x139>; + }; + + soundcard-mach,codec { + }; + }; + + dmic_plat@2531000 { + #sound-dai-cells = <0x00>; + compatible = "allwinner,sunxi-snd-plat-dmic"; + reg = <0x00 0x2531000 0x00 0x50>; + resets = <0x12 0x50>; + clocks = <0x12 0x23 0x12 0x25 0x12 0x26 0x12 0xd5 0x12 0xd4>; + clock-names = "clk_pll_audio0_4x\0clk_pll_audio1_div2\0clk_pll_audio1_div5\0clk_bus_dmic\0clk_dmic"; + dmas = <0x36 0x09>; + dma-names = "rx"; + capture-cma = <0x80>; + rx-fifo-size = <0x80>; + status = "disabled"; + rx-chmap = <0x76543210>; + data-vol = <0xb0>; + rxdelaytime = <0x00>; + pinctrl-used; + pinctrl-names = "default\0sleep"; + pinctrl-0 = <0x13a>; + pinctrl-1 = <0x13b>; + rx-sync-en; + phandle = <0x13c>; + }; + + dmic_mach { + compatible = "allwinner,sunxi-snd-mach"; + soundcard-mach,name = "snddmic"; + soundcard-mach,capture-only; + status = "disabled"; + phandle = <0x253>; + + soundcard-mach,cpu { + sound-dai = <0x13c>; + }; + + soundcard-mach,codec { + }; + }; + + pcie@6000000 { + #address-cells = <0x03>; + #size-cells = <0x02>; + compatible = "allwinner,sunxi-pcie-v300-rc"; + bus-range = <0x00 0xff>; + reg = <0x00 0x6000000 0x00 0x480000>; + reg-names = "dbi"; + device_type = "pci"; + ranges = <0x800 0x00 0x20000000 0x00 0x20000000 0x00 0x1000000 0x81000000 0x00 0x21000000 0x00 0x21000000 0x00 0x1000000 0x82000000 0x00 0x22000000 0x00 0x22000000 0x00 0x6000000>; + num-lanes = <0x01>; + phys = <0x13d>; + phy-names = "pcie-phy"; + interrupts = <0x00 0x98 0x04 0x00 0x99 0x04 0x00 0x88 0x04 0x00 0x89 0x04 0x00 0x8a 0x04 0x00 0x8b 0x04 0x00 0x8c 0x04 0x00 0x8d 0x04 0x00 0x8e 0x04 0x00 0x8f 0x04>; + interrupt-names = "sii\0msi\0edma-w0\0edma-w1\0edma-w2\0edma-w3\0edma-r0\0edma-r1\0edma-r2\0edma-r3"; + #interrupt-cells = <0x01>; + num-edma = <0x04>; + max-link-speed = <0x03>; + num-ib-windows = <0x10>; + num-ob-windows = <0x10>; + linux,pci-domain = <0x00>; + power-domains = <0x13 0x07>; + clocks = <0x12 0xe3 0x12 0xe4 0x12 0x32>; + clock-names = "pclk_aux\0pclk_slv\0its"; + resets = <0x12 0x59 0x12 0x5a 0x12 0x00>; + reset-names = "pclk_rst\0pwrup_rst\0its"; + busno = <0x00>; + status = "okay"; + reset-gpios = <0x33 0x03 0x04 0x00>; + wake-gpios = <0x33 0x03 0x03 0x00>; + pcie1v8-supply = <0x4a>; + pcie3v3-supply = <0x09>; + phandle = <0x254>; + }; + + auto_print@54321 { + reg = <0x00 0x54321 0x00 0x00>; + device_type = "auto_print"; + status = "okay"; + }; + + gpio_leds { + compatible = "allwinner,sunxi-gpio-leds"; + supply-num = <0x01>; + gpio1-supply = <0x47>; + gpio-pins = <0x33 0x08 0x06 0x00 0x33 0x08 0x07 0x00 0x33 0x08 0x08 0x00 0x33 0x08 0x09 0x00>; + pin-names = "led_green\0normal_led\0led_yellow\0standby_led"; + init-status = <0x00 0x00 0x00 0x01>; + status = "disabled"; + }; + + leds { + compatible = "pwm-leds"; + status = "disabled"; + + yellow-pwm-led { + label = "yellow_pwm_led"; + pwms = <0x13e 0x09 0xf4240 0x00>; + max-brightness = <0xff>; + phandle = <0x255>; + }; + }; + }; + + vcc3v3-pcie-regulator { + compatible = "regulator-fixed"; + regulator-name = "vcc3v3_pcie"; + regulator-min-microvolt = <0x325aa0>; + regulator-max-microvolt = <0x325aa0>; + regulator-enable-ramp-delay = <0x3e8>; + gpio = <0x33 0x07 0x0b 0x00>; + enable-active-high; + regulator-always-on; + regulator-boot-on; + phandle = <0x256>; + }; + + usb0-vbus { + compatible = "regulator-fixed"; + regulator-name = "usb0-vbus"; + regulator-min-microvolt = <0x4c4b40>; + regulator-max-microvolt = <0x4c4b40>; + regulator-enable-ramp-delay = <0x3e8>; + gpio = <0x33 0x02 0x04 0x00>; + enable-active-high; + phandle = <0x5b>; + }; + + usb1-vbus { + compatible = "regulator-fixed"; + regulator-name = "usb1-vbus"; + regulator-min-microvolt = <0x4c4b40>; + regulator-max-microvolt = <0x4c4b40>; + regulator-enable-ramp-delay = <0x3e8>; + regulator-always-on; + regulator-boot-on; + phandle = <0xaa>; + }; + + arisc_config { + phandle = <0x257>; + + s_uart_config { + pins = "PL2\0PL3"; + function = <0x03 0x03>; + status = "disabled"; + }; + }; + + backlight1 { + compatible = "pwm-backlight"; + status = "okay"; + brightness-levels = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3a 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4a 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5a 0x5b 0x5c 0x5d 0x5e 0x5f 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6a 0x6b 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x7b 0x7c 0x7d 0x7e 0x7f 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8a 0x8b 0x8c 0x8d 0x8e 0x8f 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3 0xa4 0xa5 0xa6 0xa7 0xa8 0xa9 0xaa 0xab 0xac 0xad 0xae 0xaf 0xb0 0xb1 0xb2 0xb3 0xb4 0xb5 0xb6 0xb7 0xb8 0xb9 0xba 0xbb 0xbc 0xbd 0xbe 0xbf 0xc0 0xc1 0xc2 0xc3 0xc4 0xc5 0xc6 0xc7 0xc8 0xc9 0xca 0xcb 0xcc 0xcd 0xce 0xcf 0xd0 0xd1 0xd2 0xd3 0xd4 0xd5 0xd6 0xd7 0xd8 0xd9 0xda 0xdb 0xdc 0xdd 0xde 0xdf 0xe0 0xe1 0xe2 0xe3 0xe4 0xe5 0xe6 0xe7 0xe8 0xe9 0xea 0xeb 0xec 0xed 0xee 0xef 0xf0 0xf1 0xf2 0xf3 0xf4 0xf5 0xf6 0xf7 0xf8 0xf9 0xfa 0xfb 0xfc 0xfd 0xfe 0xff>; + default-brightness-level = <0xc8>; + pwms = <0x13f 0x06 0x61a8 0x00>; + phandle = <0x140>; + }; + + edp_panel { + compatible = "edp-general-panel"; + status = "okay"; + power0-supply = <0x47>; + power-delay-ms = <0x32>; + backlight = <0x140>; + phandle = <0x258>; + + ports { + #address-cells = <0x01>; + #size-cells = <0x00>; + + port@0 { + #address-cells = <0x01>; + #size-cells = <0x00>; + reg = <0x00>; + phandle = <0x259>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x141>; + phandle = <0x103>; + }; + }; + }; + }; + + backlight0 { + compatible = "pwm-backlight"; + status = "okay"; + brightness-levels = <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b 0x0c 0x0d 0x0e 0x0f 0x10 0x11 0x12 0x13 0x14 0x15 0x16 0x17 0x18 0x19 0x1a 0x1b 0x1c 0x1d 0x1e 0x1f 0x20 0x21 0x22 0x23 0x24 0x25 0x26 0x27 0x28 0x29 0x2a 0x2b 0x2c 0x2d 0x2e 0x2f 0x30 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38 0x39 0x3a 0x3b 0x3c 0x3d 0x3e 0x3f 0x40 0x41 0x42 0x43 0x44 0x45 0x46 0x47 0x48 0x49 0x4a 0x4b 0x4c 0x4d 0x4e 0x4f 0x50 0x51 0x52 0x53 0x54 0x55 0x56 0x57 0x58 0x59 0x5a 0x5b 0x5c 0x5d 0x5e 0x5f 0x60 0x61 0x62 0x63 0x64 0x65 0x66 0x67 0x68 0x69 0x6a 0x6b 0x6c 0x6d 0x6e 0x6f 0x70 0x71 0x72 0x73 0x74 0x75 0x76 0x77 0x78 0x79 0x7a 0x7b 0x7c 0x7d 0x7e 0x7f 0x80 0x81 0x82 0x83 0x84 0x85 0x86 0x87 0x88 0x89 0x8a 0x8b 0x8c 0x8d 0x8e 0x8f 0x90 0x91 0x92 0x93 0x94 0x95 0x96 0x97 0x98 0x99 0x9a 0x9b 0x9c 0x9d 0x9e 0x9f 0xa0 0xa1 0xa2 0xa3 0xa4 0xa5 0xa6 0xa7 0xa8 0xa9 0xaa 0xab 0xac 0xad 0xae 0xaf 0xb0 0xb1 0xb2 0xb3 0xb4 0xb5 0xb6 0xb7 0xb8 0xb9 0xba 0xbb 0xbc 0xbd 0xbe 0xbf 0xc0 0xc1 0xc2 0xc3 0xc4 0xc5 0xc6 0xc7 0xc8 0xc9 0xca 0xcb 0xcc 0xcd 0xce 0xcf 0xd0 0xd1 0xd2 0xd3 0xd4 0xd5 0xd6 0xd7 0xd8 0xd9 0xda 0xdb 0xdc 0xdd 0xde 0xdf 0xe0 0xe1 0xe2 0xe3 0xe4 0xe5 0xe6 0xe7 0xe8 0xe9 0xea 0xeb 0xec 0xed 0xee 0xef 0xf0 0xf1 0xf2 0xf3 0xf4 0xf5 0xf6 0xf7 0xf8 0xf9 0xfa 0xfb 0xfc 0xfd 0xfe 0xff>; + default-brightness-level = <0x49>; + pwms = <0x13f 0x09 0x61a8 0x00>; + phandle = <0x142>; + }; + + lvds_panel@0 { + compatible = "sunxi-lvds"; + status = "disabled"; + power-delay-ms = <0x0a>; + power0-supply = <0x47>; + power1-supply = <0x6d>; + backlight = <0x142>; + bus-format = <0x1011>; + enable0-gpios = <0x33 0x04 0x0e 0x00>; + phandle = <0x25a>; + + display-timings { + native-mode = <0x143>; + + timing0 { + clock-frequency = <0x4767330>; + hback-porch = <0x46>; + hactive = <0x500>; + hfront-porch = <0x53>; + hsync-len = <0x12>; + vback-porch = <0x0d>; + vactive = <0x320>; + vfront-porch = <0x25>; + vsync-len = <0x0a>; + phandle = <0x143>; + }; + + timing1 { + clock-frequency = <0x8f05d40>; + hback-porch = <0x40>; + hactive = <0x780>; + hfront-porch = <0x40>; + hsync-len = <0x10>; + vback-porch = <0x04>; + vactive = <0x4b0>; + vfront-porch = <0x04>; + vsync-len = <0x03>; + phandle = <0x25b>; + }; + }; + + port { + + endpoint { + remote-endpoint = <0x144>; + phandle = <0xf2>; + }; + }; + }; + + lvds_panel1@0 { + compatible = "sunxi-lvds"; + status = "disabled"; + power-delay-ms = <0x0a>; + power0-supply = <0x47>; + power1-supply = <0x6d>; + backlight = <0x140>; + bus-format = <0x1011>; + enable0-gpios = <0x33 0x08 0x10 0x00>; + enable1-gpios = <0x33 0x08 0x0f 0x00>; + phandle = <0x25c>; + + display-timings { + native-mode = <0x145>; + + timing0 { + clock-frequency = <0x4767330>; + hback-porch = <0x46>; + hactive = <0x500>; + hfront-porch = <0x53>; + hsync-len = <0x12>; + vback-porch = <0x0d>; + vactive = <0x320>; + vfront-porch = <0x25>; + vsync-len = <0x0a>; + phandle = <0x145>; + }; + + timing1 { + clock-frequency = <0x8f05d40>; + hback-porch = <0x40>; + hactive = <0x780>; + hfront-porch = <0x40>; + hsync-len = <0x10>; + vback-porch = <0x04>; + vactive = <0x4b0>; + vfront-porch = <0x04>; + vsync-len = <0x03>; + phandle = <0x25d>; + }; + }; + + port { + + endpoint { + remote-endpoint = <0x146>; + phandle = <0xf7>; + }; + }; + }; + + dsi_panel@1 { + compatible = "allwinner,panel-dsi"; + status = "disabled"; + power-delay-ms = <0x0a>; + power0-supply = <0x47>; + power1-supply = <0x6d>; + enable0-gpios = <0x33 0x04 0x0d 0x00>; + reset-gpios = <0x33 0x04 0x0c 0x00>; + backlight = <0x142>; + dsi,flags = <0x01>; + dsi,lanes = <0x04>; + dsi,format = <0x00>; + panel-init-sequence = [39 10 04 ff 98 81 03 39 10 02 01 00 39 10 02 02 00 39 10 02 03 53 39 10 02 04 d3 39 10 02 05 00 39 10 02 06 0d 39 10 02 07 08 39 10 02 08 00 39 10 02 09 00 39 10 02 0a 00 39 10 02 0b 00 39 10 02 0c 00 39 10 02 0d 00 39 10 02 0e 00 39 10 02 0f 28 39 10 02 10 28 39 10 02 11 00 39 10 02 12 00 39 10 02 13 00 39 10 02 14 00 39 10 02 15 00 39 10 02 16 00 39 10 02 17 00 39 10 02 18 00 39 10 02 19 00 39 10 02 1a 00 39 10 02 1b 00 39 10 02 1c 00 39 10 02 1d 00 39 10 02 1e 40 39 10 02 1f 80 39 10 02 20 06 39 10 02 21 01 39 10 02 22 00 39 10 02 23 00 39 10 02 24 00 39 10 02 25 00 39 10 02 26 00 39 10 02 27 00 39 10 02 28 33 39 10 02 29 33 39 10 02 2a 00 39 10 02 2b 00 39 10 02 2c 00 39 10 02 2d 00 39 10 02 2e 00 39 10 02 2f 00 39 10 02 30 00 39 10 02 31 00 39 10 02 32 00 39 10 02 33 00 39 10 02 34 03 39 10 02 35 00 39 10 02 36 00 39 10 02 37 00 39 10 02 38 96 39 10 02 39 00 39 10 02 3a 00 39 10 02 3b 00 39 10 02 3c 00 39 10 02 3d 00 39 10 02 3e 00 39 10 02 3f 00 39 10 02 40 00 39 10 02 41 00 39 10 02 42 00 39 10 02 43 00 39 10 02 44 00 39 10 02 50 00 39 10 02 51 23 39 10 02 52 45 39 10 02 53 67 39 10 02 54 89 39 10 02 55 ab 39 10 02 56 01 39 10 02 57 23 39 10 02 58 45 39 10 02 59 67 39 10 02 5a 89 39 10 02 5b ab 39 10 02 5c cd 39 10 02 5d ef 39 10 02 5e 00 39 10 02 5f 08 39 10 02 60 08 39 10 02 61 06 39 10 02 62 06 39 10 02 63 01 39 10 02 64 01 39 10 02 65 00 39 10 02 66 00 39 10 02 67 02 39 10 02 68 15 39 10 02 69 15 39 10 02 6a 14 39 10 02 6b 14 39 10 02 6c 0d 39 10 02 6d 0d 39 10 02 6e 0c 39 10 02 6f 0c 39 10 02 70 0f 39 10 02 71 0f 39 10 02 72 0e 39 10 02 73 0e 39 10 02 74 02 39 10 02 75 08 39 10 02 76 08 39 10 02 77 06 39 10 02 78 06 39 10 02 79 01 39 10 02 7a 01 39 10 02 7b 00 39 10 02 7c 00 39 10 02 7d 02 39 10 02 7e 15 39 10 02 7f 15 39 10 02 80 14 39 10 02 81 14 39 10 02 82 0d 39 10 02 83 0d 39 10 02 84 0c 39 10 02 85 0c 39 10 02 86 0f 39 10 02 87 0f 39 10 02 88 0e 39 10 02 89 0e 39 10 02 8a 02 39 10 04 ff 98 81 04 39 10 02 6e 2b 39 10 02 6f 37 39 10 02 3a a4 39 10 02 8d 1a 39 10 02 87 ba 39 10 02 b2 d1 39 10 02 88 0b 39 10 02 38 01 39 10 02 39 00 39 10 02 b5 07 39 10 02 31 75 39 10 02 3b 98 39 10 04 ff 98 81 01 39 10 02 43 33 39 10 02 22 0a 39 10 02 31 00 39 10 02 53 48 39 10 02 55 48 39 10 02 50 99 39 10 02 51 94 39 10 02 60 10 39 10 02 62 20 39 10 02 a0 00 39 10 02 a1 00 39 10 02 a2 15 39 10 02 a3 14 39 10 02 a4 1b 39 10 02 a5 2f 39 10 02 a6 25 39 10 02 a7 24 39 10 02 a8 80 39 10 02 a9 1f 39 10 02 aa 2c 39 10 02 ab 6c 39 10 02 ac 16 39 10 02 ad 14 39 10 02 ae 4d 39 10 02 af 20 39 10 02 b0 29 39 10 02 b1 4f 39 10 02 b2 5f 39 10 02 b3 23 39 10 02 c0 00 39 10 02 c1 2e 39 10 02 c2 3b 39 10 02 c3 15 39 10 02 c4 16 39 10 02 c5 28 39 10 02 c6 1a 39 10 02 c7 1c 39 10 02 c8 a7 39 10 02 c9 1b 39 10 02 ca 28 39 10 02 cb 92 39 10 02 cc 1f 39 10 02 cd 1c 39 10 02 ce 4b 39 10 02 cf 1f 39 10 02 d0 28 39 10 02 d1 4e 39 10 02 d2 5c 39 10 02 d3 23 39 10 04 ff 98 81 00 39 10 02 11 00 39 78 02 29 00 39 10 02 35 00]; + panel-exit-sequence = <0x5000128 0x5780110>; + phandle = <0x25e>; + + display-timings { + native-mode = <0x147>; + + timing0 { + clock-frequency = <0x410e1a0>; + hback-porch = <0x14>; + hactive = <0x320>; + hfront-porch = <0x14>; + hsync-len = <0x14>; + vback-porch = <0x08>; + vactive = <0x500>; + vfront-porch = <0x1e>; + vsync-len = <0x04>; + phandle = <0x147>; + }; + }; + + port { + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x148>; + phandle = <0xed>; + }; + }; + }; + + phy_switcher@10 { + compatible = "allwinner,sunxi-phy-switcher"; + reg = <0x00 0x10 0x00 0x00>; + phys = <0xff 0xac>; + phy-names = "dp-phy\0usb-phy"; + dp_configure_delay = <0x32>; + status = "okay"; + mode-switch; + orientation-switch; + svid = <0xff01>; + phandle = <0x25f>; + + port { + #address-cells = <0x01>; + #size-cells = <0x00>; + + endpoint@0 { + reg = <0x00>; + remote-endpoint = <0x149>; + phandle = <0x5d>; + }; + + endpoint@1 { + reg = <0x01>; + remote-endpoint = <0x14a>; + phandle = <0x5e>; + }; + }; + }; + + leds { + compatible = "gpio-leds"; + + led1 { + label = "status-led"; + gpios = <0x33 0x07 0x0a 0x00>; + linux,default-trigger = "heartbeat"; + default-state = "on"; + status = "okay"; + }; + }; + + __symbols__ { + vf_mapping_table = "/vf_mapping_table"; + cluster0_opp_table = "/cluster0-opp-table"; + cluster1_opp_table = "/cluster1-opp-table"; + dsu_opp_table = "/dsu-opp-table"; + npu_opp_table = "/npu-opp-table"; + npu_opp_table_492 = "/npu-opp-table/opp-492"; + npu_opp_table_852 = "/npu-opp-table/opp-852"; + npu_opp_table_1008 = "/npu-opp-table/opp-1008"; + npu_opp_table_1120 = "/npu-opp-table/opp-1120"; + ve_opp_table = "/ve-opp-table"; + reg_vdd_sys = "/vdd-sys"; + cpu0 = "/cpus/cpu@0"; + cpu1 = "/cpus/cpu@100"; + cpu2 = "/cpus/cpu@200"; + cpu2_idle = "/cpus/cpu@200/thermal-idle"; + cpu3 = "/cpus/cpu@300"; + cpu3_idle = "/cpus/cpu@300/thermal-idle"; + cpu4 = "/cpus/cpu@400"; + cpu4_idle = "/cpus/cpu@400/thermal-idle"; + cpu5 = "/cpus/cpu@500"; + cpu5_idle = "/cpus/cpu@500/thermal-idle"; + cpu6 = "/cpus/cpu@600"; + cpu6_idle = "/cpus/cpu@600/thermal-idle"; + cpu7 = "/cpus/cpu@700"; + cpu7_idle = "/cpus/cpu@700/thermal-idle"; + CPU_SLEEP_0 = "/cpus/idle-states/cpu-sleep-0"; + CLUSTER_SLEEP_0 = "/cpus/idle-states/cluster-sleep-0"; + dcxo19_2M = "/dcxo19_2M_clk"; + dcxo24M = "/dcxo24M_clk"; + dcxo26M = "/dcxo26M_clk"; + sys24M = "/sys24M_clk"; + rc_16m = "/rc16m_clk"; + ext_32k = "/ext32k_clk"; + gic = "/interrupt-controller@3400000"; + wakeupgen = "/interrupt-controller@0"; + nmi_intc = "/intc-nmi@7010320"; + mmu_aw = "/iommu@3900000"; + dsufreq = "/dsufreq@0"; + thermal_zones = "/thermal-zones"; + cpul_thermal_zone = "/thermal-zones/cpul_thermal_zone"; + cpul_trips = "/thermal-zones/cpul_thermal_zone/trips"; + cpul_threshold = "/thermal-zones/cpul_thermal_zone/trips/trip-point@0"; + cpul_target = "/thermal-zones/cpul_thermal_zone/trips/trip-point@1"; + cpul_crit = "/thermal-zones/cpul_thermal_zone/trips/cpu_crit@0"; + cpub_thermal_zone = "/thermal-zones/cpub_thermal_zone"; + cpub_trips = "/thermal-zones/cpub_thermal_zone/trips"; + cpub_threshold = "/thermal-zones/cpub_thermal_zone/trips/trip-point@0"; + cpub_target = "/thermal-zones/cpub_thermal_zone/trips/trip-point@1"; + cpub_crit = "/thermal-zones/cpub_thermal_zone/trips/cpu_crit@0"; + cpul_idle_zone = "/thermal-zones/cpul_idle_zone"; + cpul_idle_trips = "/thermal-zones/cpul_idle_zone/trips"; + cpul_thres = "/thermal-zones/cpul_idle_zone/trips/trip-point@0"; + cpul_overshot = "/thermal-zones/cpul_idle_zone/trips/trip-point@1"; + cpub_idle_zone = "/thermal-zones/cpub_idle_zone"; + cpub_idle_trips = "/thermal-zones/cpub_idle_zone/trips"; + cpub_thres = "/thermal-zones/cpub_idle_zone/trips/trip-point@0"; + cpub_overshot = "/thermal-zones/cpub_idle_zone/trips/trip-point@1"; + gpu_thermal_zone = "/thermal-zones/gpu_thermal_zone"; + gpu_trips = "/thermal-zones/gpu_thermal_zone/trips"; + gpu_threshold = "/thermal-zones/gpu_thermal_zone/trips/trip-point@0"; + gpu_target = "/thermal-zones/gpu_thermal_zone/trips/trip-point@1"; + gpu_crit = "/thermal-zones/gpu_thermal_zone/trips/gpu_crit@0"; + npu_thermal_zone = "/thermal-zones/npu_thermal_zone"; + npu_trips = "/thermal-zones/npu_thermal_zone/trips"; + npu_crit = "/thermal-zones/npu_thermal_zone/trips/npu_crit@0"; + ddr_thermal_zone = "/thermal-zones/ddr_thermal_zone"; + ddr_trips = "/thermal-zones/ddr_thermal_zone/trips"; + ddr_crit = "/thermal-zones/ddr_thermal_zone/trips/ddr_crit@0"; + skin_trips = "/thermal-zones/skin_zone/trips"; + skin_crit = "/thermal-zones/skin_zone/trips/skin_crit@0"; + pck = "/pck-600@7060000"; + pd = "/pck-600@7060000/power-controller"; + dram = "/dram"; + ddr_clk = "/clk_ddr"; + dram_opp_table = "/opp_table"; + sunxi_dmcfreq = "/dmcfreq@3120000"; + soc = "/soc@3000000"; + ve = "/soc@3000000/ve@1c0e000"; + ve1 = "/soc@3000000/ve1@1c0e000"; + ve2 = "/soc@3000000/ve2@1c10000"; + rtc_ccu = "/soc@3000000/rtc_ccu@7090000"; + cpupll_ccu = "/soc@3000000/cpupll_ccu@8870000"; + ccu = "/soc@3000000/ccu@2002000"; + r_ccu = "/soc@3000000/r_ccu@7010000"; + dump_reg = "/soc@3000000/dump_reg@44000"; + soc_timer0 = "/soc@3000000/timer@3009000"; + rtc = "/soc@3000000/rtc@7090000"; + pio = "/soc@3000000/pinctrl@2000000"; + sdc0_pins_f = "/soc@3000000/pinctrl@2000000/sdc0@5"; + sdc0_pins_g = "/soc@3000000/pinctrl@2000000/sdc0@6"; + sdc0_pins_a = "/soc@3000000/pinctrl@2000000/sdc0@0"; + sdc0_pins_b = "/soc@3000000/pinctrl@2000000/sdc0@1"; + sdc0_pins_c = "/soc@3000000/pinctrl@2000000/sdc0@2"; + sdc0_pins_d = "/soc@3000000/pinctrl@2000000/sdc0@3"; + sdc0_pins_e = "/soc@3000000/pinctrl@2000000/sdc0@4"; + sdc1_pins_a = "/soc@3000000/pinctrl@2000000/sdc1@0"; + sdc1_pins_b = "/soc@3000000/pinctrl@2000000/sdc1@1"; + sdc1_pins_c = "/soc@3000000/pinctrl@2000000/sdc1@2"; + sdc2_pins_a = "/soc@3000000/pinctrl@2000000/sdc2@0"; + sdc2_pins_b = "/soc@3000000/pinctrl@2000000/sdc2@1"; + sdc2_pins_c = "/soc@3000000/pinctrl@2000000/sdc2@2"; + sdc2_pins_d = "/soc@3000000/pinctrl@2000000/sdc2@3"; + sdc3_pins_a = "/soc@3000000/pinctrl@2000000/sdc3@0"; + sdc3_pins_b = "/soc@3000000/pinctrl@2000000/sdc3@1"; + sdc3_pins_c = "/soc@3000000/pinctrl@2000000/sdc3@2"; + sdc3_pins_d = "/soc@3000000/pinctrl@2000000/sdc3@3"; + csi_mclk0_pins_a = "/soc@3000000/pinctrl@2000000/csi_mclk0@0"; + csi_mclk0_pins_b = "/soc@3000000/pinctrl@2000000/csi_mclk0@1"; + csi_mclk1_pins_a = "/soc@3000000/pinctrl@2000000/csi_mclk1@0"; + csi_mclk1_pins_b = "/soc@3000000/pinctrl@2000000/csi_mclk1@1"; + csi_mclk2_pins_a = "/soc@3000000/pinctrl@2000000/csi_mclk2@0"; + csi_mclk2_pins_b = "/soc@3000000/pinctrl@2000000/csi_mclk2@1"; + ncsi0_8bit_pins_a = "/soc@3000000/pinctrl@2000000/ncsi0_8bit@0"; + ncsi0_8bit_pins_b = "/soc@3000000/pinctrl@2000000/ncsi0_8bit@1"; + ncsi1_8bit_pins_a = "/soc@3000000/pinctrl@2000000/ncsi1_8bit@0"; + ncsi1_8bit_pins_b = "/soc@3000000/pinctrl@2000000/ncsi1_8bit@1"; + ncsi1_16bit_pins_a = "/soc@3000000/pinctrl@2000000/ncsi1_16bit@0"; + ncsi1_16bit_pins_b = "/soc@3000000/pinctrl@2000000/ncsi1_16bit@1"; + mipia_pins_a = "/soc@3000000/pinctrl@2000000/mipia@0"; + mipia_pins_b = "/soc@3000000/pinctrl@2000000/mipia@1"; + mipib_pins_a = "/soc@3000000/pinctrl@2000000/mipib@0"; + mipib_pins_b = "/soc@3000000/pinctrl@2000000/mipib@1"; + mipic_pins_a = "/soc@3000000/pinctrl@2000000/mipic@0"; + mipic_pins_b = "/soc@3000000/pinctrl@2000000/mipic@1"; + dsi0_4lane_pins_a = "/soc@3000000/pinctrl@2000000/dsi0_4lane@0"; + dsi0_4lane_pins_b = "/soc@3000000/pinctrl@2000000/dsi0_4lane@1"; + dsi1_4lane_pins_a = "/soc@3000000/pinctrl@2000000/dsi1_4lane@0"; + dsi1_4lane_pins_b = "/soc@3000000/pinctrl@2000000/dsi1_4lane@1"; + lvds0_pins_a = "/soc@3000000/pinctrl@2000000/lvds0@0"; + lvds0_pins_b = "/soc@3000000/pinctrl@2000000/lvds0@1"; + lvds1_pins_a = "/soc@3000000/pinctrl@2000000/lvds1@0"; + lvds1_pins_b = "/soc@3000000/pinctrl@2000000/lvds1@1"; + lvds2_pins_a = "/soc@3000000/pinctrl@2000000/lvds2@0"; + lvds2_pins_b = "/soc@3000000/pinctrl@2000000/lvds2@1"; + lvds3_pins_a = "/soc@3000000/pinctrl@2000000/lvds3@0"; + lvds3_pins_b = "/soc@3000000/pinctrl@2000000/lvds3@1"; + rgb0_24pins_a = "/soc@3000000/pinctrl@2000000/rgb0@0"; + rgb0_24pins_b = "/soc@3000000/pinctrl@2000000/rgb0@1"; + rgb1_24pins_a = "/soc@3000000/pinctrl@2000000/rgb1@0"; + rgb1_24pins_b = "/soc@3000000/pinctrl@2000000/rgb1@1"; + test_pins_a = "/soc@3000000/pinctrl@2000000/test_pins@0"; + test_pins_b = "/soc@3000000/pinctrl@2000000/test_pins@1"; + uart0_pins_active = "/soc@3000000/pinctrl@2000000/uart0_pins@0"; + uart0_pins_sleep = "/soc@3000000/pinctrl@2000000/uart0_pins@1"; + uart1_pins_active = "/soc@3000000/pinctrl@2000000/uart1_pins@0"; + uart1_pins_sleep = "/soc@3000000/pinctrl@2000000/uart1_pins@1"; + uart2_pins_active = "/soc@3000000/pinctrl@2000000/uart2_pins@0"; + uart2_pins_sleep = "/soc@3000000/pinctrl@2000000/uart2_pins@1"; + uart3_pins_active = "/soc@3000000/pinctrl@2000000/uart3_pins@0"; + uart3_pins_sleep = "/soc@3000000/pinctrl@2000000/uart3_pins@1"; + uart4_pins_active = "/soc@3000000/pinctrl@2000000/uart4_pins@0"; + uart4_pins_sleep = "/soc@3000000/pinctrl@2000000/uart4_pins@1"; + uart5_pins_active = "/soc@3000000/pinctrl@2000000/uart5_pins@0"; + uart5_pins_sleep = "/soc@3000000/pinctrl@2000000/uart5_pins@1"; + uart6_pins_active = "/soc@3000000/pinctrl@2000000/uart6_pins@0"; + uart6_pins_sleep = "/soc@3000000/pinctrl@2000000/uart6_pins@1"; + uart7_pins_active = "/soc@3000000/pinctrl@2000000/uart7_pins@0"; + uart7_pins_sleep = "/soc@3000000/pinctrl@2000000/uart7_pins@1"; + pwm0_9_pins_active = "/soc@3000000/pinctrl@2000000/pwm0_9@0"; + pwm0_9_pins_sleep = "/soc@3000000/pinctrl@2000000/pwm0_9@1"; + pwm1_9_pins_active = "/soc@3000000/pinctrl@2000000/pwm1@0"; + pwm1_9_pins_sleep = "/soc@3000000/pinctrl@2000000/pwm1@1"; + pwm1_6_pins_active = "/soc@3000000/pinctrl@2000000/pwm6@0"; + pwm1_6_pins_sleep = "/soc@3000000/pinctrl@2000000/pwm6@1"; + twi0_pins_default = "/soc@3000000/pinctrl@2000000/twi0@0"; + twi0_pins_sleep = "/soc@3000000/pinctrl@2000000/twi0@1"; + twi2_pins_default = "/soc@3000000/pinctrl@2000000/twi2@0"; + twi2_pins_sleep = "/soc@3000000/pinctrl@2000000/twi2@1"; + hym8563_int = "/soc@3000000/pinctrl@2000000/hym8563-int@0"; + husb311_int = "/soc@3000000/pinctrl@2000000/husb311-int@0"; + twi3_pins_default = "/soc@3000000/pinctrl@2000000/twi3@0"; + twi3_pins_sleep = "/soc@3000000/pinctrl@2000000/twi3@1"; + twi4_pins_default = "/soc@3000000/pinctrl@2000000/twi4@0"; + twi4_pins_sleep = "/soc@3000000/pinctrl@2000000/twi4@1"; + twi5_pins_default = "/soc@3000000/pinctrl@2000000/twi5@0"; + twi5_pins_sleep = "/soc@3000000/pinctrl@2000000/twi5@1"; + twi7_pins_default = "/soc@3000000/pinctrl@2000000/twi7@0"; + twi7_pins_sleep = "/soc@3000000/pinctrl@2000000/twi7@1"; + twi8_pins_default = "/soc@3000000/pinctrl@2000000/twi8@0"; + twi8_pins_sleep = "/soc@3000000/pinctrl@2000000/twi8@1"; + twi11_pins_default = "/soc@3000000/pinctrl@2000000/twi11@0"; + twi11_pins_sleep = "/soc@3000000/pinctrl@2000000/twi11@1"; + twi12_pins_default = "/soc@3000000/pinctrl@2000000/twi12@0"; + twi12_pins_sleep = "/soc@3000000/pinctrl@2000000/twi12@1"; + i2s0_pins_a = "/soc@3000000/pinctrl@2000000/i2s0@0"; + i2s0_pins_b = "/soc@3000000/pinctrl@2000000/i2s0@1"; + i2s0_pins_c = "/soc@3000000/pinctrl@2000000/i2s0@2"; + i2s0_pins_e = "/soc@3000000/pinctrl@2000000/i2s0@4"; + i2s0_pins_d = "/soc@3000000/pinctrl@2000000/i2s0@3"; + i2s0_pins_f = "/soc@3000000/pinctrl@2000000/i2s0@5"; + i2s1_pins_a = "/soc@3000000/pinctrl@2000000/i2s1@0"; + i2s1_pins_b = "/soc@3000000/pinctrl@2000000/i2s1@1"; + i2s1_pins_c = "/soc@3000000/pinctrl@2000000/i2s1@2"; + i2s1_pins_d = "/soc@3000000/pinctrl@2000000/i2s1@3"; + i2s1_pins_e = "/soc@3000000/pinctrl@2000000/i2s1@4"; + i2s1_pins_f = "/soc@3000000/pinctrl@2000000/i2s1@5"; + i2s2_pins_b = "/soc@3000000/pinctrl@2000000/i2s2@1"; + i2s2_pins_c = "/soc@3000000/pinctrl@2000000/i2s2@2"; + i2s2_pins_d = "/soc@3000000/pinctrl@2000000/i2s2@3"; + i2s2_pins_e = "/soc@3000000/pinctrl@2000000/i2s2@4"; + i2s2_pins_f = "/soc@3000000/pinctrl@2000000/i2s2@5"; + i2s4_pins_a = "/soc@3000000/pinctrl@2000000/i2s4@0"; + i2s4_pins_b = "/soc@3000000/pinctrl@2000000/i2s4@1"; + i2s4_pins_c = "/soc@3000000/pinctrl@2000000/i2s4@2"; + i2s4_pins_d = "/soc@3000000/pinctrl@2000000/i2s4@3"; + i2s4_pins_f = "/soc@3000000/pinctrl@2000000/i2s4@5"; + owa_pins_a = "/soc@3000000/pinctrl@2000000/owa@0"; + owa_pins_b = "/soc@3000000/pinctrl@2000000/owa@1"; + dmic_pins_a = "/soc@3000000/pinctrl@2000000/dmic@0"; + dmic_pins_b = "/soc@3000000/pinctrl@2000000/dmic@1"; + gmac0_pins_default = "/soc@3000000/pinctrl@2000000/gmac0@0"; + gmac0_pins_sleep = "/soc@3000000/pinctrl@2000000/gmac0@1"; + gmac1_pins_default = "/soc@3000000/pinctrl@2000000/gmac1@0"; + gmac1_pins_sleep = "/soc@3000000/pinctrl@2000000/gmac1@1"; + spi1_pins_default = "/soc@3000000/pinctrl@2000000/spi1@0"; + spi1_pins_sleep = "/soc@3000000/pinctrl@2000000/spi1@1"; + spi4_pins_default = "/soc@3000000/pinctrl@2000000/spi4@0"; + spi4_pins_sleep = "/soc@3000000/pinctrl@2000000/spi4@1"; + spi2_pins_default = "/soc@3000000/pinctrl@2000000/spi2@0"; + spi2_pins_cs = "/soc@3000000/pinctrl@2000000/spi2@1"; + spi2_pins_sleep = "/soc@3000000/pinctrl@2000000/spi2@2"; + ledc_pins_a = "/soc@3000000/pinctrl@2000000/ledc@0"; + ledc_pins_b = "/soc@3000000/pinctrl@2000000/ledc@1"; + r_pio = "/soc@3000000/pinctrl@7025000"; + s_twi0_pins_default = "/soc@3000000/pinctrl@7025000/s_twi0@0"; + s_twi0_pins_sleep = "/soc@3000000/pinctrl@7025000/s_twi0@1"; + s_twi1_pins_default = "/soc@3000000/pinctrl@7025000/s_twi1@0"; + s_twi1_pins_sleep = "/soc@3000000/pinctrl@7025000/s_twi1@1"; + s_twi2_pins_default = "/soc@3000000/pinctrl@7025000/s_twi2@0"; + s_twi2_pins_sleep = "/soc@3000000/pinctrl@7025000/s_twi2@1"; + s_irrx_pins_default = "/soc@3000000/pinctrl@7025000/s_irrx@0"; + s_irrx_pins_sleep = "/soc@3000000/pinctrl@7025000/s_irrx@1"; + wdt = "/soc@3000000/watchdog@2050000"; + dma = "/soc@3000000/dma-controller@4601000"; + sid = "/soc@3000000/sid@3006000"; + sram_ctrl = "/soc@3000000/sram_ctrl@3000000"; + ths = "/soc@3000000/ths@2522000"; + nsi0 = "/soc@3000000/nsi-controller@2020000"; + pinctrl_test = "/soc@3000000/pinctrl_test@2000000"; + uart0 = "/soc@3000000/uart@2500000"; + uart1 = "/soc@3000000/uart@2501000"; + uart2 = "/soc@3000000/uart@2502000"; + uart3 = "/soc@3000000/uart@2503000"; + uart4 = "/soc@3000000/uart@2504000"; + uart5 = "/soc@3000000/uart@2505000"; + uart6 = "/soc@3000000/uart@2506000"; + uart7 = "/soc@3000000/uart@7080000"; + uart8 = "/soc@3000000/uart@7081000"; + twi0 = "/soc@3000000/twi@2510000"; + twi1 = "/soc@3000000/twi@2511000"; + twi2 = "/soc@3000000/twi@2512000"; + twi3 = "/soc@3000000/twi@2513000"; + hym8563 = "/soc@3000000/twi@2513000/hym8563@51"; + twi4 = "/soc@3000000/twi@2514000"; + twi5 = "/soc@3000000/twi@2515000"; + twi6 = "/soc@3000000/twi@2516000"; + twi7 = "/soc@3000000/twi@2517000"; + ac101b = "/soc@3000000/twi@2517000/ac101b@3e"; + ac107 = "/soc@3000000/twi@2517000/ac107@36"; + twi8 = "/soc@3000000/twi@2518000"; + es8388 = "/soc@3000000/twi@2518000/es8388@10"; + twi9 = "/soc@3000000/twi@2519000"; + twi10 = "/soc@3000000/twi@251A000"; + twi11 = "/soc@3000000/twi@251B000"; + twi12 = "/soc@3000000/twi@251C000"; + husb311 = "/soc@3000000/twi@251C000/husb311@4e"; + usbc0_role_sw = "/soc@3000000/twi@251C000/husb311@4e/ports/port@0/endpoint@0"; + usb_con = "/soc@3000000/twi@251C000/husb311@4e/connector"; + usbc0_orien_sw = "/soc@3000000/twi@251C000/husb311@4e/connector/ports/port@0/endpoint@0"; + dp_altmode_mux = "/soc@3000000/twi@251C000/husb311@4e/connector/ports/port@1/endpoint@1"; + s_twi0 = "/soc@3000000/twi@7083000"; + pmu1 = "/soc@3000000/twi@7083000/pmu@34"; + powerkey0 = "/soc@3000000/twi@7083000/pmu@34/powerkey@0"; + usb_power_supply = "/soc@3000000/twi@7083000/pmu@34/usb_power_supply"; + bat_power_supply = "/soc@3000000/twi@7083000/pmu@34/bat-power-supply"; + regulator1 = "/soc@3000000/twi@7083000/pmu@34/regulators@1"; + reg_drivevbus = "/soc@3000000/twi@7083000/pmu@34/regulators@1/drivevbus"; + pmu0 = "/soc@3000000/twi@7083000/pmu@36"; + powerkey1 = "/soc@3000000/twi@7083000/pmu@36/powerkey@1"; + regulator0 = "/soc@3000000/twi@7083000/pmu@36/regulators@0"; + reg_dcdc1 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc1"; + reg_dcdc2 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc2"; + reg_dcdc3 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc3"; + reg_dcdc4 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc4"; + reg_dcdc5 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc5"; + reg_dcdc6 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc6"; + reg_dcdc7 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc7"; + reg_dcdc8 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc8"; + reg_dcdc9 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dcdc9"; + reg_rtcldo = "/soc@3000000/twi@7083000/pmu@36/regulators@0/rtcldo"; + reg_aldo1 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo1"; + reg_aldo2 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo2"; + reg_aldo3 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo3"; + reg_aldo4 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo4"; + reg_aldo5 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo5"; + reg_aldo6 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/aldo6"; + reg_dldo1 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo1"; + reg_dldo2 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo2"; + reg_dldo3 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo3"; + reg_dldo4 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo4"; + reg_dldo5 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo5"; + reg_dldo6 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dldo6"; + reg_eldo1 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo1"; + reg_eldo2 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo2"; + reg_eldo3 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo3"; + reg_eldo4 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo4"; + reg_eldo5 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo5"; + reg_eldo6 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/eldo6"; + reg_dc1sw1 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dc1sw1"; + reg_dc1sw2 = "/soc@3000000/twi@7083000/pmu@36/regulators@0/dc1sw2"; + s_twi1 = "/soc@3000000/twi@7084000"; + s_twi2 = "/soc@3000000/twi@7085000"; + pwm0 = "/soc@3000000/pwm@2527000"; + pwm0_0 = "/soc@3000000/pwm0@2527010"; + pwm0_1 = "/soc@3000000/pwm0@2527011"; + pwm0_2 = "/soc@3000000/pwm0@2527012"; + pwm0_3 = "/soc@3000000/pwm0@2527013"; + pwm0_4 = "/soc@3000000/pwm0@2527014"; + pwm0_5 = "/soc@3000000/pwm0@2527015"; + pwm0_6 = "/soc@3000000/pwm0@2527016"; + pwm0_7 = "/soc@3000000/pwm0@2527017"; + pwm0_8 = "/soc@3000000/pwm0@2527018"; + pwm0_9 = "/soc@3000000/pwm0@2527019"; + pwm1 = "/soc@3000000/pwm@2528000"; + pwm1_0 = "/soc@3000000/pwm1@2528010"; + pwm1_1 = "/soc@3000000/pwm1@2528011"; + pwm1_2 = "/soc@3000000/pwm1@2528012"; + pwm1_3 = "/soc@3000000/pwm1@2528013"; + pwm1_4 = "/soc@3000000/pwm1@2528014"; + pwm1_5 = "/soc@3000000/pwm1@2528015"; + pwm1_6 = "/soc@3000000/pwm1@2528016"; + pwm1_7 = "/soc@3000000/pwm1@2528017"; + pwm1_8 = "/soc@3000000/pwm1@2528018"; + pwm1_9 = "/soc@3000000/pwm1@2528019"; + s_pwm0 = "/soc@3000000/pwm@7023000"; + s_pwm0_0 = "/soc@3000000/s_pwm0@7023010"; + s_pwm0_1 = "/soc@3000000/s_pwm0@7023011"; + s_pwm0_2 = "/soc@3000000/s_pwm0@7023012"; + s_pwm0_3 = "/soc@3000000/s_pwm0@7023013"; + s_pwm0_4 = "/soc@3000000/s_pwm0@7023014"; + s_pwm0_5 = "/soc@3000000/s_pwm0@7023015"; + s_pwm0_6 = "/soc@3000000/s_pwm0@7023016"; + s_pwm0_7 = "/soc@3000000/s_pwm0@7023017"; + s_pwm0_8 = "/soc@3000000/s_pwm0@7023018"; + s_pwm0_9 = "/soc@3000000/s_pwm0@7023019"; + lradc = "/soc@3000000/lradc@2524000"; + gpadc0 = "/soc@3000000/gpadc@2521000"; + irrx = "/soc@3000000/irrx@2526000"; + s_irrx = "/soc@3000000/irrx@7040000"; + irtx = "/soc@3000000/irtx@2525000"; + ledc = "/soc@3000000/ledc@2520000"; + npu = "/soc@3000000/npu@3600000"; + hwspinlock = "/soc@3000000/hwspinlock@3005000"; + msgbox = "/soc@3000000/msgbox@3004000"; + a55_rproc = "/soc@3000000/a55_rproc@0"; + cryptoengine = "/soc@3000000/ce@4603000"; + usbc0 = "/soc@3000000/usbc0@10"; + usbc0_role_switch = "/soc@3000000/usbc0@10/port/endpoint@0"; + udc = "/soc@3000000/udc-controller@4100000"; + ehci0 = "/soc@3000000/ehci0-controller@4101000"; + ohci0 = "/soc@3000000/ohci0-controller@4101400"; + usbc1 = "/soc@3000000/usbc1@11"; + ehci1 = "/soc@3000000/ehci1-controller@4200000"; + ohci1 = "/soc@3000000/ohci1-controller@4200400"; + usbc2 = "/soc@3000000/usbc2@12"; + xhci2 = "/soc@3000000/usbc2@12/xhci2-controller@6a00000"; + u2phy = "/soc@3000000/phy@6b00000"; + vind0 = "/soc@3000000/vind@5800800"; + csi0 = "/soc@3000000/vind@5800800/csi@5820000"; + csi1 = "/soc@3000000/vind@5800800/csi@5821000"; + csi2 = "/soc@3000000/vind@5800800/csi@5822000"; + mipi0 = "/soc@3000000/vind@5800800/mipi@5810100"; + mipi1 = "/soc@3000000/vind@5800800/mipi@5810200"; + mipi2 = "/soc@3000000/vind@5800800/mipi@5810300"; + tdm0 = "/soc@3000000/vind@5800800/tdm@5908000"; + isp00 = "/soc@3000000/vind@5800800/isp@5900000"; + isp01 = "/soc@3000000/vind@5800800/isp@58ffffc"; + isp02 = "/soc@3000000/vind@5800800/isp@58ffff8"; + isp03 = "/soc@3000000/vind@5800800/isp@58ffff4"; + isp10 = "/soc@3000000/vind@5800800/isp@4"; + isp20 = "/soc@3000000/vind@5800800/isp@5"; + isp30 = "/soc@3000000/vind@5800800/isp@6"; + scaler00 = "/soc@3000000/vind@5800800/scaler@5910000"; + scaler01 = "/soc@3000000/vind@5800800/scaler@590fffc"; + scaler02 = "/soc@3000000/vind@5800800/scaler@590fff8"; + scaler03 = "/soc@3000000/vind@5800800/scaler@590fff4"; + scaler10 = "/soc@3000000/vind@5800800/scaler@5910400"; + scaler11 = "/soc@3000000/vind@5800800/scaler@59103fc"; + scaler12 = "/soc@3000000/vind@5800800/scaler@59103f8"; + scaler13 = "/soc@3000000/vind@5800800/scaler@59103f4"; + scaler20 = "/soc@3000000/vind@5800800/scaler@5910800"; + scaler21 = "/soc@3000000/vind@5800800/scaler@59107fc"; + scaler22 = "/soc@3000000/vind@5800800/scaler@59107f8"; + scaler23 = "/soc@3000000/vind@5800800/scaler@59107f4"; + scaler30 = "/soc@3000000/vind@5800800/scaler@5910c00"; + scaler31 = "/soc@3000000/vind@5800800/scaler@5910bfc"; + scaler32 = "/soc@3000000/vind@5800800/scaler@5910bf8"; + scaler33 = "/soc@3000000/vind@5800800/scaler@5910bf4"; + scaler40 = "/soc@3000000/vind@5800800/scaler@16"; + scaler50 = "/soc@3000000/vind@5800800/scaler@17"; + actuator0 = "/soc@3000000/vind@5800800/actuator@2108180"; + flash0 = "/soc@3000000/vind@5800800/flash@2108190"; + sensor0 = "/soc@3000000/vind@5800800/sensor@5812000"; + sensor1 = "/soc@3000000/vind@5800800/sensor@5812010"; + sensor2 = "/soc@3000000/vind@5800800/sensor@5812020"; + sensor_list0 = "/soc@3000000/vind@5800800/sensor_list@5812040"; + sensor_list1 = "/soc@3000000/vind@5800800/sensor_list@5812050"; + vinc00 = "/soc@3000000/vind@5800800/vinc@5830000"; + vinc01 = "/soc@3000000/vind@5800800/vinc@582fffc"; + vinc02 = "/soc@3000000/vind@5800800/vinc@582fff8"; + vinc03 = "/soc@3000000/vind@5800800/vinc@582fff4"; + vinc10 = "/soc@3000000/vind@5800800/vinc@5831000"; + vinc11 = "/soc@3000000/vind@5800800/vinc@5830ffc"; + vinc12 = "/soc@3000000/vind@5800800/vinc@5830ff8"; + vinc13 = "/soc@3000000/vind@5800800/vinc@5830ff4"; + vinc20 = "/soc@3000000/vind@5800800/vinc@5832000"; + vinc21 = "/soc@3000000/vind@5800800/vinc@5831ffc"; + vinc22 = "/soc@3000000/vind@5800800/vinc@5831ff8"; + vinc23 = "/soc@3000000/vind@5800800/vinc@5831ff4"; + vinc30 = "/soc@3000000/vind@5800800/vinc@5833000"; + vinc31 = "/soc@3000000/vind@5800800/vinc@5832ffc"; + vinc32 = "/soc@3000000/vind@5800800/vinc@5832ff8"; + vinc33 = "/soc@3000000/vind@5800800/vinc@5832ff4"; + vinc40 = "/soc@3000000/vind@5800800/vinc@5834000"; + vinc50 = "/soc@3000000/vind@5800800/vinc@5835000"; + di = "/soc@3000000/deinterlace@5400000"; + g2d = "/soc@3000000/g2d@5440000"; + pd_vi_test = "/soc@3000000/pd_vi_test@0"; + pd_ve_enc_test = "/soc@3000000/pd_ve_enc_test@0"; + pd_npu_test = "/soc@3000000/pd_npu_test@0"; + pd_gpu_top_test = "/soc@3000000/pd_gpu_top_test@0"; + pd_gpu_core_test = "/soc@3000000/pd_gpu_core_test@0"; + pd_pcie_test = "/soc@3000000/pd_pcie_test@0"; + pd_usb2_test = "/soc@3000000/pd_usb2_test@0"; + pd_de_sys_test = "/soc@3000000/pd_de_sys_test@0"; + pd_vo_test = "/soc@3000000/pd_vo_test@0"; + pd_vo1_test = "/soc@3000000/pd_vo1_test@0"; + gmac_stmmac_axi_setup = "/soc@3000000/stmmac-axi-config"; + gmac_mtl_rx_setup = "/soc@3000000/rx-queues-config"; + gmac_mtl_tx_setup = "/soc@3000000/tx_queues-config"; + gmac0 = "/soc@3000000/ethernet@4500000"; + mdio0 = "/soc@3000000/ethernet@4500000/mdio0@0"; + gmac0_phy0 = "/soc@3000000/ethernet@4500000/mdio0@0/ethernet-phy@1"; + gmac1 = "/soc@3000000/ethernet@4510000"; + mdio1 = "/soc@3000000/ethernet@4510000/mdio1@0"; + gmac1_phy0 = "/soc@3000000/ethernet@4510000/mdio1@0/ethernet-phy@1"; + rfkill = "/soc@3000000/rfkill"; + addr_mgt = "/soc@3000000/addr_mgt"; + btlpm = "/soc@3000000/btlpm"; + spi0 = "/soc@3000000/spi@2540000"; + spi1 = "/soc@3000000/spi@2541000"; + spi2 = "/soc@3000000/spi@2542000"; + spi3 = "/soc@3000000/spi@2543000"; + spi4 = "/soc@3000000/spi@2544000"; + r_spi = "/soc@3000000/spi@7092000"; + serdes = "/soc@3000000/serdes@6c00000"; + combophy0 = "/soc@3000000/serdes@6c00000/combo-phy0@6c01000"; + combo0_dp = "/soc@3000000/serdes@6c00000/combo-phy0@6c01000/combo0-dp-phy"; + combo0_usb = "/soc@3000000/serdes@6c00000/combo-phy0@6c01000/combo0-usb-phy"; + combophy1 = "/soc@3000000/serdes@6c00000/combo-phy1@6c02000"; + combo1_usb = "/soc@3000000/serdes@6c00000/combo-phy1@6c02000/combo1-usb-phy"; + combo1_pcie = "/soc@3000000/serdes@6c00000/combo-phy1@6c02000/combo1-pcie-phy"; + aux_hpd = "/soc@3000000/serdes@6c00000/aux-hpd@6c01e00"; + aux_hpd_phy = "/soc@3000000/serdes@6c00000/aux-hpd@6c01e00/aux-hpd-phy"; + sunxi_drm = "/soc@3000000/sunxi-drm"; + de = "/soc@3000000/de@5000000"; + disp0 = "/soc@3000000/de@5000000/ports/port@0"; + disp0_out_tcon0 = "/soc@3000000/de@5000000/ports/port@0/endpoint@0"; + disp0_out_tcon1 = "/soc@3000000/de@5000000/ports/port@0/endpoint@1"; + disp0_out_tcon2 = "/soc@3000000/de@5000000/ports/port@0/endpoint@2"; + disp0_out_tcon3 = "/soc@3000000/de@5000000/ports/port@0/endpoint@3"; + disp0_out_tcon4 = "/soc@3000000/de@5000000/ports/port@0/endpoint@4"; + disp1 = "/soc@3000000/de@5000000/ports/port@1"; + disp1_out_tcon0 = "/soc@3000000/de@5000000/ports/port@1/endpoint@0"; + disp1_out_tcon1 = "/soc@3000000/de@5000000/ports/port@1/endpoint@1"; + disp1_out_tcon2 = "/soc@3000000/de@5000000/ports/port@1/endpoint@2"; + disp1_out_tcon3 = "/soc@3000000/de@5000000/ports/port@1/endpoint@3"; + disp1_out_tcon4 = "/soc@3000000/de@5000000/ports/port@1/endpoint@4"; + vo0 = "/soc@3000000/vo0@5500000"; + vo1 = "/soc@3000000/vo1@5510000"; + dlcd0 = "/soc@3000000/tcon0@5501000"; + tcon0_in = "/soc@3000000/tcon0@5501000/ports/port@0"; + tcon0_in_disp0 = "/soc@3000000/tcon0@5501000/ports/port@0/endpoint@0"; + tcon0_in_disp1 = "/soc@3000000/tcon0@5501000/ports/port@0/endpoint@1"; + tcon0_out = "/soc@3000000/tcon0@5501000/ports/port@1"; + tcon0_out_dsi0 = "/soc@3000000/tcon0@5501000/ports/port@1/endpoint@0"; + tcon0_out_dsi1 = "/soc@3000000/tcon0@5501000/ports/port@1/endpoint@1"; + tcon0_out_lvds0 = "/soc@3000000/tcon0@5501000/ports/port@1/endpoint@2"; + tcon0_out_rgb0 = "/soc@3000000/tcon0@5501000/ports/port@1/endpoint@3"; + dlcd1 = "/soc@3000000/tcon1@5502000"; + tcon1_in = "/soc@3000000/tcon1@5502000/ports/port@0"; + tcon1_in_disp0 = "/soc@3000000/tcon1@5502000/ports/port@0/endpoint@0"; + tcon1_in_disp1 = "/soc@3000000/tcon1@5502000/ports/port@0/endpoint@1"; + tcon1_out = "/soc@3000000/tcon1@5502000/ports/port@1"; + tcon1_out_dsi1 = "/soc@3000000/tcon1@5502000/ports/port@1/endpoint@0"; + dlcd2 = "/soc@3000000/tcon2@5503000"; + tcon2_in = "/soc@3000000/tcon2@5503000/ports/port@0"; + tcon2_in_disp0 = "/soc@3000000/tcon2@5503000/ports/port@0/endpoint@0"; + tcon2_in_disp1 = "/soc@3000000/tcon2@5503000/ports/port@0/endpoint@1"; + tcon2_out = "/soc@3000000/tcon2@5503000/ports/port@1"; + tcon2_out_lvds1 = "/soc@3000000/tcon2@5503000/ports/port@1/endpoint@0"; + tcon2_out_rgb1 = "/soc@3000000/tcon2@5503000/ports/port@1/endpoint@1"; + dsi0combophy = "/soc@3000000/phy@5507000"; + dsi0 = "/soc@3000000/dsi0@5506000"; + dsi0_in = "/soc@3000000/dsi0@5506000/ports/port@0"; + dsi0_in_tcon0 = "/soc@3000000/dsi0@5506000/ports/port@0/endpoint@0"; + dsi1combophy = "/soc@3000000/phy@5509000"; + dsi1 = "/soc@3000000/dsi1@5508000"; + dsi1_in = "/soc@3000000/dsi1@5508000/ports/port@0"; + dsi1_in_tcon1 = "/soc@3000000/dsi1@5508000/ports/port@0/endpoint@1"; + dsi1_in_tcon0 = "/soc@3000000/dsi1@5508000/ports/port@0/endpoint@0"; + dsi1_out = "/soc@3000000/dsi1@5508000/ports/port@1"; + dsi_out_panel = "/soc@3000000/dsi1@5508000/ports/port@1/endpoint"; + panel = "/soc@3000000/dsi1@5508000/panel@0"; + panel_in = "/soc@3000000/dsi1@5508000/panel@0/ports/port@0"; + panel_input = "/soc@3000000/dsi1@5508000/panel@0/ports/port@0/endpoint@0"; + panel_out = "/soc@3000000/dsi1@5508000/panel@0/ports/port@1"; + panel_output_0 = "/soc@3000000/dsi1@5508000/panel@0/ports/port@1/endpoint@0"; + rgb0 = "/soc@3000000/rgb0@0001000"; + rgb0_in = "/soc@3000000/rgb0@0001000/ports/port@0"; + rgb0_in_tcon0 = "/soc@3000000/rgb0@0001000/ports/port@0/endpoint@0"; + lvds0 = "/soc@3000000/lvds0@0001000"; + lvds0_in = "/soc@3000000/lvds0@0001000/ports/port@0"; + lvds0_in_tcon0 = "/soc@3000000/lvds0@0001000/ports/port@0/endpoint@0"; + lvds_panel_out = "/soc@3000000/lvds0@0001000/ports/port@1/endpoint@0"; + rgb1 = "/soc@3000000/rgb1@0001000"; + rgb1_in = "/soc@3000000/rgb1@0001000/ports/port@0"; + rgb1_in_tcon2 = "/soc@3000000/rgb1@0001000/ports/port@0/endpoint@0"; + lvds1 = "/soc@3000000/lvds1@0001000"; + lvds1_in = "/soc@3000000/lvds1@0001000/ports/port@0"; + lvds1_in_tcon2 = "/soc@3000000/lvds1@0001000/ports/port@0/endpoint@0"; + lvds1_panel_out = "/soc@3000000/lvds1@0001000/ports/port@1/endpoint@0"; + tv0 = "/soc@3000000/tcon3@5730000"; + tcon3_in = "/soc@3000000/tcon3@5730000/ports/port@0"; + tcon3_in_disp0 = "/soc@3000000/tcon3@5730000/ports/port@0/endpoint@0"; + tcon3_in_disp1 = "/soc@3000000/tcon3@5730000/ports/port@0/endpoint@1"; + tcon3_out = "/soc@3000000/tcon3@5730000/ports/port@1"; + tcon3_out_hdmi0 = "/soc@3000000/tcon3@5730000/ports/port@1/endpoint@0"; + tv1 = "/soc@3000000/tcon4@5731000"; + tcon4_in = "/soc@3000000/tcon4@5731000/ports/port@0"; + tcon4_in_disp0 = "/soc@3000000/tcon4@5731000/ports/port@0/endpoint@0"; + tcon4_in_disp1 = "/soc@3000000/tcon4@5731000/ports/port@0/endpoint@1"; + tcon4_out = "/soc@3000000/tcon4@5731000/ports/port@1"; + tcon4_out_edp0 = "/soc@3000000/tcon4@5731000/ports/port@1/endpoint@0"; + edp0 = "/soc@3000000/edp0@5720000"; + edp_in = "/soc@3000000/edp0@5720000/ports/port@0"; + edp0_in_tcon4 = "/soc@3000000/edp0@5720000/ports/port@0/endpoint@0"; + edp_out = "/soc@3000000/edp0@5720000/ports/port@1"; + edp_panel_out = "/soc@3000000/edp0@5720000/ports/port@1/endpoint@0"; + hdmi0 = "/soc@3000000/hdmi0@5520000"; + hdmi_in = "/soc@3000000/hdmi0@5520000/ports/port@0"; + hdmi0_in_tcon3 = "/soc@3000000/hdmi0@5520000/ports/port@0/endpoint@0"; + ufs = "/soc@3000000/ufs@04520000"; + sdc2 = "/soc@3000000/sdmmc@4022000"; + sdc3 = "/soc@3000000/sdmmc@4023000"; + sdc0 = "/soc@3000000/sdmmc@4020000"; + sdc1 = "/soc@3000000/sdmmc@4021000"; + gpu = "/soc@3000000/gpu@1800000"; + gpu_opp_table = "/soc@3000000/gpu-opp-table"; + hdmi_codec = "/soc@3000000/hdmi_codec"; + i2s0_plat = "/soc@3000000/i2s0_plat@2532000"; + i2s0_mach = "/soc@3000000/i2s0_mach"; + i2s0_cpu = "/soc@3000000/i2s0_mach/soundcard-mach,cpu"; + i2s0_codec = "/soc@3000000/i2s0_mach/soundcard-mach,codec"; + i2s1_plat = "/soc@3000000/i2s1_plat@2533000"; + i2s1_mach = "/soc@3000000/i2s1_mach"; + i2s1_cpu = "/soc@3000000/i2s1_mach/soundcard-mach,cpu"; + i2s1_codec = "/soc@3000000/i2s1_mach/soundcard-mach,codec"; + i2s2_plat = "/soc@3000000/i2s2_plat@2534000"; + i2s2_mach = "/soc@3000000/i2s2_mach"; + i2s3_plat = "/soc@3000000/i2s3_plat@2535000"; + i2s3_mach = "/soc@3000000/i2s3_mach"; + i2s3_cpu = "/soc@3000000/i2s3_mach/soundcard-mach,cpu"; + i2s3_codec = "/soc@3000000/i2s3_mach/soundcard-mach,codec"; + i2s4_plat = "/soc@3000000/i2s4_plat@2536000"; + i2s4_mach = "/soc@3000000/i2s4_mach"; + i2s4_cpu = "/soc@3000000/i2s4_mach/soundcard-mach,cpu"; + i2s4_codec = "/soc@3000000/i2s4_mach/soundcard-mach,codec"; + owa_plat = "/soc@3000000/owa_plat@2537000"; + owa_mach = "/soc@3000000/owa_mach"; + dmic_plat = "/soc@3000000/dmic_plat@2531000"; + dmic_mach = "/soc@3000000/dmic_mach"; + pcie_rc = "/soc@3000000/pcie@6000000"; + yellow_pwm_led = "/soc@3000000/leds/yellow-pwm-led"; + vcc3v3_pcie = "/vcc3v3-pcie-regulator"; + reg_usb0_vbus = "/usb0-vbus"; + reg_usb1_vbus = "/usb1-vbus"; + arisc_config = "/arisc_config"; + backlight1 = "/backlight1"; + edp_panel = "/edp_panel"; + panel_in_edp = "/edp_panel/ports/port@0"; + edp_panel_in = "/edp_panel/ports/port@0/endpoint@0"; + backlight0 = "/backlight0"; + lvds_panel = "/lvds_panel@0"; + lvds0_timing0 = "/lvds_panel@0/display-timings/timing0"; + lvds0_timing1 = "/lvds_panel@0/display-timings/timing1"; + lvds_panel_in = "/lvds_panel@0/port/endpoint"; + lvds_panel1 = "/lvds_panel1@0"; + lvds1_timing0 = "/lvds_panel1@0/display-timings/timing0"; + lvds1_timing1 = "/lvds_panel1@0/display-timings/timing1"; + lvds1_panel_in = "/lvds_panel1@0/port/endpoint"; + dsi_panel = "/dsi_panel@1"; + timing0 = "/dsi_panel@1/display-timings/timing0"; + panel0_in = "/dsi_panel@1/port/endpoint@0"; + phy_switcher = "/phy_switcher@10"; + usbdp_orientation_switch = "/phy_switcher@10/port/endpoint@0"; + usbdp_dp_altmode_mux = "/phy_switcher@10/port/endpoint@1"; + }; +}; diff --git a/external/packages/pack-uboot/sun60iw2/bin/monitor.fex b/external/packages/pack-uboot/sun60iw2/bin/monitor.fex new file mode 100755 index 000000000000..021a80a152ff Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/monitor.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/scp.fex b/external/packages/pack-uboot/sun60iw2/bin/scp.fex new file mode 100644 index 000000000000..d2c86dea4a08 Binary files /dev/null and b/external/packages/pack-uboot/sun60iw2/bin/scp.fex differ diff --git a/external/packages/pack-uboot/sun60iw2/bin/sys_config/sys_config.fex b/external/packages/pack-uboot/sun60iw2/bin/sys_config/sys_config.fex new file mode 100644 index 000000000000..dc9e58b885a7 --- /dev/null +++ b/external/packages/pack-uboot/sun60iw2/bin/sys_config/sys_config.fex @@ -0,0 +1,155 @@ +;sunxi platform application +;--------------------------------------------------------------------------------------------------------- +; 说明: 脚本中的字符串区分大小写,用户可以修改"="后面的数值,但是不要修改前面的字符串 +; 描述gpio的形式:Port:端口+组内序号<功能分配><内部电阻状态><驱动能力><输出电平状态> +;--------------------------------------------------------------------------------------------------------- +[platform] +debug_mode = 1 + +;---------------------------------------------------------------------------------- +;[target] system bootup configuration +;power_mode | xxxxx | xxx | (8 bit) +; vol_val axp_id +; vol_val: 0 : use default sys_vol(900mV) +; 1~31 : default_vol + (vol_val - 1) * 10 +; axp_id: 0 : no axp, dummy +; 1 : use axp2202 +; e.g.:使用axp2202的情况下,配置sys电压为: +; default vol: power_mode = 1 +; 900mV: power_mode = 9 +; 910mV: power_mode = 17 +; 920mV: power_mode = 25 +; 930mV: power_mode = 33 +; 940mV: power_mode = 41 +; 950mV: power_mode = 49 +; 960mV: power_mode = 57 +; 970mV: power_mode = 65 +; 980mV: power_mode = 73 +; 900mV: power_mode = 81 +; 1000mV: power_mode = 89 +; 1010mV: power_mode = 97 +; 1020mV: power_mode = 105 +; 1030mV: power_mode = 113 +; 1040mV: power_mode = 121 +; 1050mV: power_mode = 129 +; 1060mV: power_mode = 137 +; 1070mV: power_mode = 145 +; 1080mV: power_mode = 153 +; 1090mV: power_mode = 161 +; 1100mV: power_mode = 169 +; 1110mV: power_mode = 177 +; 1120mV: power_mode = 185 +; 1130mV: power_mode = 193 +; 1140mV: power_mode = 201 +; 1150mV: power_mode = 209 +;---------------------------------------------------------------------------------- +[target] +power_mode = 1 + +[card0_boot_para] +card_ctrl = 0 +card_high_speed = 1 +card_line = 4 +sdc_d1 = port:PF0<2><1><0> +sdc_d0 = port:PF1<2><1><0> +sdc_clk = port:PF2<2><1><2> +sdc_cmd = port:PF3<2><1><0> +sdc_d3 = port:PF4<2><1><0> +sdc_d2 = port:PF5<2><1><0> +;sdc_type = "tm1" + +[card2_boot_para] +card_ctrl = 2 +card_high_speed = 1 +card_line = 8 +sdc_clk = port:PC5<3><1><3> +sdc_cmd = port:PC6<3><1><1> +sdc_d0 = port:PC10<3><1><1> +sdc_d1 = port:PC13<3><1><1> +sdc_d2 = port:PC15<3><1><1> +sdc_d3 = port:PC8<3><1><1> +sdc_d4 = port:PC9<3><1><1> +sdc_d5 = port:PC11<3><1><1> +sdc_d6 = port:PC14<3><1><1> +sdc_d7 = port:PC16<3><1><1> +sdc_emmc_rst = port:PC1<3><1><3> +sdc_ds = port:PC0<3><2><3> + +[uart_para] +uart_debug_port = 0 +uart_debug_tx = port:PB09<2><1> +uart_debug_rx = port:PB10<2><1> + +[jtag_para] +jtag_enable = 1 +jtag_ms = port:PB0<7> +jtag_ck = port:PB1<7> +jtag_do = port:PB2<7> +jtag_di = port:PB3<7> + +[twi_para] +twi_used = 1 +twi_port = 6 +twi_scl = port:PL0<2><1> +twi_sda = port:PL1<2><1> + +;***************************************************************************** +; +;dram select configuration +; +;select_mode : dram模式选择, 0:不进行自动识别 +; 1:gpio识别模式(dram_para, dram_para1-15, 共16组有效) +; 2:gpadc识别模式(dram_para, dram_para1-7, 共8组有效) +; 3:2个IO+gpadc识别模式(dram_para, dram_para1-32, 共33组有效)。其中IO配置优先级按select_gpio0>select_gpio1>select_gpio2>select_gpio3 +;gpadc_channel : 选择gpadc通道 有效值(0-3) +;select_gpio1-4 : 选择gpio pin +;***************************************************************************** + +[dram_select_para] +select_mode = 3 +gpadc_channel = 1 +select_gpio0 = port:PH16<0><1> + + +;***************************************************************************** +;sdram configuration +; +;***************************************************************************** +[dram_para] +dram_clk = 1200 +dram_type = 8 +dram_dx_odt = 0x08080808 +dram_dx_dri = 0x0e0e0e0e +dram_ca_dri = 0x88030e0e +dram_para0 = 0 +dram_para1 = 0x311a +dram_para2 = 0x0001 +dram_mr0 = 0x0 +dram_mr1 = 0x8c +dram_mr2 = 0 +dram_mr3 = 0x33 +dram_mr4 = 0x3 +dram_mr5 = 0 +dram_mr6 = 0 +dram_mr11 = 0x4 +dram_mr12 = 0x72 +dram_mr13 = 0 +dram_mr14 = 0x9 +dram_mr16 = 0 +dram_mr17 = 0 +dram_mr22 = 0x24 +dram_tpr0 = 0 +dram_tpr1 = 0 +dram_tpr2 = 0 +dram_tpr3 = 0x110000 +dram_tpr6 = 0x402a +dram_tpr10 = 0x121f0000 +dram_tpr11 = 0 +dram_tpr12 = 0 +dram_tpr13 = 0x61 +dram_tpr14 = 0 + +[secure] +dram_region_mbytes = 120 +drm_region_mbytes = 0 +drm_region_start_mbytes = 0 diff --git a/external/packages/pack-uboot/sun55iw3/tools/dragonsecboot b/external/packages/pack-uboot/tools/dragonsecboot similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/dragonsecboot rename to external/packages/pack-uboot/tools/dragonsecboot diff --git a/external/packages/pack-uboot/sun55iw3/tools/dtc b/external/packages/pack-uboot/tools/dtc similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/dtc rename to external/packages/pack-uboot/tools/dtc diff --git a/external/packages/pack-uboot/sun55iw3/tools/genchecksum_uboot b/external/packages/pack-uboot/tools/genchecksum_uboot similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/genchecksum_uboot rename to external/packages/pack-uboot/tools/genchecksum_uboot diff --git a/external/packages/pack-uboot/sun55iw3/tools/merge_full_img b/external/packages/pack-uboot/tools/merge_full_img similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/merge_full_img rename to external/packages/pack-uboot/tools/merge_full_img diff --git a/external/packages/pack-uboot/sun55iw3/tools/merge_package b/external/packages/pack-uboot/tools/merge_package similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/merge_package rename to external/packages/pack-uboot/tools/merge_package diff --git a/external/packages/pack-uboot/sun55iw3/tools/merge_uboot b/external/packages/pack-uboot/tools/merge_uboot similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/merge_uboot rename to external/packages/pack-uboot/tools/merge_uboot diff --git a/external/packages/pack-uboot/sun55iw3/tools/script b/external/packages/pack-uboot/tools/script similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/script rename to external/packages/pack-uboot/tools/script diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_boot0 b/external/packages/pack-uboot/tools/update_boot0 similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_boot0 rename to external/packages/pack-uboot/tools/update_boot0 diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_boot1 b/external/packages/pack-uboot/tools/update_boot1 similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_boot1 rename to external/packages/pack-uboot/tools/update_boot1 diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_chip b/external/packages/pack-uboot/tools/update_chip similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_chip rename to external/packages/pack-uboot/tools/update_chip diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_dtb b/external/packages/pack-uboot/tools/update_dtb similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_dtb rename to external/packages/pack-uboot/tools/update_dtb diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_scp b/external/packages/pack-uboot/tools/update_scp similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_scp rename to external/packages/pack-uboot/tools/update_scp diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_uboot b/external/packages/pack-uboot/tools/update_uboot similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_uboot rename to external/packages/pack-uboot/tools/update_uboot diff --git a/external/packages/pack-uboot/sun55iw3/tools/update_uboot_fdt b/external/packages/pack-uboot/tools/update_uboot_fdt similarity index 100% rename from external/packages/pack-uboot/sun55iw3/tools/update_uboot_fdt rename to external/packages/pack-uboot/tools/update_uboot_fdt diff --git a/scripts/general.sh b/scripts/general.sh index 99527ad7918c..35dc0eccd9bd 100755 --- a/scripts/general.sh +++ b/scripts/general.sh @@ -1893,6 +1893,15 @@ show_checklist_variables () done } +get_orangepi_url() +{ + if [[ ${GITEE_SERVER} == yes ]]; then + echo "https://gitee.com/orangepi-xunlong" + else + echo "https://github.com/orangepi-xunlong" + fi +} + install_wiringop() { install_deb_chroot "$EXTER/cache/debs/${ARCH}/wiringpi-2.58-1.deb" @@ -1900,8 +1909,9 @@ install_wiringop() if [[ ${IGNORE_UPDATES} != yes ]]; then - fetch_from_repo "https://github.com/orangepi-xunlong/wiringOP.git" "${EXTER}/cache/sources/wiringOP" "branch:next" "yes" - fetch_from_repo "https://github.com/orangepi-xunlong/wiringOP-Python.git" "${EXTER}/cache/sources/wiringOP-Python" "branch:next" "yes" + local url=$(get_orangepi_url) + fetch_from_repo "${url}/wiringOP.git" "${EXTER}/cache/sources/wiringOP" "branch:next" "yes" + fetch_from_repo "${url}/wiringOP-Python.git" "${EXTER}/cache/sources/wiringOP-Python" "branch:next" "yes" fi diff --git a/scripts/main.sh b/scripts/main.sh index e7e58aa82025..64de075cec61 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -188,11 +188,14 @@ if [[ -z $BOARD ]]; then #options+=("orangepizero2-lts" "Allwinner H616 quad core 1.5GB RAM WiFi/BT GBE SPI") options+=("orangepizero3" "Allwinner H618 quad core 1GB/1.5GB/2GB/4GB RAM WiFi/BT GBE SPI") options+=("orangepizero2w" "Allwinner H618 quad core 1GB/1.5GB/2GB/4GB RAM WiFi/BT SPI") + #options+=("orangepizero3plus" "Allwinner H618 quad core 1GB/1.5GB/2GB/4GB RAM WiFi/BT GBE eMMC") #options+=("orangepir1b" "Allwinner H618 quad core 1.5GB/2GB/4GB RAM WiFi/BT GBE SPI") #options+=("orangepi400" "Allwinner H616 quad core 4GB RAM WiFi/BT GBE eMMC VGA") options+=("orangepi4" "Rockchip RK3399 hexa core 4GB RAM GBE eMMC USB3 USB-C WiFi/BT") options+=("orangepi4a" "Allwinner T527 octa core 2-4GB RAM GBE WiFi/BT NVMe eMMC") options+=("orangepi4-lts" "Rockchip RK3399 hexa core 4GB RAM GBE eMMC USB3 USB-C WiFi/BT") + #options+=("aipcliteb" "Allwinner T736 octa core 2-4GB RAM GBE WiFi/BT NVMe") + options+=("orangepi4pro" "Allwinner A733 octa core 4-16GB RAM GBE USB3 WiFi/BT NVMe eMMC") options+=("orangepi800" "Rockchip RK3399 hexa core 4GB RAM GBE eMMC USB3 USB-C WiFi/BT VGA") options+=("orangepi5" "Rockchip RK3588S octa core 4-16GB RAM GBE USB3 USB-C NVMe") options+=("orangepicm5" "Rockchip RK3588S octa core 4-16GB RAM GBE USB3 USB-C") @@ -511,6 +514,14 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then fi + if [[ ${BOARDFAMILY} == "sun60iw2" && $RELEASE =~ bullseye ]]; then + if [[ ${GITEE_SERVER} == yes ]]; then + [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://gitee.com/orangepi-xunlong/sun60iw2_packages.git" "${EXTER}/cache/sources/sun60iw2_packages" "branch:sun60iw2_packages" + else + [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/sun60iw2_packages" "branch:sun60iw2_packages" + fi + fi + if [[ ${BOARD} =~ orangepi3|orangepi3-lts && $RELEASE =~ bullseye && $BRANCH == current ]]; then [[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/ffmpeg_kodi_${RELEASE}" "branch:ffmpeg_kodi_${RELEASE}"