2026-01-21 18:59:54 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
$id: http://devicetree.org/schemas/arm/sti.yaml#
|
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
|
2026-01-29 22:25:33 +08:00
|
|
|
title: ST STi Platforms
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
maintainers:
|
2026-01-29 22:25:33 +08:00
|
|
|
- Patrice Chotard <patrice.chotard@foss.st.com>
|
2026-01-21 18:59:54 +08:00
|
|
|
|
|
|
|
|
properties:
|
|
|
|
|
$nodename:
|
|
|
|
|
const: '/'
|
|
|
|
|
compatible:
|
|
|
|
|
items:
|
|
|
|
|
- enum:
|
|
|
|
|
- st,stih415
|
|
|
|
|
- st,stih416
|
|
|
|
|
- st,stih407
|
|
|
|
|
- st,stih410
|
|
|
|
|
- st,stih418
|
|
|
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
|
|
|
|
|
...
|