diff options
-rw-r--r-- | Documentation/devicetree/bindings/misc/smc.txt | 14 | ||||
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 5 |
2 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/misc/smc.txt b/Documentation/devicetree/bindings/misc/smc.txt new file mode 100644 index 000000000000..02b428136177 --- /dev/null +++ b/Documentation/devicetree/bindings/misc/smc.txt | |||
@@ -0,0 +1,14 @@ | |||
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 : "bcm,kona-smc" | ||
8 | - reg : Location and size of bounce buffer | ||
9 | |||
10 | Example: | ||
11 | smc@0x3404c000 { | ||
12 | compatible = "bcm,bcm11351-smc", "bcm,kona-smc"; | ||
13 | reg = <0x3404c000 0x400>; //1 KiB in SRAM | ||
14 | }; | ||
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index ad135885bd2a..be2a26132376 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi | |||
@@ -31,6 +31,11 @@ | |||
31 | <0x3ff00100 0x100>; | 31 | <0x3ff00100 0x100>; |
32 | }; | 32 | }; |
33 | 33 | ||
34 | smc@0x3404c000 { | ||
35 | compatible = "bcm,bcm11351-smc", "bcm,kona-smc"; | ||
36 | reg = <0x3404c000 0x400>; //1 KiB in SRAM | ||
37 | }; | ||
38 | |||
34 | uart@3e000000 { | 39 | uart@3e000000 { |
35 | compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; | 40 | compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; |
36 | status = "disabled"; | 41 | status = "disabled"; |