]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/samsung-boards.txt
arm: imx6: defconfig: update tx6 defconfigs
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / samsung-boards.txt
1 * Samsung's Exynos4210 based SMDKV310 evaluation board
2
3 SMDKV310 evaluation board is based on Samsung's Exynos4210 SoC.
4
5 Required root node properties:
6     - compatible = should be one or more of the following.
7         (a) "samsung,smdkv310" - for Samsung's SMDKV310 eval board.
8         (b) "samsung,exynos4210"  - for boards based on Exynos4210 SoC.
9
10 Optional:
11     - firmware node, specifying presence and type of secure firmware:
12         - compatible: only "samsung,secure-firmware" is currently supported
13         - reg: address of non-secure SYSRAM used for communication with firmware
14
15         firmware@0203F000 {
16                 compatible = "samsung,secure-firmware";
17                 reg = <0x0203F000 0x1000>;
18         };