Commit 7c75c8b1 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

userspace/libswitchhw: added box fan control pin (on by default)

parent cf2081c2
......@@ -13,10 +13,12 @@
//const pio_pin_t PIN_main_fpga_nrst[] = {{ PIOA, 5, PIO_MODE_GPIO, PIO_OUT }, {0}};
const pio_pin_t PIN_mbl_reset_n[] = {{PIOE, 1, PIO_MODE_GPIO, PIO_OUT_1}, {0}};
const pio_pin_t PIN_mbl_box_fan_en[] = {{PIOB, 20, PIO_MODE_GPIO, PIO_OUT_1}, {0}};
const pio_pin_t * _all_cpu_gpio_pins[] =
{
PIN_mbl_reset_n,
PIN_mbl_box_fan_en,
0
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment