diff options
Diffstat (limited to 'linux/arch/arm/boot/dts/am335x-olimex-som.dts')
-rw-r--r-- | linux/arch/arm/boot/dts/am335x-olimex-som.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/linux/arch/arm/boot/dts/am335x-olimex-som.dts b/linux/arch/arm/boot/dts/am335x-olimex-som.dts new file mode 100644 index 00000000..3fb4c5fe --- /dev/null +++ b/linux/arch/arm/boot/dts/am335x-olimex-som.dts @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +/dts-v1/; + +#include "am33xx.dtsi" +#include "am335x-som-common.dtsi" +#include "am335x-avtech.dtsi" + +/ { + model = "Olimex AM335x SOM"; + compatible = "ti,am335x-olimex-som", "ti,am33xx"; +}; + +&mmc1 { + vmmc-supply = <&vmmcsd_fixed>; +}; |