blob: da3c1c4239ea4a7d601ab1f7f985620259a88bde [file] [log] [blame]
Lee Jones7c0e06b2014-05-21 10:45:00 +02001/*
2 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
3 * Author: Lee Jones <lee.jones@linaro.org>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * publishhed by the Free Software Foundation.
8 */
9/dts-v1/;
10#include "stih416.dtsi"
11#include "stih41x-b2020.dtsi"
12/ {
13 model = "STiH416 B2020 REV-E";
14 compatible = "st,stih416-b2020", "st,stih416";
15
16 soc {
17 ethernet1: dwmac@fef08000 {
18 snps,reset-gpio = <&PIO0 7>;
19 };
20 };
21};