aristainetos2.h (12ca05a38bd47b207a6e616e80f2ab0453faf527) | aristainetos2.h (3788b451e32bc925c4a63a882acc9c3b4ee895be) |
---|---|
1/* 2 * (C) Copyright 2015 3 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 4 * 5 * Based on: 6 * Copyright (C) 2012 Freescale Semiconductor, Inc. 7 * 8 * Configuration settings for the Freescale i.MX6DL aristainetos2 board. 9 * 10 * SPDX-License-Identifier: GPL-2.0+ 11 */ 12#ifndef __ARISTAINETOS2_CONFIG_H 13#define __ARISTAINETOS2_CONFIG_H 14 15#define CONFIG_SYS_BOARD_VERSION 2 16#define CONFIG_HOSTNAME aristainetos2 17#define CONFIG_BOARDNAME "aristainetos2" 18 | 1/* 2 * (C) Copyright 2015 3 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 4 * 5 * Based on: 6 * Copyright (C) 2012 Freescale Semiconductor, Inc. 7 * 8 * Configuration settings for the Freescale i.MX6DL aristainetos2 board. 9 * 10 * SPDX-License-Identifier: GPL-2.0+ 11 */ 12#ifndef __ARISTAINETOS2_CONFIG_H 13#define __ARISTAINETOS2_CONFIG_H 14 15#define CONFIG_SYS_BOARD_VERSION 2 16#define CONFIG_HOSTNAME aristainetos2 17#define CONFIG_BOARDNAME "aristainetos2" 18 |
19#define CONFIG_BOARD_LATE_INIT 20 | |
21#define CONFIG_MXC_UART_BASE UART2_BASE 22#define CONSOLE_DEV "ttymxc1" 23 24#define CONFIG_FEC_XCV_TYPE RGMII 25#define CONFIG_PHY_MICREL_KSZ9031 26 27#define CONFIG_SF_DEFAULT_BUS 3 28#define CONFIG_SF_DEFAULT_CS 1 --- 34 unchanged lines hidden --- | 19#define CONFIG_MXC_UART_BASE UART2_BASE 20#define CONSOLE_DEV "ttymxc1" 21 22#define CONFIG_FEC_XCV_TYPE RGMII 23#define CONFIG_PHY_MICREL_KSZ9031 24 25#define CONFIG_SF_DEFAULT_BUS 3 26#define CONFIG_SF_DEFAULT_CS 1 --- 34 unchanged lines hidden --- |