| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/bus/qcom,ssbi.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Qualcomm Single-wire Serial Bus Interface (SSBI) |
| Some Qualcomm MSM devices contain a point-to-point serial bus used to |
| communicate with a limited range of devices (mostly power management |
| - Andy Gross <agross@kernel.org> |
| - Bjorn Andersson <andersson@kernel.org> |
| Indicates the SSBI bus variant the controller should use to talk |
| with the slave device. The type chosen is determined by the attached |
| $ref: /schemas/mfd/qcom-pm8xxx.yaml# |
| additionalProperties: false |
| #include <dt-bindings/interrupt-controller/irq.h> |
| compatible = "qcom,ssbi"; |
| reg = <0x00c00000 0x1000>; |
| qcom,controller-type = "pmic-arbiter"; |
| compatible = "qcom,pm8821"; |
| interrupt-parent = <&msmgpio>; |
| interrupts = <76 IRQ_TYPE_LEVEL_LOW>; |