1Broadcom Secure Monitor Bounce buffer 2----------------------------------------------------- 3This binding defines the location of the bounce buffer 4used for non-secure to secure communications. 5 6Required properties: 7- compatible : "brcm,kona-smc" 8- DEPRECATED: compatible : "bcm,kona-smc" 9- reg : Location and size of bounce buffer 10 11Example: 12 smc@3404c000 { 13 compatible = "brcm,bcm11351-smc", "brcm,kona-smc"; 14 reg = <0x3404c000 0x400>; //1 KiB in SRAM 15 }; 16