These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / mips / boot / dts / ingenic / ci20.dts
1 /dts-v1/;
2
3 #include "jz4780.dtsi"
4
5 / {
6         compatible = "img,ci20", "ingenic,jz4780";
7
8         aliases {
9                 serial0 = &uart0;
10                 serial1 = &uart1;
11                 serial3 = &uart3;
12                 serial4 = &uart4;
13         };
14
15         chosen {
16                 stdout-path = &uart4;
17         };
18
19         memory {
20                 device_type = "memory";
21                 reg = <0x0 0x10000000
22                        0x30000000 0x30000000>;
23         };
24 };
25
26 &ext {
27         clock-frequency = <48000000>;
28 };
29
30 &uart0 {
31         status = "okay";
32 };
33
34 &uart1 {
35         status = "okay";
36 };
37
38 &uart3 {
39         status = "okay";
40 };
41
42 &uart4 {
43         status = "okay";
44 };