Path: blob/master/Documentation/devicetree/bindings/embedded-controller/microsoft,surface-sam.yaml
29285 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/embedded-controller/microsoft,surface-sam.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Surface System Aggregator Module (SAM, SSAM)78maintainers:9- Konrad Dybcio <konradybcio@kernel.org>1011description: |12Surface devices use a standardized embedded controller to let the13operating system interface with various hardware functions. The14specific functionalities are modeled as subdevices and matched on15five levels: domain, category, target, instance and function.1617properties:18compatible:19const: microsoft,surface-sam2021interrupts:22maxItems: 12324current-speed: true2526required:27- compatible28- interrupts2930additionalProperties: false3132examples:33- |34#include <dt-bindings/interrupt-controller/irq.h>35uart {36embedded-controller {37compatible = "microsoft,surface-sam";3839interrupts-extended = <&tlmm 91 IRQ_TYPE_EDGE_RISING>;4041pinctrl-0 = <&ssam_state>;42pinctrl-names = "default";4344current-speed = <4000000>;45};46};474849