Merge branch 'i2c/for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / misc / brcm,kona-smc.txt
CommitLineData
7f6c62e2
CD
1Broadcom Secure Monitor Bounce buffer
2-----------------------------------------------------
3This binding defines the location of the bounce buffer
4used for non-secure to secure communications.
5
6Required properties:
15e22ddf
CD
7- compatible : "brcm,kona-smc"
8- DEPRECATED: compatible : "bcm,kona-smc"
7f6c62e2
CD
9- reg : Location and size of bounce buffer
10
11Example:
12 smc@0x3404c000 {
15e22ddf 13 compatible = "brcm,bcm11351-smc", "brcm,kona-smc";
7f6c62e2
CD
14 reg = <0x3404c000 0x400>; //1 KiB in SRAM
15 };
This page took 0.211023 seconds and 5 git commands to generate.