ASoC: rt5645: Fix mask for setting RT5645_DMIC_2_DP_GPIO12 bit
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / misc / brcm,kona-smc.txt
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         };