CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/08/15 07:35:49
Modified files: sys/dev/fdt : files.fdt sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/fdt : bcmstbpinctrl.c Log message: Add bcmstbpinctrl(4), a driver for the pin muxing controller found on the rpi5. The driver intents to support both the "C0" and the "D0" silicon variants, but so far we've only been to attach bwfm(4) sucessfully on "C0" silicon. This driver is incomplete and currently only supports the pins that are used to connect the WiFi chip. ok mglocker@