bmips: bcm63268: add bcm6348-iudma support
[oweals/u-boot.git] / arch / mips / dts / comtrend,ct-5361.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
4  */
5
6 /dts-v1/;
7
8 #include "brcm,bcm6348.dtsi"
9
10 / {
11         model = "Comtrend CT-5361";
12         compatible = "comtrend,ct-5361", "brcm,bcm6348";
13
14         aliases {
15                 serial0 = &uart0;
16         };
17
18         chosen {
19                 stdout-path = "serial0:115200n8";
20         };
21
22         gpio-leds {
23                 compatible = "gpio-leds";
24
25                 power_green {
26                         label = "CT-5361:green:power";
27                         gpios = <&gpio0 0 1>;
28                 };
29
30                 alarm_red {
31                         label = "CT-5361:red:alarm";
32                         gpios = <&gpio0 2 1>;
33                 };
34         };
35 };
36
37 &gpio0 {
38         status = "okay";
39 };
40
41 &ohci {
42         status = "okay";
43 };
44
45 &pflash {
46         status = "okay";
47 };
48
49 &uart0 {
50         u-boot,dm-pre-reloc;
51         status = "okay";
52 };
53
54 &usbh {
55         status = "okay";
56 };