29 lines
482 B
YAML
29 lines
482 B
YAML
#
|
|
# Copyright (c) 2018, STMicroelectronics
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: I2S Base Structure
|
|
|
|
description: >
|
|
This binding gives the base structures for all I2S devices
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
child:
|
|
bus: i2s
|
|
|
|
properties:
|
|
"#address-cells":
|
|
type: int
|
|
category: required
|
|
description: should be 1.
|
|
"#size-cells":
|
|
type: int
|
|
category: required
|
|
description: should be 0.
|
|
label:
|
|
category: required
|