blob: 3bbde9808d20c3f03e6deda648b0c3f30b86f0c8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Stefanc98efc32011-12-23 06:35:04 +00002/*
3 * Copyright (C) 2011
Stefan Herbrechtsmeier91eafc02014-12-28 14:09:50 +01004 * Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Stefanc98efc32011-12-23 06:35:04 +00005 *
6 * Based on Kirkwood support:
7 * (C) Copyright 2009
8 * Marvell Semiconductor <www.marvell.com>
9 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
Stefanc98efc32011-12-23 06:35:04 +000010 */
11
Simon Glass97589732020-05-10 11:40:02 -060012#include <init.h>
Simon Glass0f2af882020-05-10 11:40:05 -060013#include <log.h>
Stefanc98efc32011-12-23 06:35:04 +000014#include <miiphy.h>
Simon Glass0c364412019-12-28 10:44:48 -070015#include <net.h>
Stefanc98efc32011-12-23 06:35:04 +000016#include <netdev.h>
17#include <asm/arch/cpu.h>
Stefan Roesec2437842014-10-22 12:13:06 +020018#include <asm/arch/soc.h>
Stefanc98efc32011-12-23 06:35:04 +000019#include <asm/arch/mpp.h>
20#include <asm/arch/gpio.h>
Simon Glass3ba929a2020-10-30 21:38:53 -060021#include <asm/global_data.h>
Stefanc98efc32011-12-23 06:35:04 +000022#include "dns325.h"
23
24DECLARE_GLOBAL_DATA_PTR;
25
26int board_early_init_f(void)
27{
28 /* Gpio configuration */
Stefan Roesec50ab392014-10-22 12:13:11 +020029 mvebu_config_gpio(DNS325_OE_VAL_LOW, DNS325_OE_VAL_HIGH,
30 DNS325_OE_LOW, DNS325_OE_HIGH);
Stefanc98efc32011-12-23 06:35:04 +000031
32 /* Multi-Purpose Pins Functionality configuration */
Albert ARIBAUD4d424312012-11-26 11:27:36 +000033 static const u32 kwmpp_config[] = {
Stefanc98efc32011-12-23 06:35:04 +000034 MPP0_NF_IO2,
35 MPP1_NF_IO3,
36 MPP2_NF_IO4,
37 MPP3_NF_IO5,
38 MPP4_NF_IO6,
39 MPP5_NF_IO7,
40 MPP6_SYSRST_OUTn,
41 MPP7_GPO,
42 MPP8_TW_SDA,
43 MPP9_TW_SCK,
44 MPP10_UART0_TXD,
45 MPP11_UART0_RXD,
46 MPP12_SD_CLK,
47 MPP13_SD_CMD,
48 MPP14_SD_D0,
49 MPP15_SD_D1,
50 MPP16_SD_D2,
51 MPP17_SD_D3,
52 MPP18_NF_IO0,
53 MPP19_NF_IO1,
54 MPP20_SATA1_ACTn, /* sata1(left) status led */
55 MPP21_SATA0_ACTn, /* sata0(right) status led */
56 MPP22_GPIO,
57 MPP23_GPIO,
58 MPP24_GPIO, /* power off out */
59 MPP25_GPIO,
60 MPP26_GPIO, /* power led */
61 MPP27_GPIO, /* sata0(right) error led */
62 MPP28_GPIO, /* sata1(left) error led */
63 MPP29_GPIO, /* usb error led */
64 MPP30_GPIO,
65 MPP31_GPIO,
66 MPP32_GPIO,
67 MPP33_GPIO,
68 MPP34_GPIO, /* power key */
69 MPP35_GPIO,
70 MPP36_GPIO,
71 MPP37_GPIO,
72 MPP38_GPIO,
73 MPP39_GPIO, /* enable sata 0 */
74 MPP40_GPIO, /* enable sata 1 */
75 MPP41_GPIO, /* hdd0 present */
76 MPP42_GPIO, /* hdd1 present */
77 MPP43_GPIO, /* usb status led */
78 MPP44_GPIO, /* fan status */
79 MPP45_GPIO, /* fan high speed */
80 MPP46_GPIO, /* fan low speed */
81 MPP47_GPIO, /* usb umount */
82 MPP48_GPIO, /* factory reset */
83 MPP49_GPIO, /* thermal sensor */
84 0
85 };
Valentin Longchamp7d0d5022012-06-01 01:31:00 +000086 kirkwood_mpp_conf(kwmpp_config, NULL);
Stefanc98efc32011-12-23 06:35:04 +000087
88 kw_gpio_set_blink(DNS325_GPIO_LED_POWER , 1);
89
90 kw_gpio_set_value(DNS325_GPIO_SATA0_EN , 1);
Stefan Roese1b158882023-08-11 10:02:04 +020091 kw_gpio_set_value(DNS325_GPIO_SATA1_EN , 1);
Stefanc98efc32011-12-23 06:35:04 +000092 return 0;
93}
94
95int board_init(void)
96{
97 /* Boot parameters address */
Stefan Roese0b741752014-10-22 12:13:13 +020098 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100;
Stefanc98efc32011-12-23 06:35:04 +000099
100 return 0;
101}
102
103#ifdef CONFIG_RESET_PHY_R
104/* Configure and initialize PHY */
105void reset_phy(void)
106{
107 u16 reg;
108 u16 devadr;
109 char *name = "egiga0";
110
111 if (miiphy_set_current_dev(name))
112 return;
113
114 /* command to read PHY dev address */
115 if (miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr)) {
116 printf("Err..(%s) could not read PHY dev address\n", __func__);
117 return;
118 }
119
120 /*
121 * Enable RGMII delay on Tx and Rx for CPU port
122 * Ref: sec 4.7.2 of chip datasheet
123 */
124 miiphy_write(name, devadr, MV88E1116_PGADR_REG, 2);
125 miiphy_read(name, devadr, MV88E1116_MAC_CTRL_REG, &reg);
126 reg |= (MV88E1116_RGMII_RXTM_CTRL | MV88E1116_RGMII_TXTM_CTRL);
127 miiphy_write(name, devadr, MV88E1116_MAC_CTRL_REG, reg);
128 miiphy_write(name, devadr, MV88E1116_PGADR_REG, 0);
129
130 /* reset the phy */
131 miiphy_reset(name, devadr);
132
133 debug("88E1116 Initialized on %s\n", name);
134}
135#endif /* CONFIG_RESET_PHY_R */