84a40778af
Split up the driver for the power train switch TLE9104 into a MFD and GPIO. Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
28 lines
426 B
YAML
28 lines
426 B
YAML
#
|
|
# Copyright (c) 2024 SILA Embedded Solutions GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
description: Infineon TLE9104 4-channel powertrain switch GPIO instance
|
|
|
|
compatible: "infineon,tle9104-gpio"
|
|
|
|
include: gpio-controller.yaml
|
|
|
|
on-bus: tle9104
|
|
|
|
properties:
|
|
"#gpio-cells":
|
|
const: 2
|
|
|
|
ngpios:
|
|
type: int
|
|
required: true
|
|
const: 4
|
|
description: Number of GPIOs supported
|
|
|
|
gpio-cells:
|
|
- pin
|
|
- flags
|