aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/dts/luton_pcb090.dts
blob: 951d8da1be7943e35a8202abf52593319f0141c1 (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+ OR MIT)
/*
 * Copyright (c) 2018 Microsemi Corporation
 */

/dts-v1/;
#include "mscc,luton.dtsi"

/ {
	model = "Luton26 PCB090 Reference Board";
	compatible = "mscc,luton-pcb090", "mscc,luton";

	aliases {
		serial0 = &uart0;
		spi0 = &spi0;
	};

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

	gpio-leds {
		compatible = "gpio-leds";

		status_green {
			label = "pcb090:green:status";
			gpios = <&sgpio 64 GPIO_ACTIVE_HIGH>; /* p0.2 */
			default-state = "on";
		};

		status_red {
			label = "pcb090:red:status";
			gpios = <&sgpio 65 GPIO_ACTIVE_HIGH>; /* p1.2 */
			default-state = "off";
		};
	};
};

&sgpio {
	status = "okay";
	gpio-ranges = <&sgpio 0 0 96>;
};

&uart0 {
	status = "okay";
};

&spi0 {
	status = "okay";
	spi-flash@0 {
		compatible = "spi-flash";
		spi-max-frequency = <18000000>; /* input clock */
		reg = <0>; /* CS0 */
		spi-cs-high;
	};
};