1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/arm/marvell,berlin.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Synaptics/Marvell Berlin SoC 8 9maintainers: 10 - Jisheng Zhang <jszhang@kernel.org> 11 12description: 13 According to https://www.synaptics.com/company/news/conexant-marvell 14 Synaptics has acquired the Multimedia Solutions Business of Marvell, so 15 Berlin SoCs are now Synaptics' SoCs. 16 17properties: 18 $nodename: 19 const: '/' 20 compatible: 21 oneOf: 22 - items: 23 - enum: 24 - sony,nsz-gs7 25 - const: marvell,berlin2 26 - const: marvell,berlin 27 - items: 28 - enum: 29 - google,chromecast 30 - valve,steamlink 31 - const: marvell,berlin2cd 32 - const: marvell,berlin 33 - items: 34 - enum: 35 - marvell,berlin2q-dmp 36 - const: marvell,berlin2q 37 - const: marvell,berlin 38 - items: 39 - enum: 40 - marvell,berlin4ct-dmp 41 - marvell,berlin4ct-stb 42 - const: marvell,berlin4ct 43 - const: marvell,berlin 44 45additionalProperties: true 46