Skip to content

Commit

Permalink
dt-bindings: ipmi: Add bindings for Phytium BT
Browse files Browse the repository at this point in the history
This patch documents the DT bindings for Phytium BT interface.

Signed-off-by: Li Yuting <[email protected]>
Signed-off-by: Chen Baozi <[email protected]>
Signed-off-by: Wang Yinfeng <[email protected]>
  • Loading branch information
lyt31 committed May 14, 2024
1 parent 4e5def3 commit 4ddb89c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions Documentation/devicetree/bindings/ipmi/phytium,bt-bmc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/ipmi/phytium,bt-bmc.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Phytium BT (Block Transfer) IPMI interface

maintainers:
- Chen Baozi <[email protected]>

description: |
The Phytium E-series SOCs can be used in BMC which may have a BT
interface used to perform in-band IPMI communication with their host.
properties:
compatible:
const: phytium,bt-bmc

interrupts:
maxItems: 1

reg:
maxItems: 1

required:
- compatible
- interrupts
- reg

additionalProperties: false

examples:
- |
bt: bt@250 {
compatible = "phytium,bt-bmc";
reg = <0x250 0x1c>;
interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
};

0 comments on commit 4ddb89c

Please sign in to comment.