diff options
author | Roland Stigge <stigge@antcom.de> | 2012-04-22 12:01:19 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-04-22 12:01:19 +0200 |
commit | f5c422713308e492eddc44a12134f9f249ddfbdb (patch) | |
tree | f5f3f115b40aada230e8d413429000a0a7741991 /Documentation/devicetree/bindings/arm/lpc32xx.txt | |
parent | e04920d9efcb3517cabc61a55a3ce4bce51518bc (diff) |
ARM: LPC32xx: Device tree support
This patch does the actual device tree switch for the LPC32xx SoC.
Signed-off-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/lpc32xx.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/lpc32xx.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/lpc32xx.txt b/Documentation/devicetree/bindings/arm/lpc32xx.txt new file mode 100644 index 00000000000..56ec8ddc4a3 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/lpc32xx.txt @@ -0,0 +1,8 @@ +NXP LPC32xx Platforms Device Tree Bindings +------------------------------------------ + +Boards with the NXP LPC32xx SoC shall have the following properties: + +Required root node property: + +compatible: must be "nxp,lpc3220", "nxp,lpc3230", "nxp,lpc3240" or "nxp,lpc3250" |