summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/RAX220.dts
blob: 78b779a38d2cb48dc57f230cbe7841a4869399d0 (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
// SPDX-License-Identifier: GPL-2.0+

/dts-v1/;

#include "bcm4908.dtsi"

/ {
	model = "RAX220";
	compatible = "brcm,brcm-v8A";

	aliases {
		serial0 = &uart0;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};

	memory {
		device_type = "memory";
		reg = <0x0 0x0 0x0 0x8000000>;
	};
};

&switchsf2 {
	status = "okay";

	ports {
		port0@0 {
			phy-handle = <&gphy8>;
		};

		port1@1 {
			phy-handle = <&gphy9>;
		};

		port2@2 {
			phy-handle = <&gphya>;
		};

		port3@3 {
			phy-handle = <&gphyb>;
		};
	};
};

&nand {
	write-protect = <0>;
	status = "okay";
};