2 * Common base for NXP LPC18xx and LPC43xx devices.
4 * Copyright 2015 Joachim Eastwood <manabian@gmail.com>
6 * This code is released using a dual license strategy: BSD/GPL
7 * You can choose the licence that better fits your requirements.
9 * Released under the terms of 3-clause BSD License
10 * Released under the terms of GNU General Public License Version 2.0
14 #include "armv7-m.dtsi"
22 compatible = "arm,cortex-m3";
30 compatible = "fixed-clock";
32 clock-frequency = <12000000>;
35 /* Temporary hardcode PLL1 until clk drivers are merged */
37 compatible = "fixed-factor-clock";
46 uart0: serial@40081000 {
47 compatible = "ns16550a";
48 reg = <0x40081000 0x1000>;
55 uart1: serial@40082000 {
56 compatible = "ns16550a";
57 reg = <0x40082000 0x1000>;
64 timer0: timer@40084000 {
65 compatible = "nxp,lpc3220-timer";
66 reg = <0x40084000 0x1000>;
69 clock-names = "timerclk";
72 timer1: timer@40085000 {
73 compatible = "nxp,lpc3220-timer";
74 reg = <0x40085000 0x1000>;
77 clock-names = "timerclk";
80 uart2: serial@400c1000 {
81 compatible = "ns16550a";
82 reg = <0x400c1000 0x1000>;
89 uart3: serial@400c2000 {
90 compatible = "ns16550a";
91 reg = <0x400c2000 0x1000>;
98 timer2: timer@400c3000 {
99 compatible = "nxp,lpc3220-timer";
100 reg = <0x400c3000 0x1000>;
103 clock-names = "timerclk";
106 timer3: timer@400c4000 {
107 compatible = "nxp,lpc3220-timer";
108 reg = <0x400c4000 0x1000>;
111 clock-names = "timerclk";