Lines Matching +full:usb +full:- +full:misc +full:- +full:reg
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
5 ---
6 $id: http://devicetree.org/schemas/misc/ge-achc.yaml#
7 $schema: http://devicetree.org/meta-schemas/core.yaml#
9 title: GE Healthcare USB Management Controller
12 A device which handles data acquisition from compatible USB based peripherals.
15 Note: This device does not expose the peripherals as USB devices.
18 - Sebastian Reichel <sre@kernel.org>
23 - const: ge,achc
24 - const: nxp,kinetis-k20
29 vdd-supply:
32 vdda-supply:
35 reg:
37 - description: Control interface
38 - description: Firmware programming interface
40 reset-gpios:
45 - compatible
46 - clocks
47 - reg
48 - reset-gpios
53 - |
54 #include <dt-bindings/gpio/gpio.h>
56 #address-cells = <1>;
57 #size-cells = <0>;
60 compatible = "ge,achc", "nxp,kinetis-k20";
61 reg = <1>, <0>;
63 reset-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;