diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-04 13:22:53 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-05 09:40:51 +0800 |
commit | b9df44919cd0a776abab442b59c8bf9a8b7301fc (patch) | |
tree | 0370d23a094f387cd0e963ed14b99ecf05cfbd82 /Documentation/devicetree/bindings/arm/olimex.txt | |
parent | b9f25f86320f129fc9440426f5db29fd62a1c072 (diff) | |
download | blackbird-obmc-linux-b9df44919cd0a776abab442b59c8bf9a8b7301fc.tar.gz blackbird-obmc-linux-b9df44919cd0a776abab442b59c8bf9a8b7301fc.zip |
ARM: mx23: Add initial support for olinuxino board
mx23-olinuxino is a low cost board designed by Olimex.
It has the following features:
- Freescale iMX233 ARM926J processor at 454MHz
-64 MB RAM
-SD-card connector
-TV PAL/NTSC video output
-2 USB High Speed Hosts
-Ethernet 100 Mbit
-Stereo Audio Input
-Stereo Headphones Audio Output
More information at:
http://www.olimex.com/dev/imx233-olinuxino-maxi.html
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/olimex.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/olimex.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/olimex.txt b/Documentation/devicetree/bindings/arm/olimex.txt new file mode 100644 index 000000000000..007fb5c685a1 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/olimex.txt @@ -0,0 +1,6 @@ +Olimex i.MX Platforms Device Tree Bindings +------------------------------------------ + +i.MX23 Olinuxino Low Cost Board +Required root node properties: + - compatible = "olimex,imx23-olinuxino", "fsl,imx23"; |