at91: Add SAMA5D4 device
[openwrt/.git] / target / linux / at91 / image / sama5.mk
1 define Device/at91-sama5d3_xplained
2   $(Device/evaluation-dtb)
3   DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained
4   KERNEL_SIZE := 6144k
5   SUBPAGESIZE := 2048
6 endef
7 TARGET_DEVICES += at91-sama5d3_xplained
8
9 define Device/at91-sama5d2_xplained
10   $(Device/evaluation-dtb)
11   DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D2 Xplained
12   KERNEL_SIZE := 6144k
13   SUBPAGESIZE := 2048
14 endef
15 TARGET_DEVICES += at91-sama5d2_xplained
16
17 define Device/at91-sama5d4_xplained
18   $(Device/evaluation-dtb)
19   DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D4 Xplained
20   KERNEL_SIZE := 6144k
21   SUBPAGESIZE := 2048
22 endef
23 TARGET_DEVICES += at91-sama5d4_xplained