Searched +full:firmware +full:- +full:poe +full:- +full:pwm (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.04 * For more information on Raspberry Pi's PoE hat see:5 * https://www.raspberrypi.org/products/poe-hat/8 * - No disable bit, so a disabled PWM is simulated by duty_cycle 09 * - Only normal polarity10 * - Fixed 12.5 kHz period18 #include <linux/pwm.h>20 #include <soc/bcm2835/raspberrypi-firmware.h>21 #include <dt-bindings/pwm/raspberrypi,firmware-poe-pwm.h>29 struct rpi_firmware *firmware; member[all …]