Angelo Dureghello | aa54e45 | 2019-03-13 21:46:43 +0100 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | /* | ||||
3 | * Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it> | ||||
4 | */ | ||||
5 | |||||
6 | /dts-v1/; | ||||
7 | /include/ "mcf54xx.dtsi" | ||||
8 | |||||
9 | / { | ||||
10 | model = "Freescale M5475BFE"; | ||||
11 | compatible = "fsl,M5475BFE"; | ||||
12 | }; | ||||
13 | |||||
Angelo Durgehello | 0dac801 | 2019-11-15 23:54:13 +0100 | [diff] [blame] | 14 | &fec0 { |
15 | status = "okay"; | ||||
16 | }; | ||||
17 | |||||
18 | &fec1 { | ||||
19 | status = "okay"; | ||||
20 | mii-base = <0>; | ||||
21 | }; |