Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/Documentation/devicetree/bindings/i2c/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 832 B image not shown  

Quelle  wm,wm8505-i2c.yaml   Sprache: unbekannt

 
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/i2c/wm,wm8505-i2c.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: I2C Controller on WonderMedia WM8505 and related SoCs

maintainers:
  - Alexey Charkov <alchark@gmail.com>

allOf:
  - $ref: /schemas/i2c/i2c-controller.yaml#

properties:
  compatible:
    const: wm,wm8505-i2c

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

  clocks:
    maxItems: 1

  clock-frequency:
    enum: [100000, 400000]

required:
  - compatible
  - reg
  - interrupts
  - clocks

unevaluatedProperties: false

examples:
  - |
    i2c_0: i2c@d8280000 {
        compatible = "wm,wm8505-i2c";
        reg = <0xd8280000 0x1000>;
        interrupts = <19>;
        clocks = <&clki2c0>;
        clock-frequency = <400000>;
    };

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]