mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
21 lines
425 B
YAML
21 lines
425 B
YAML
|
---
|
||
|
Lora:
|
||
|
## Ebyte E80-900M22S
|
||
|
## This is a bit experimental
|
||
|
##
|
||
|
##
|
||
|
Module: lr1121
|
||
|
gpiochip: 1 # subtract 32 from the gpio numbers
|
||
|
DIO3_TCXO_VOLTAGE: 1.8
|
||
|
CS: 16 #pin6 / GPIO48 1C0
|
||
|
IRQ: 23 #pin17 / GPIO55 1C7
|
||
|
Busy: 22 #pin16 / GPIO54 1C6
|
||
|
Reset: 25 #pin13 / GPIO57 1D1
|
||
|
|
||
|
|
||
|
spidev: spidev0.0 #pins are (CS=16, CLK=17, MOSI=18, MISO=19)
|
||
|
spiSpeed: 2000000
|
||
|
|
||
|
General:
|
||
|
MACAddressSource: eth0
|