15def4c47SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 45def4c47SEmmanuel Vadot$id: http://devicetree.org/schemas/mips/realtek-rtl.yaml# 55def4c47SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 77ef62cebSEmmanuel Vadottitle: Realtek RTL83xx/93xx SoC series 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotmaintainers: 105def4c47SEmmanuel Vadot - Bert Vermeulen <bert@biot.com> 115def4c47SEmmanuel Vadot - Sander Vanheule <sander@svanheule.net> 125def4c47SEmmanuel Vadot 135def4c47SEmmanuel Vadotproperties: 145def4c47SEmmanuel Vadot $nodename: 155def4c47SEmmanuel Vadot const: "/" 165def4c47SEmmanuel Vadot compatible: 175def4c47SEmmanuel Vadot oneOf: 185def4c47SEmmanuel Vadot # RTL8382-based boards 195def4c47SEmmanuel Vadot - items: 205def4c47SEmmanuel Vadot - enum: 215def4c47SEmmanuel Vadot - cisco,sg220-26 225def4c47SEmmanuel Vadot - const: realtek,rtl8382-soc 23*0e8011faSEmmanuel Vadot - items: 24*0e8011faSEmmanuel Vadot - enum: 25*0e8011faSEmmanuel Vadot - cameo,rtl9302c-2x-rtl8224-2xge 26*0e8011faSEmmanuel Vadot - const: realtek,rtl9302-soc 275def4c47SEmmanuel Vadot 285def4c47SEmmanuel VadotadditionalProperties: true 29