Back to home page

OSCL-LXR

 
 

    


0001 Broadcom Secure Monitor Bounce buffer
0002 -----------------------------------------------------
0003 This binding defines the location of the bounce buffer
0004 used for non-secure to secure communications.
0005 
0006 Required properties:
0007 - compatible : "brcm,kona-smc"
0008 - DEPRECATED: compatible : "bcm,kona-smc"
0009 - reg : Location and size of bounce buffer
0010 
0011 Example:
0012         smc@3404c000 {
0013                 compatible = "brcm,bcm11351-smc", "brcm,kona-smc";
0014                 reg = <0x3404c000 0x400>; //1 KiB in SRAM
0015         };