brintos

brintos / linux-shallow public Read only

0
0
Text · 759 B · 0ea84d6 Raw
44 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/net/wireless/esp,esp8089.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Espressif ESP80898 9maintainers:10  - Hans de Goede <hdegoede@redhat.com>11 12properties:13  compatible:14    const: esp,esp808915 16  reg:17    maxItems: 118 19  esp,crystal-26M-en:20    $ref: /schemas/types.yaml#/definitions/uint3221    description: >22      Value for the crystal_26M_en firmware parameter23 24required:25  - compatible26  - reg27 28additionalProperties: false29 30examples:31  - |32    mmc {33        #address-cells = <1>;34        #size-cells = <0>;35 36        wifi@1 {37            compatible = "esp,esp8089";38            reg = <1>;39            esp,crystal-26M-en = <2>;40        };41    };42 43...44