Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / misc / brcm,kona-smc.txt
1 Broadcom Secure Monitor Bounce buffer
2 -----------------------------------------------------
3 This binding defines the location of the bounce buffer
4 used for non-secure to secure communications.
5
6 Required properties:
7 - compatible : "brcm,kona-smc"
8 - DEPRECATED: compatible : "bcm,kona-smc"
9 - reg : Location and size of bounce buffer
10
11 Example:
12         smc@3404c000 {
13                 compatible = "brcm,bcm11351-smc", "brcm,kona-smc";
14                 reg = <0x3404c000 0x400>; //1 KiB in SRAM
15         };