-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ev11l78a: add en_sink as a custom binding.
This exposes the EN_SINK signal as a custom binding, since it is ore to the business logic of the board. EN_SINK is a GPIO line connected to a MOSFET that provides power on the screw terminal of the board, and should be enabled after USB-PD negotiation. Signed-off-by: Diego Elio Pettenò <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
boards/arm/ev11l78a/dts/bindings/microchip,ev11l78a-ensink.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Copyright (c) 2023, Meta Platforms, Inc. and its affiliates. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
description: GPIO used to enable the power Sink on the EV11L78A board | ||
|
||
compatible: "microchip,ev11l78a-ensink" | ||
|
||
properties: | ||
gpios: | ||
type: phandle-array | ||
required: true | ||
description: | | ||
GPIO to enable the power sink on the EV11L78A board, output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters