2018-05-30 17:52:32 +08:00
|
|
|
/*
|
2019-01-18 23:06:48 +08:00
|
|
|
* Copyright (c) 2018-2019 Linaro Limited
|
2018-05-30 17:52:32 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
timer0: timer@0 {
|
|
|
|
compatible = "arm,cmsdk-timer";
|
|
|
|
reg = <0x0 0x1000>;
|
|
|
|
interrupts = <3 3>;
|
2019-02-01 02:28:17 +08:00
|
|
|
label = "TIMER_0";
|
2018-05-30 17:52:32 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
timer1: timer@1000 {
|
|
|
|
compatible = "arm,cmsdk-timer";
|
|
|
|
reg = <0x1000 0x1000>;
|
|
|
|
interrupts = <4 3>;
|
2019-02-01 02:28:17 +08:00
|
|
|
label = "TIMER_1";
|
2018-05-30 17:52:32 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
dtimer0: dtimer@2000 {
|
|
|
|
compatible = "arm,cmsdk-dtimer";
|
|
|
|
reg = <0x2000 0x1000>;
|
|
|
|
interrupts = <5 3>;
|
2019-02-01 02:28:17 +08:00
|
|
|
label = "DTIMER_0";
|
2018-05-30 17:52:32 +08:00
|
|
|
};
|
|
|
|
|
2019-01-18 23:06:48 +08:00
|
|
|
mhu0: mhu@3000 {
|
|
|
|
compatible = "arm,mhu";
|
|
|
|
reg = <0x3000 0x1000>;
|
|
|
|
interrupts = <6 3>;
|
|
|
|
label = "MHU_0";
|
|
|
|
};
|
|
|
|
|
|
|
|
mhu1: mhu@4000 {
|
|
|
|
compatible = "arm,mhu";
|
|
|
|
reg = <0x4000 0x1000>;
|
|
|
|
interrupts = <7 3>;
|
|
|
|
label = "MHU_1";
|
|
|
|
};
|
|
|
|
|
2018-05-30 17:52:32 +08:00
|
|
|
wdog0: wdog@81000 {
|
|
|
|
compatible = "arm,cmsdk-watchdog";
|
|
|
|
reg = <0x81000 0x1000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
uart0: uart@101000 {
|
|
|
|
compatible = "arm,pl011";
|
|
|
|
reg = <0x101000 0x1000>;
|
|
|
|
interrupts = <39 3 40 3 41 3 43 3>;
|
|
|
|
interrupt-names = "rx", "tx", "rxtim", "err";
|
|
|
|
current-speed = <115200>;
|
|
|
|
label = "UART_0";
|
|
|
|
};
|
|
|
|
|
|
|
|
uart1: uart@102000 {
|
|
|
|
compatible = "arm,pl011";
|
|
|
|
reg = <0x102000 0x1000>;
|
|
|
|
interrupts = <45 3 46 3 47 3 49 3>;
|
|
|
|
interrupt-names = "rx", "tx", "rxtim", "err";
|
|
|
|
current-speed = <115200>;
|
|
|
|
label = "UART_1";
|
|
|
|
};
|
|
|
|
|
|
|
|
scc@10c000 {
|
|
|
|
compatible = "arm,scc";
|
|
|
|
reg = <0x10c000 0x1000>;
|
|
|
|
};
|