aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/axm5516-sim-common.dts
blob: 1e7f4e3fa936d424012f4e745bafc6f85a37f7bf (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
// SPDX-License-Identifier: GPL-2.0
// Copyright (C) 2018 INTEL
/*
 * arch/arm/boot/dts/axm5516-sim.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/ "axm5516-cpus.dtsi"

/ {
	model = "Simulation Platform AXM5500";
	compatible = "axxia,axm5500-sim", "axxia,axm5500";

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

	clocks {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu {
			frequency = <1400000000>;
		};

		peripheral {
			frequency = <400000000>;
		};

		emmc {
			frequency = <25000000>;
		};
	};

	sim {
		compatible = "arm,amba-bus", "simple-bus";
		device_type = "soc";
		#address-cells = <2>;
		#size-cells = <2>;
		interrupt-parent = <&gic>;
		ranges;

		mmci@020101E0000 {
			compatible = "arm,pl180", "arm,primecell";
			reg = <0x20 0x101E0000 0x00 0x1000>;
			interrupts = <0 222 4>,
				     <0 223 4>;
		};
		virtio_block@0130000 {
			compatible = "virtio,mmio";
			reg = <0x20 0x101f0000 0 0x10000>;
			interrupts = <0 223 4>;
		};
		ethernet@201100000000 {
			compatible = "smsc,lan91c111";
			device_type = "network";
			reg = <0x20 0x11000000 0 0x10000>;
			interrupts = <0 1 4>;
			phy-mode = "mii";
			reg-io-width = <4>;
			smsc,irq-active-high;
			smsc,irq-push-pull;
		};
	};
};

&mtc {
	status = "okay";
};

&pcie0 {
	status = "okay";
};

&pcie1 {
	status = "okay";
};

&serial0 {
	status = "okay";
};

&serial1 {
	status = "okay";
};

&serial2 {
	status = "okay";
};

&serial3 {
	status = "okay";
};

&gpio0 {
	status = "okay";
};

&gpio1 {
	status = "okay";
};

&spics {
	status = "okay";
};

&spi0 {
	status = "okay";
};

&i2c1 {
	status = "okay";
};

&i2c2 {
	status = "okay";
};

&i2c3 {
	status = "okay";
};