1279377Simp/*
2279377Simp * Copyright (C) 2011 Ilya Yanok, EmCraft Systems
3279377Simp *
4279377Simp * This program is free software; you can redistribute it and/or modify
5279377Simp * it under the terms of the GNU General Public License version 2 as
6279377Simp * published by the Free Software Foundation.
7279377Simp */
8279377Simp/dts-v1/;
9279377Simp
10279377Simp#include "omap34xx.dtsi"
11279377Simp
12279377Simp/ {
13279377Simp	model = "TeeJet Mt.Ventoux";
14279377Simp	compatible = "teejet,mt_ventoux", "ti,omap3";
15279377Simp
16279377Simp	memory {
17279377Simp		device_type = "memory";
18279377Simp		reg = <0x80000000 0x10000000>; /* 256 MB */
19279377Simp	};
20279377Simp
21279377Simp	/* AM35xx doesn't have IVA */
22279377Simp	soc {
23279377Simp		iva {
24279377Simp			status = "disabled";
25279377Simp		};
26279377Simp	};
27279377Simp};
28