Lines Matching +full:vdd +full:- +full:io
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 <marex@denx.de>
15 - micrel,ks8851 # SPI bus option
16 - micrel,ks8851-mll # Parallel bus option
24 - description: SPI or Parallel bus hardware address
25 - description: Parallel bus command mode address
27 reset-gpios:
32 vdd-supply:
36 vdd-io-supply:
38 Digital 1.8V IO supply for Ethernet MAC
41 - compatible
42 - reg
43 - interrupts
46 - $ref: ethernet-controller.yaml#
47 - if:
53 $ref: /schemas/spi/spi-peripheral-props.yaml#
57 - if:
61 const: micrel,ks8851-mll
63 $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
71 - |
74 #address-cells = <1>;
75 #size-cells = <0>;
79 interrupt-parent = <&msmgpio>;
81 vdd-supply = <&ext_l2>;
82 vdd-io-supply = <&pm8921_lvs6>;
83 reset-gpios = <&msmgpio 89 0>;
86 - |
87 #include <dt-bindings/interrupt-controller/irq.h>
89 memory-controller {
90 #address-cells = <2>;
91 #size-cells = <1>;
93 compatible = "micrel,ks8851-mll";
95 interrupt-parent = <&gpioc>;