diff options
author | Albert ARIBAUD \(3ADEV\) | 2015-03-31 11:40:51 +0200 |
---|---|---|
committer | Albert ARIBAUD | 2015-04-10 14:23:39 +0200 |
commit | 412ae53aadb53cd63e754d638bafe6e426aeafee (patch) | |
tree | 0bbf46fef21d002cc1a37b8f478e4b7a26c200d4 /configs/work_92105_defconfig | |
parent | 8c80eb3b533c73a4b4a505fbaf925cdaafe0b5d2 (diff) |
lpc32xx: add support for board work_92105
Work_92105 from Work Microwave is an LPC3250-
based board with the following features:
- 64MB or 128MB SDR DRAM
- 1 GB SLC NAND, managed through MLC controller.
- Ethernet
- Ethernet + PHY SMSC8710
- I2C:
- EEPROM (24M01-compatible)
- RTC (DS1374-compatible)
- Temperature sensor (DS620)
- DACs (2 x MAX518)
- SPI (through SSP interface)
- Port expander MAX6957
- LCD display (HD44780-compatible), controlled
through the port expander and DACs
This board has SPL support, and uses the LPC32XX boot
image format.
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Diffstat (limited to 'configs/work_92105_defconfig')
-rw-r--r-- | configs/work_92105_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig new file mode 100644 index 00000000000..142a505fe4f --- /dev/null +++ b/configs/work_92105_defconfig @@ -0,0 +1,6 @@ +CONFIG_ARM=y +CONFIG_TARGET_WORK_92105=y +CONFIG_DM=y +CONFIG_DM_GPIO=y +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="" |