Skip to content

Commit 72bc5e8

Browse files
gclementtsbogend
authored andcommitted
MIPS: mscc: Add luton PC0B91 device tree
Add a device tree for the Microsemi Luton PCB091 evaluation board. It is based on the work of Lars Povlsen <lars.povlsen@microchip.com>. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 93b834e commit 72bc5e8

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

arch/mips/boot/dts/mscc/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
dtb-$(CONFIG_SOC_VCOREIII) += ocelot_pcb123.dtb ocelot_pcb120.dtb
2+
dtb-$(CONFIG_SOC_VCOREIII) += \
3+
luton_pcb091.dtb \
4+
ocelot_pcb120.dtb \
5+
ocelot_pcb123.dtb
36

47
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Copyright (c) 2020 Microsemi Corporation
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "luton.dtsi"
9+
10+
/ {
11+
model = "Luton10 PCB091 Reference Board";
12+
compatible = "mscc,luton-pcb091", "mscc,luton";
13+
14+
aliases {
15+
serial0 = &uart0;
16+
};
17+
18+
chosen {
19+
stdout-path = "serial0:115200n8";
20+
};
21+
};
22+
23+
&uart0 {
24+
status = "okay";
25+
};
26+
27+
&i2c0 {
28+
status = "okay";
29+
i2c-sda-hold-time-ns = <300>;
30+
};

0 commit comments

Comments
 (0)