15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/spi/realtek,rtl-spi.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 75def4c47SEmmanuel Vadottitle: Realtek RTL838x/RTL839x SPI controller 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Bert Vermeulen <bert@biot.com> 115def4c47SEmmanuel Vadot - Birger Koblitz <mail@birger-koblitz.de> 125def4c47SEmmanuel Vadot 135def4c47SEmmanuel VadotallOf: 14*cb7aa33aSEmmanuel Vadot - $ref: spi-controller.yaml# 155def4c47SEmmanuel Vadot 165def4c47SEmmanuel Vadotproperties: 175def4c47SEmmanuel Vadot compatible: 18354d7675SEmmanuel Vadot enum: 19354d7675SEmmanuel Vadot - realtek,rtl8380-spi 20354d7675SEmmanuel Vadot - realtek,rtl8382-spi 21354d7675SEmmanuel Vadot - realtek,rtl8391-spi 22354d7675SEmmanuel Vadot - realtek,rtl8392-spi 23354d7675SEmmanuel Vadot - realtek,rtl8393-spi 245def4c47SEmmanuel Vadot 255def4c47SEmmanuel Vadot reg: 265def4c47SEmmanuel Vadot maxItems: 1 275def4c47SEmmanuel Vadot 285def4c47SEmmanuel Vadotrequired: 295def4c47SEmmanuel Vadot - compatible 305def4c47SEmmanuel Vadot - reg 315def4c47SEmmanuel Vadot 325def4c47SEmmanuel VadotunevaluatedProperties: false 335def4c47SEmmanuel Vadot 345def4c47SEmmanuel Vadotexamples: 355def4c47SEmmanuel Vadot - | 365def4c47SEmmanuel Vadot spi: spi@1200 { 375def4c47SEmmanuel Vadot compatible = "realtek,rtl8382-spi"; 385def4c47SEmmanuel Vadot reg = <0x1200 0x100>; 395def4c47SEmmanuel Vadot #address-cells = <1>; 405def4c47SEmmanuel Vadot #size-cells = <0>; 415def4c47SEmmanuel Vadot }; 42