Raspberry Pi 4B CAN HAT support ?

I got a Raspberry Pi 4B with a RS485 CAN HAT.
FreeBSD 14.0-RELEASE is working perfectly fine but I am not able to see / interact with my CAN HAT.. Is there a need to add some special parameters ? (I already added the ones from the documentation) or CAN HAT is not supported by FreeBSD ?

Thanks
 
Code:
# dmesg | egrep -i can\|spi
WARNING: Cannot find freebsd,dts-version property, cannot check DTB compliance
regfix0: Cannot configure GPIO pin: 5
regfix0: Cannot register regulator.
regfix2: Cannot set GPIO pin: 6
regfix2: Cannot register regulator.
spi0: <BCM2708/2835 SPI controller> mem 0x7e204000-0x7e2041ff irq 18 on simplebus0
spibus0: <OFW SPI bus> on spi0
spibus0: <unknown card> at cs 0 mode 0
spibus0: <unknown card> at cs 1 mode 0
 
Back
Top