at91: split up DEVICE_TITLE
[openwrt/staging/lynxis.git] / target / linux / at91 / image / sam9x.mk
1 define Device/default-nand
2 BLOCKSIZE := 128k
3 PAGESIZE := 2048
4 SUBPAGESIZE := 512
5 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 126KiB -c 2048
6 endef
7
8 define Device/at91sam9263ek
9 $(Device/evaluation-dtb)
10 DEVICE_VENDOR := Atmel
11 DEVICE_MODEL := AT91SAM9263-EK
12 endef
13 TARGET_DEVICES += at91sam9263ek
14
15 define Device/at91sam9g15ek
16 $(Device/evaluation)
17 DEVICE_VENDOR := Atmel
18 DEVICE_MODEL := AT91SAM9G15-EK
19 endef
20 TARGET_DEVICES += at91sam9g15ek
21
22 define Device/at91sam9g20ek
23 $(Device/evaluation-dtb)
24 DEVICE_VENDOR := Atmel
25 DEVICE_MODEL := AT91SAM9G20-EK
26 endef
27 TARGET_DEVICES += at91sam9g20ek
28
29 define Device/at91sam9g20ek_2mmc
30 $(Device/evaluation-dtb)
31 DEVICE_VENDOR := Atmel
32 DEVICE_MODEL := AT91SAM9G20-EK
33 DEVICE_VARIANT := 2MMC
34 endef
35 TARGET_DEVICES += at91sam9g20ek_2mmc
36
37 define Device/at91sam9g25ek
38 $(Device/evaluation)
39 DEVICE_VENDOR := Atmel
40 DEVICE_MODEL := AT91SAM9G25-EK
41 endef
42 TARGET_DEVICES += at91sam9g25ek
43
44 define Device/at91sam9g35ek
45 $(Device/evaluation)
46 DEVICE_VENDOR := Atmel
47 DEVICE_MODEL := AT91SAM9G35-EK
48 endef
49 TARGET_DEVICES += at91sam9g35ek
50
51 define Device/at91sam9m10g45ek
52 $(Device/evaluation)
53 DEVICE_VENDOR := Atmel
54 DEVICE_MODEL := AT91SAM9M10G45-EK
55 endef
56 TARGET_DEVICES += at91sam9m10g45ek
57
58 define Device/at91sam9x25ek
59 $(Device/evaluation)
60 DEVICE_VENDOR := Atmel
61 DEVICE_MODEL := AT91SAM9X25-EK
62 endef
63 TARGET_DEVICES += at91sam9x25ek
64
65 define Device/at91sam9x35ek
66 $(Device/evaluation)
67 DEVICE_VENDOR := Atmel
68 DEVICE_MODEL := AT91SAM9X35-EK
69 endef
70 TARGET_DEVICES += at91sam9x35ek
71
72 define Device/lmu5000
73 $(Device/production)
74 DEVICE_VENDOR := CalAmp
75 DEVICE_MODEL := LMU5000
76 DEVICE_PACKAGES := kmod-rtc-pcf2123 kmod-usb-acm kmod-usb-serial \
77 kmod-usb-serial-option kmod-usb-serial-sierrawireless kmod-gpio-mcp23s08
78 endef
79 TARGET_DEVICES += lmu5000
80
81 define Device/tny_a9260
82 $(Device/production-dtb)
83 DEVICE_VENDOR := Calao
84 DEVICE_MODEL := TNYA9260
85 endef
86 TARGET_DEVICES += tny_a9260
87
88 define Device/tny_a9263
89 $(Device/production-dtb)
90 DEVICE_VENDOR := Calao
91 DEVICE_MODEL := TNYA9263
92 endef
93 TARGET_DEVICES += tny_a9263
94
95 define Device/tny_a9g20
96 $(Device/production-dtb)
97 DEVICE_VENDOR := Calao
98 DEVICE_MODEL := TNYA9G20
99 endef
100 TARGET_DEVICES += tny_a9g20
101
102 define Device/usb_a9260
103 $(Device/production-dtb)
104 DEVICE_VENDOR := Calao
105 DEVICE_MODEL := USBA9260
106 endef
107 TARGET_DEVICES += usb_a9260
108
109 define Device/usb_a9263
110 $(Device/production-dtb)
111 DEVICE_VENDOR := Calao
112 DEVICE_MODEL := USBA9263
113 endef
114 TARGET_DEVICES += usb_a9263
115
116 define Device/usb_a9g20
117 $(Device/production-dtb)
118 DEVICE_VENDOR := Calao
119 DEVICE_MODEL := USBA9G20
120 endef
121 TARGET_DEVICES += usb_a9g20
122
123 define Device/ethernut5
124 $(Device/evaluation)
125 DEVICE_VENDOR := egnite
126 DEVICE_MODEL := Ethernut 5
127 UBINIZE_OPTS := -E 5
128 endef
129 TARGET_DEVICES += ethernut5
130
131 define Device/at91-q5xr5
132 $(Device/production-dtb)
133 DEVICE_VENDOR := Exegin
134 DEVICE_MODEL := Q5XR5
135 KERNEL_SIZE := 2048k
136 endef
137 #TARGET_DEVICES += at91-q5xr5
138
139 define Device/wb45n
140 $(Device/evaluation-fit)
141 DEVICE_VENDOR := Laird
142 DEVICE_MODEL := WB45N
143 DEVICE_PACKAGES := \
144 kmod-mmc-at91 kmod-ath6kl-sdio ath6k-firmware \
145 kmod-usb-storage kmod-fs-vfat kmod-fs-msdos \
146 kmod-leds-gpio
147 BLOCKSIZE := 128k
148 PAGESIZE := 2048
149 SUBPAGESIZE := 2048
150 MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB -c 955
151 endef
152 TARGET_DEVICES += wb45n