ARM: rockchip: fix broken build
[linux/fpc-iii.git] / arch / arm / boot / dts / lpc4350-hitex-eval.dts
blobd04072f40817e616fa7c142632bcd43e695a2b6a
1 /*
2  * Hitex LPC4350 Evaluation Board
3  *
4  * Copyright 2015 Ariel D'Alessandro <ariel.dalessandro@gmail.com>
5  *
6  * This code is released using a dual license strategy: BSD/GPL
7  * You can choose the licence that better fits your requirements.
8  *
9  * Released under the terms of 3-clause BSD License
10  * Released under the terms of GNU General Public License Version 2.0
11  *
12  */
13 /dts-v1/;
15 #include "lpc18xx.dtsi"
16 #include "lpc4350.dtsi"
18 / {
19         model = "Hitex LPC4350 Evaluation Board";
20         compatible = "hitex,lpc4350-eval-board", "nxp,lpc4350";
22         aliases {
23                 serial0 = &uart0;
24                 serial1 = &uart1;
25                 serial2 = &uart2;
26                 serial3 = &uart3;
27         };
29         chosen {
30                 stdout-path = &uart0;
31         };
33         memory {
34                 device_type = "memory";
35                 reg = <0x28000000 0x800000>; /* 8 MB */
36         };
39 &pll1 {
40         clock-mult = <15>;
43 &uart0 {
44         status = "okay";