diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-04-08 11:38:50 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-31 11:25:51 +0200 |
commit | 978577ea21fb05c12511c25b71e493859e36892f (patch) | |
tree | 221022c7a9d1995da1a76a7cf2b4a193b1fff3cf /Documentation/devicetree/bindings/arm/ste-u300.txt | |
parent | 351c2163f918e2a4218e0206f854dbec7799fda8 (diff) |
ARM: u300: basic device tree support
This register the most basic peripherals and makes the
U300 boot to prompt from a device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/ste-u300.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/ste-u300.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ste-u300.txt b/Documentation/devicetree/bindings/arm/ste-u300.txt new file mode 100644 index 000000000000..222dca558576 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/ste-u300.txt @@ -0,0 +1,9 @@ +ST-Ericsson U300 Device Tree Bindings + +For various board the "board" node may contain specific properties +that pertain to this particular board, such as board-specific GPIOs +or board power regulator supplies. + +Required root node property: + +compatible="stericsson,u300"; |