blob: 3b1202d01f309e9e55ae5ce5aa3261b75220ea1c [file] [log] [blame]
Abdellatif El Khlifi95294c92020-07-06 16:15:23 +01001/*
2 * Copyright (c) 2020, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/dts-v1/;
8
9#include "corstone700.dtsi"
10
11/ {
12 model = "corstone700-fvp";
13
14 /*
15 * Intel StrataFlash J3 NOR flash: 2 x 16-bit interleaved components
16 * Flash total size: 32 MB
17 * Allocated flash space: 8 MB
18 */
19
20 flash@8500000 {
21 compatible = "cfi-flash";
22 reg = <0x8500000 0x800000>;
23 bank-width = <4>;
24 device-width= <2>;
25 };
26
27 ethernet: eth@4010000 {
28 compatible = "smsc,lan91c111";
29 reg = <0x40100000 0x10000>;
30 phy-mode = "mii";
31 interrupt-parent = <&gic>;
32 interrupts = <GIC_SPI 116 0xf04>;
33 reg-io-width = <2>;
34 smsc,irq-push-pull;
35 };
36};
37
38&refclk {
39 clock-frequency = <50000000>;
40};