add syscon
This commit is contained in:
parent
87578108fb
commit
fec1439d5f
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC64,v 1.19 2018/06/27 16:38:40 jmcneill Exp $
|
||||
# $NetBSD: GENERIC64,v 1.20 2018/06/30 12:42:42 jmcneill Exp $
|
||||
#
|
||||
# GENERIC ARM (aarch64) kernel
|
||||
#
|
||||
@ -100,6 +100,9 @@ gpiokeys* at fdt?
|
||||
wskbd* at gpiokeys? console ? mux 1
|
||||
gpioleds* at fdt?
|
||||
|
||||
# System Controller
|
||||
syscon* at fdt? pass 1 # Generic System Controller
|
||||
|
||||
# Timer
|
||||
gtmr* at fdt? pass 1 # ARM Generic Timer
|
||||
armgtmr0 at gtmr?
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: SUNXI,v 1.74 2018/06/27 16:38:11 jmcneill Exp $
|
||||
# $NetBSD: SUNXI,v 1.75 2018/06/30 12:42:42 jmcneill Exp $
|
||||
#
|
||||
# Allwinner sunxi family
|
||||
#
|
||||
@ -203,6 +203,9 @@ gpiokeys* at fdt?
|
||||
wskbd* at gpiokeys? console ? mux 1
|
||||
gpioleds* at fdt?
|
||||
|
||||
# System Controller
|
||||
syscon* at fdt? pass 1 # Generic System Controller
|
||||
|
||||
# SRAM controller
|
||||
sunxisramc* at fdt? pass 4 # SRAM controller
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user