Commit 1f329599 authored by Andreas Färber's avatar Andreas Färber
Browse files

dt-bindings: arm: realtek: Document RTD1296 and Synology DS418



Define compatible strings for Realtek RTD1296 SoC and Synology
DiskStation DS418 NAS.

Cc: info@synology.com
Acked-by: default avatarRob Herring <robh@kernel.org>
[AF: Converted to json-schema]
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent cf976f66
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,4 +27,10 @@ properties:
              - probox2,ava # ProBox2 AVA
              - zidoo,x9s # Zidoo X9S
          - const: realtek,rtd1295

      # RTD1296 SoC based boards
      - items:
          - enum:
              - synology,ds418 # Synology DiskStation DS418
          - const: realtek,rtd1296
...