diff options
| author | Warner Losh <imp@FreeBSD.org> | 2015-02-27 22:16:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2015-02-27 22:16:54 +0000 |
| commit | da75c2cc5808a45edc76752ba495dcc5dcd4346c (patch) | |
| tree | 74a0899e9f467d761efca9e14d7d3213fb899de8 /src/arm/vf500-colibri.dtsi | |
| parent | ab9104d36764981b663e037d0e48496993a070a4 (diff) | |
Notes
Diffstat (limited to 'src/arm/vf500-colibri.dtsi')
| -rw-r--r-- | src/arm/vf500-colibri.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/arm/vf500-colibri.dtsi b/src/arm/vf500-colibri.dtsi new file mode 100644 index 0000000000000..cee34a32f25be --- /dev/null +++ b/src/arm/vf500-colibri.dtsi @@ -0,0 +1,20 @@ +/* + * Copyright 2014 Toradex AG + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#include "vf500.dtsi" +#include "vf-colibri.dtsi" + +/ { + model = "Toradex Colibri VF50 COM"; + compatible = "toradex,vf610-colibri_vf50", "fsl,vf500"; + + memory { + reg = <0x80000000 0x8000000>; + }; +}; |
