Searched +full:rstbmode +full:- +full:pulse (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Marek Vasut <marek.vasut@gmail.com>15 - rohm,bd9571mwv16 - rohm,bd9574mwf24 interrupt-controller: true26 '#interrupt-cells':29 gpio-controller: true31 '#gpio-cells':[all …]
4 - compatible : Should be "rohm,bd9571mwv" or "rohm,bd9574mwf".5 - reg : I2C slave address.6 - interrupts : The interrupt line the device is connected to.7 - interrupt-controller : Marks the device node as an interrupt controller.8 - #interrupt-cells : The number of cells to describe an IRQ, should be 2.11 masks from ../interrupt-controller/interrupts.txt.12 - gpio-controller : Marks the device node as a GPIO Controller.13 - #gpio-cells : Should be two. The first cell is the pin number and16 - regulators: : List of child nodes that specify the regulator19 - vd09[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car Gen3 ULCB board9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>13 model = "Renesas R-Car Gen3 ULCB board";32 stdout-path = "serial0:115200n8";35 audio_clkout: audio-clkout {38 * but needed to avoid cs2000/rcar_sound probe dead-loc[all...]