aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/CARAMBOLA.dts
Commit message (Expand)AuthorAgeFilesLines
* ramips: soc wmac eeprom cleanupJohn Crispin2014-07-171-0/+4
* ralink: set the mac addr via the dts fileJohn Crispin2013-11-251-0/+4
* ralink: add pinctrl driverJohn Crispin2013-09-171-20/+6
* [ramips] move memory detect node to dtsi filesJohn Crispin2013-04-091-4/+0
* [ramips] remove bootargs from dtsJohn Crispin2013-04-091-1/+1
* [ramips] add ofpart info to the devicetreesJohn Crispin2013-04-091-0/+23
* ramips: remove trailing whitespaces from dts filesGabor Juhos2013-04-071-1/+1
* ramips: remove top-level {address,size}-cells properties from .dts filesGabor Juhos2013-04-071-2/+0
* [ramips] fix typo pinmmux -> pinmuxJohn Crispin2013-04-061-1/+1
* [ramips] fix typo that made gpiomuxing failJohn Crispin2013-04-051-1/+1
* [ramips] add the dts files that describe the boards in futureJohn Crispin2013-04-031-0/+66
g.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2013 OpenWrt.org

define Profile/olinuxino-micro
  NAME:=Olimex OLinuXino Micro/Nano boards
  PACKAGES += imx-bootlets uboot-mxs-mx23_olinuxino \
	  kmod-gpio-mcp23s08 kmod-leds-gpio
endef

define Profile/olinuxino-micro/Description
	Olimex OLinuXino Micro/Nano boards
endef

$(eval $(call Profile,olinuxino-micro))