1 # 2 # $NetBSD: GENERIC64,v 1.2 2018/04/28 18:42:20 jmcneill Exp $ 3 # 4 # GENERIC ARM (aarch64) kernel 5 # 6 7 include "arch/evbarm/conf/std.generic64" 8 include "arch/evbarm/conf/files.generic64" 9 include "arch/evbarm/conf/GENERIC.common" 10 11 # 12 # FDT files supported by this kernel - add to DTSSUBDIR and DTS as 13 # appropriate 14 # 15 makeoptions DTSARCH="arm aarch64" 16 makeoptions DTSGNUARCH="arm arm64" 17 makeoptions DTSSUBDIR="allwinner broadcom nvidia" 18 makeoptions DTS=" 19 bcm2837-rpi-3-b.dts 20 21 sun50i-a64-bananapi-m64.dts 22 sun50i-a64-nanopi-a64.dts 23 sun50i-a64-olinuxino.dts 24 sun50i-a64-orangepi-win.dts 25 sun50i-a64-pine64-plus.dts 26 sun50i-a64-pine64.dts 27 sun50i-a64-pinebook.dts 28 sun50i-a64-sopine-baseboard.dts 29 sun50i-a64-teres-i.dts 30 31 sun50i-h5-nanopi-neo-plus2.dts 32 sun50i-h5-nanopi-neo2.dts 33 sun50i-h5-orangepi-pc2.dts 34 sun50i-h5-orangepi-prime.dts 35 sun50i-h5-orangepi-zero-plus.dts 36 sun50i-h5-orangepi-zero-plus2.dts 37 38 tegra210-p2371-0000.dts 39 tegra210-p2371-2180.dts 40 tegra210-p2571.dts 41 tegra210-smaug.dts 42 " 43 options CPU_CORTEXA53 44 options CPU_CORTEXA57 45 options SOC_BCM2837 46 options SOC_TEGRA210 47 options SOC_SUN50I_A64 48 options SOC_SUN50I_H5 49 #options MULTIPROCESSOR 50 51 pseudo-device openfirm # /dev/openfirm 52 53 options DIAGNOSTIC # internal consistency checks 54 options DEBUG 55 #options LOCKDEBUG 56 #options PMAP_DEBUG # Enable pmap_debug_level code 57 #options IPKDB # remote kernel debugging 58 options VERBOSE_INIT_ARM # verbose bootstrapping messages 59 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM. 60 #options EARLYCONS=bcm2837 61 #options EARLYCONS=sunxi, CONSADDR=0x01c28000 62 #options EARLYCONS=tegra, CONSADDR=0x70006000 63 64 makeoptions DEBUG="-g" # compile full symbol table 65 makeoptions COPY_SYMTAB=1 66 67 config netbsd root on ? type ? 68 69 # Device tree support 70 armfdt0 at root 71 fdt* at fdtbus? 72 73 # CPUs 74 cpus* at fdt? pass 0 75 cpu* at cpus? 76 77 # CPU frequency scaling 78 cpufreqdt* at cpu? 79 80 # Power State Coordination Interface (PSCI) 81 psci* at fdt? 82 83 fclock* at fdt? pass 1 84 ffclock* at fdt? pass 1 85 fregulator* at fdt? pass 4 86 gregulator* at fdt? pass 4 87 gpiokeys* at fdt? 88 wskbd* at gpiokeys? console ? mux 1 89 gpioleds* at fdt? 90 91 # Timer 92 gtmr* at fdt? pass 1 # ARM Generic Timer 93 armgtmr0 at gtmr? 94 tegratimer* at fdt? # Timers 95 96 # Watchdog 97 sunxiwdt* at fdt? # Allwinner watchdog 98 watchdog* at fdt? # Broadcom BCM283x watchdog 99 100 # Interrupt controller 101 bcmicu* at fdt? pass 1 # Broadcom BCM283x ICU 102 tegralic* at fdt? pass 1 # NVIDIA Tegra LIC 103 gic* at fdt? pass 1 # ARM GIC 104 armgic0 at gic? 105 106 # Memory controller 107 tegramc* at fdt? pass 4 # NVIDIA Tegra MC 108 109 # Firmware devices 110 bcmmbox* at fdt? # Broadcom VideoCore IV mailbox 111 vcmbox* at bcmmbox? 112 113 # DMA controller 114 bcmdmac* at fdt? # Broadcom BCM283x DMA controller 115 sun6idma* at fdt? # Allwinner DMA controller (sun6i) 116 tegraapbdma* at fdt? pass 4 # NVIDIA Tegra APB DMA 117 118 # FUSE controller 119 tegrafuse* at fdt? pass 4 # NVIDIA Tegra FUSE 120 121 # Power management controller 122 tegrapmc* at fdt? pass 4 # NVIDIA Tegra PMC 123 124 # Clock and Reset controller 125 bcmcprman* at fdt? pass 1 # Broadcom BCM283x Clock Manager 126 bcmaux* at fdt? pass 1 # Broadcom BCM283x Aux Periph Clocks 127 sun8ih3ccu* at fdt? pass 2 # Allwinner H3/H5 CCU 128 sun8ih3rccu* at fdt? pass 2 # Allwinner H3/H5 CCU (PRCM) 129 sun50ia64ccu* at fdt? pass 2 # Allwinner A64 CCU 130 sunxiresets* at fdt? pass 1 # Allwinner misc. resets 131 sunxigates* at fdt? pass 1 # Allwinner misc. gates 132 sunxigmacclk* at fdt? pass 2 # Allwinner GMAC MII/RGMII clock mux 133 tegra210car* at fdt? pass 3 # NVIDIA Tegra CAR (T210) 134 135 # GPIO controller 136 bcmgpio* at fdt? # Broadcom BCM283x GPIO 137 sunxigpio* at fdt? pass 3 # Allwinner GPIO 138 tegragpio* at fdt? pass 2 # NVIDIA Tegra GPIO 139 gpio* at gpiobus? 140 141 # MPIO / Pinmux 142 tegrapinmux* at fdt? # NVIDIA Tegra MPIO 143 144 # XUSB PADCTL 145 tegra210xpad* at fdt? # NVIDIA Tegra XUSB PADCTL (T210) 146 tegra210xphy* at tegra210xpad? 147 148 # PCIE 149 tegrapcie0 at fdt? # NVIDIA Tegra PCIE 150 pci* at tegrapcie0 151 ppb* at pci? dev ? function ? 152 pci* at ppb? 153 154 # Ethernet 155 emac* at fdt? # Allwinner Gigabit Ethernet (EMAC) 156 re* at pci? dev ? function ? # Realtek RTL8111GS 157 158 # MII/PHY support 159 exphy* at mii? phy ? # 3Com internal PHYs 160 gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs 161 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs 162 gphyter* at mii? phy ? # NS83861 Gig-E PHY 163 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x 164 igphy* at mii? phy ? # Intel IGP01E1000 165 ihphy* at mii? phy ? # Intel 82577 PHYs 166 ikphy* at mii? phy ? # Intel 82563 PHYs 167 inphy* at mii? phy ? # Intel 82555 PHYs 168 iophy* at mii? phy ? # Intel 82553 PHYs 169 lxtphy* at mii? phy ? # Level One LXT-970 PHYs 170 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 171 nsphy* at mii? phy ? # NS83840 PHYs 172 nsphyter* at mii? phy ? # NS83843 PHYs 173 pnaphy* at mii? phy ? # generic HomePNA PHYs 174 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 175 rdcphy* at mii? phy ? # RDC R6040 10/100 PHY 176 rgephy* at mii? phy ? # Realtek 8169S/8110S internal PHYs 177 rlphy* at mii? phy ? # Realtek 8139/8201L PHYs 178 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 179 tlphy* at mii? phy ? # ThunderLAN PHYs 180 tqphy* at mii? phy ? # TDK Semiconductor PHYs 181 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs 182 ukphy* at mii? phy ? # generic unknown PHYs 183 184 # Mini-PCIe Wireless 185 #options ATHHAL_AR5212,ATHHAL_RF2425 # AR5BHB63 186 #ath* at pci? dev ? function ? # Atheros IEEE 802.11 187 #athn* at pci? dev ? function ? # Atheros IEEE 802.11 188 189 # UART 190 com* at fdt? # UART 191 plcom* at fdt? # ARM PL011 UART 192 193 # I2C controllers 194 bsciic* at fdt? # Broadcom BCM283x Serial Control 195 sunxirsb* at fdt? # Allwinner RSB 196 sunxitwi* at fdt? # Allwinner TWI 197 tegrai2c* at fdt? pass 4 # NVIDIA Tegra I2C 198 iic* at i2cbus? 199 200 # I2C devices 201 titemp* at iic? 202 seeprom* at iic? 203 as3722pmic* at iic? 204 as3722reg* at as3722pmic? 205 max77620pmic* at iic? 206 tcagpio* at iic? 207 208 # Random number generators 209 bcmrng* at fdt? # Broadcom BCM283x RNG 210 211 # RTC 212 sunxirtc* at fdt? # Allwinner RTC 213 tegrartc* at fdt? # NVIDIA Tegra RTC 214 215 # SDMMC 216 mmcpwrseq* at fdt? # Simple MMC power sequence provider 217 sdhc* at fdt? # SD Host Controller Interface 218 sdhost* at fdt? # Broadcom BCM283x SD Host Interface 219 sunximmc* at fdt? # Allwinner SD/MMC 220 sdmmc* at sdmmcbus? 221 ld0 at sdmmc0 222 ld1 at sdmmc1 223 ld2 at sdmmc2 224 ld3 at sdmmc3 225 ld* at sdmmc? 226 227 # SATA 228 ahcisata* at fdt? # AHCI SATA 229 atabus* at ata? 230 atapibus* at atapi? 231 wd* at atabus? drive ? 232 cd* at atapibus? drive ? 233 234 # SPI controllers 235 bcmspi* at fdt? # Broadcom BCM283x SPI 236 spi* at spibus? 237 238 # Audio support 239 hdaudio* at fdt? # Intel HDA 240 hdafg* at hdaudiobus? 241 options HDAUDIOVERBOSE 242 options HDAUDIO_32BIT_ACCESS 243 options HDAUDIO_ENABLE_HDMI 244 options HDAUDIO_ENABLE_DISPLAYPORT 245 sunxicodec* at fdt? # Allwinner audio codec 246 h3codec* at fdt? # Allwinner H3 audio codec (analog part) 247 audio* at audiobus? 248 249 spkr* at audio? # PC speaker (synthesized) 250 251 # HDMI CEC 252 tegracec0 at fdt? # NVIDIA Tegra HDMI CEC 253 hdmicec* at hdmicecbus? 254 255 # Display 256 #tegradrm* at fdt? # NVIDIA Tegra Display 257 #tegrafb* at tegrafbbus? 258 genfb* at fdt? # Simple Framebuffer 259 wsdisplay* at wsemuldisplaydev? 260 options VCONS_DRAW_INTR 261 options WSEMUL_VT100 262 options WS_DEFAULT_FG=WSCOL_WHITE 263 options WS_DEFAULT_BG=WSCOL_BLACK 264 options WS_KERNEL_FG=WSCOL_GREEN 265 options WS_KERNEL_BG=WSCOL_BLACK 266 options WSDISPLAY_COMPAT_PCVT 267 options WSDISPLAY_COMPAT_SYSCONS 268 options WSDISPLAY_COMPAT_USL 269 options WSDISPLAY_COMPAT_RAWKBD 270 options WSDISPLAY_DEFAULTSCREENS=4 271 pseudo-device wsmux 272 pseudo-device wsfont 273 274 # GPU 275 #nouveau* at fdt? # NVIDIA GPU 276 277 # Thermal throttling controller 278 tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM 279 280 # USB 281 sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY 282 tegrausbphy* at fdt? # NVIDIA Tegra USB PHY 283 dwctwo* at fdt? # Designware USB DRD 284 ehci* at fdt? # EHCI 285 #motg* at fdt? # Mentor Graphics USB OTG 286 ohci* at fdt? # OHCI 287 xhci* at fdt? # XHCI 288 usb* at usbus? 289 290 include "dev/usb/usbdevices.config" 291 midi* at midibus? 292 293 cinclude "arch/evbarm/conf/GENERIC64.local" 294