Path: blob/master/Documentation/devicetree/bindings/firmware/brcm,kona-smc.yaml
26308 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/firmware/brcm,kona-smc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Broadcom Kona family Secure Monitor bounce buffer78description:9A bounce buffer used for non-secure to secure communications.1011maintainers:12- Florian Fainelli <f.fainelli@gmail.com>1314properties:15compatible:16items:17- enum:18- brcm,bcm11351-smc19- brcm,bcm21664-smc20- brcm,bcm23550-smc21- const: brcm,kona-smc2223reg:24maxItems: 12526required:27- compatible28- reg2930additionalProperties: false3132examples:33- |34smc@3404c000 {35compatible = "brcm,bcm11351-smc", "brcm,kona-smc";36reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */37};38...394041