2023-02-13 11:56:31 -07:00
|
|
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
2018-05-14 16:56:27 -07:00
|
|
|
%YAML 1.2
|
|
|
|
---
|
|
|
|
$id: http://devicetree.org/schemas/arm/sti.yaml#
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
2022-08-24 19:04:27 -07:00
|
|
|
title: ST STi Platforms
|
2018-05-14 16:56:27 -07:00
|
|
|
|
|
|
|
maintainers:
|
2021-11-10 08:01:44 -07:00
|
|
|
- Patrice Chotard <patrice.chotard@foss.st.com>
|
2018-05-14 16:56:27 -07:00
|
|
|
|
|
|
|
properties:
|
|
|
|
$nodename:
|
|
|
|
const: '/'
|
|
|
|
compatible:
|
2023-02-13 11:56:31 -07:00
|
|
|
oneOf:
|
|
|
|
- items:
|
|
|
|
- const: st,stih407-b2120
|
|
|
|
- const: st,stih407
|
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- st,stih410-b2120
|
|
|
|
- st,stih410-b2260
|
|
|
|
- const: st,stih410
|
|
|
|
- items:
|
|
|
|
- enum:
|
|
|
|
- st,stih418-b2199
|
|
|
|
- st,stih418-b2264
|
|
|
|
- const: st,stih418
|
2020-10-05 11:38:29 -07:00
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
2018-05-14 16:56:27 -07:00
|
|
|
...
|