aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dts/inteno,xg6846.dts
blob: 180cfdcac9d4b906dba3bf4263d68878509e95f2 (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
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (C) 2023 Linus Walleij <linusw@kernel.org>
 *
 * This is a diet version of the device tree from Linux,
 * suitable for U-Boot.
 */

/dts-v1/;

#include "brcm,bcm6328.dtsi"

/ {
	model = "Inteno XG6846";
	compatible = "inteno,xg6846", "brcm,bcm6328";

	aliases {
		serial0 = &uart0;
	};

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

&leds {
	status = "okay";

	led@18 {
		reg = <18>;
		active-low;
		label = "red:pwr";
	};

	led@20 {
		reg = <20>;
		active-low;
		label = "green:pwr";
	};
};

&spi {
	status = "okay";

	spi-flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		#address-cells = <1>;
		#size-cells = <1>;
		spi-max-frequency = <33333334>;
	};
};

&uart0 {
	bootph-all;
	status = "okay";
};