aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/axm5507-emu.dts
blob: f1cc2c1c9bacd6e583f3a39327b343352b7679fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2018 INTEL
/*
 * arch/arm/boot/dts/axm5507-emu.dts
 *
 * Copyright (C) 2018 INTEL
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 */

/dts-v1/;

/memreserve/ 0x00000000 0x00400000;

/include/ "axm55xx.dtsi"
/include/ "axm5507-cpus.dtsi"

/ {
	model = "Emulation Platform AXM5500";
	compatible = "axxia,axm5500-emu", "axxia,axm5500";

	memory {
		device_type = "memory";
		reg = <0 0x00000000 0 0x10000000>;
	};
};

&femac {
	status = "okay";
	phy-address = <0x03>;
	mdio-clock-offset = <0x10>;
	mdio-clock-period = <0x2c>;
};

&serial0 {
	status = "okay";
};

&gpio0 {
	status = "okay";
};

&gpio1 {
	status = "okay";
};