blob: 74f9274c2189274d2235324624c7e1bfaa8fcd22 [file] [log] [blame]
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +01001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2018 Microsemi Corporation
4 */
5
6/dts-v1/;
7#include "mscc,luton.dtsi"
8
9/ {
10 model = "Luton10 PCB091 Reference Board";
11 compatible = "mscc,luton-pcb091", "mscc,luton";
12
13 aliases {
14 serial0 = &uart0;
15 spi0 = &spi0;
16 };
17
18 chosen {
19 stdout-path = "serial0:115200n8";
20 };
21};
22
23&uart0 {
24 status = "okay";
25};
26
27&spi0 {
28 status = "okay";
29 spi-flash@0 {
30 compatible = "spi-flash";
31 spi-max-frequency = <18000000>; /* input clock */
32 reg = <0>; /* CS0 */
33 spi-cs-high;
34 };
35};
36