About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / misc / smc.txt


Based on kernel version 4.0. Page generated on 2015-04-14 21:21 EST.

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	
6	Required properties:
7	- compatible : "brcm,kona-smc"
8	- DEPRECATED: compatible : "bcm,kona-smc"
9	- reg : Location and size of bounce buffer
10	
11	Example:
12		smc@0x3404c000 {
13			compatible = "brcm,bcm11351-smc", "brcm,kona-smc";
14			reg = <0x3404c000 0x400>; //1 KiB in SRAM
15		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog