]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/boot/dts/brcm/bcm97420c.dts
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / mips / boot / dts / brcm / bcm97420c.dts
CommitLineData
b2441318 1// SPDX-License-Identifier: GPL-2.0
8945e37e
KC
2/dts-v1/;
3
4/include/ "bcm7420.dtsi"
5
6/ {
7 compatible = "brcm,bcm97420c", "brcm,bcm7420";
8 model = "Broadcom BCM97420C";
9
10 memory@0 {
11 device_type = "memory";
12 reg = <0x00000000 0x10000000>,
13 <0x20000000 0x30000000>,
14 <0x60000000 0x10000000>;
15 };
16
17 chosen {
18 bootargs = "console=ttyS0,115200";
19 stdout-path = &uart0;
20 };
21};
22
23&uart0 {
24 status = "okay";
25};
26
5c40d493
JS
27&uart1 {
28 status = "okay";
29};
30
31&uart2 {
32 status = "okay";
33};
34
35&bsca {
36 status = "okay";
37};
38
39&bscb {
40 status = "okay";
41};
42
43&bscc {
44 status = "okay";
45};
46
47&bscd {
48 status = "okay";
49};
50
51&bsce {
52 status = "okay";
53};
54
7bbe59dd
JS
55&pwma {
56 status = "okay";
57};
58
59&pwmb {
60 status = "okay";
61};
62
8945e37e
KC
63/* FIXME: MAC driver comes up but cannot attach to PHY */
64&enet0 {
65 status = "disabled";
66};
67
68&ehci0 {
69 status = "okay";
70};
71
72&ohci0 {
73 status = "okay";
74};
75
76&ehci1 {
77 status = "okay";
78};
79
80&ohci1 {
81 status = "okay";
82};
d783738c
JS
83
84&mspi {
85 status = "okay";
86};