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