suen3.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * (C) Copyright 2009
  3. * Marvell Semiconductor <www.marvell.com>
  4. * Prafulla Wadaskar <prafulla@marvell.com>
  5. *
  6. * (C) Copyright 2009
  7. * Stefan Roese, DENX Software Engineering, sr@denx.de.
  8. *
  9. * See file CREDITS for list of people who contributed to this
  10. * project.
  11. *
  12. * This program is free software; you can redistribute it and/or
  13. * modify it under the terms of the GNU General Public License as
  14. * published by the Free Software Foundation; either version 2 of
  15. * the License, or (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  25. * MA 02110-1301 USA
  26. */
  27. /*
  28. * for linking errors see
  29. * http://lists.denx.de/pipermail/u-boot/2009-July/057350.html
  30. */
  31. #ifndef _CONFIG_SUEN3_H
  32. #define _CONFIG_SUEN3_H
  33. /* include common defines/options for all arm based Keymile boards */
  34. #include "km/km_arm.h"
  35. /*
  36. * Version number information
  37. */
  38. #define CONFIG_IDENT_STRING "\nKeymile SUEN3"
  39. #define CONFIG_HOSTNAME suen3
  40. #define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
  41. #define KM_ENV_BUS "pca9544a:70:d" /* I2C2 (Mux-Port 5)*/
  42. #endif /* _CONFIG_SUEN3_H */