xref: /freebsd/sys/contrib/device-tree/Bindings/net/wireless/esp,esp8089.yaml (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
18cc087a1SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0
28cc087a1SEmmanuel Vadot%YAML 1.2
38cc087a1SEmmanuel Vadot---
48cc087a1SEmmanuel Vadot$id: http://devicetree.org/schemas/net/wireless/esp,esp8089.yaml#
58cc087a1SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
68cc087a1SEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Espressif ESP8089
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadotmaintainers:
108cc087a1SEmmanuel Vadot  - Hans de Goede <hdegoede@redhat.com>
118cc087a1SEmmanuel Vadot
128cc087a1SEmmanuel Vadotproperties:
138cc087a1SEmmanuel Vadot  compatible:
148cc087a1SEmmanuel Vadot    const: esp,esp8089
158cc087a1SEmmanuel Vadot
168cc087a1SEmmanuel Vadot  reg:
178cc087a1SEmmanuel Vadot    maxItems: 1
188cc087a1SEmmanuel Vadot
198cc087a1SEmmanuel Vadot  esp,crystal-26M-en:
208cc087a1SEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint32
218cc087a1SEmmanuel Vadot    description: >
228cc087a1SEmmanuel Vadot      Value for the crystal_26M_en firmware parameter
238cc087a1SEmmanuel Vadot
248cc087a1SEmmanuel Vadotrequired:
258cc087a1SEmmanuel Vadot  - compatible
268cc087a1SEmmanuel Vadot  - reg
278cc087a1SEmmanuel Vadot
288cc087a1SEmmanuel VadotadditionalProperties: false
298cc087a1SEmmanuel Vadot
308cc087a1SEmmanuel Vadotexamples:
318cc087a1SEmmanuel Vadot  - |
328cc087a1SEmmanuel Vadot    mmc {
338cc087a1SEmmanuel Vadot        #address-cells = <1>;
348cc087a1SEmmanuel Vadot        #size-cells = <0>;
358cc087a1SEmmanuel Vadot
368cc087a1SEmmanuel Vadot        wifi@1 {
378cc087a1SEmmanuel Vadot            compatible = "esp,esp8089";
388cc087a1SEmmanuel Vadot            reg = <1>;
398cc087a1SEmmanuel Vadot            esp,crystal-26M-en = <2>;
408cc087a1SEmmanuel Vadot        };
418cc087a1SEmmanuel Vadot    };
428cc087a1SEmmanuel Vadot
438cc087a1SEmmanuel Vadot...
44