smc.txt 415 B

1234567891011121314
  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. Required properties:
  6. - compatible : "bcm,kona-smc"
  7. - reg : Location and size of bounce buffer
  8. Example:
  9. smc@0x3404c000 {
  10. compatible = "bcm,bcm11351-smc", "bcm,kona-smc";
  11. reg = <0x3404c000 0x400>; //1 KiB in SRAM
  12. };