brcm,kona-smc.txt 460 B

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