blob: c42e7553c78f8a104f0c150832993ee08c5e926f [file] [log] [blame]
Lokesh Vutla2d0eba32018-11-02 19:51:08 +05301// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree Source for AM6 SoC Family MCU Domain peripherals
4 *
Suman Anna35f21c32019-09-04 16:01:41 +05305 * Copyright (C) 2016-2019 Texas Instruments Incorporated - http://www.ti.com/
Lokesh Vutla2d0eba32018-11-02 19:51:08 +05306 */
7
8&cbass_mcu {
9 mcu_uart0: serial@40a00000 {
10 compatible = "ti,am654-uart";
11 reg = <0x00 0x40a00000 0x00 0x100>;
12 reg-shift = <2>;
13 reg-io-width = <4>;
14 interrupts = <GIC_SPI 565 IRQ_TYPE_LEVEL_HIGH>;
15 clock-frequency = <96000000>;
16 current-speed = <115200>;
17 };
Andreas Dannenbergbbe59162019-06-04 18:08:14 -050018
19 mcu_i2c0: i2c@40b00000 {
20 compatible = "ti,am654-i2c", "ti,omap4-i2c";
21 reg = <0x0 0x40b00000 0x0 0x100>;
22 interrupts = <GIC_SPI 564 IRQ_TYPE_LEVEL_HIGH>;
23 #address-cells = <1>;
24 #size-cells = <0>;
25 clock-names = "fck";
26 clocks = <&k3_clks 114 1>;
Lokesh Vutla355be912019-06-07 19:24:47 +053027 power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>;
Andreas Dannenbergbbe59162019-06-04 18:08:14 -050028 };
Suman Anna35f21c32019-09-04 16:01:41 +053029
30 mcu_r5fss0: r5fss@41000000 {
31 compatible = "ti,am654-r5fss";
32 lockstep-mode = <0>;
33 #address-cells = <1>;
34 #size-cells = <1>;
35 ranges = <0x41000000 0x00 0x41000000 0x20000>,
36 <0x41400000 0x00 0x41400000 0x20000>;
37 power-domains = <&k3_pds 129 TI_SCI_PD_EXCLUSIVE>;
38
39 mcu_r5fss0_core0: r5f@41000000 {
40 compatible = "ti,am654-r5f";
41 reg = <0x41000000 0x00008000>,
42 <0x41010000 0x00008000>;
43 reg-names = "atcm", "btcm";
44 ti,sci = <&dmsc>;
45 ti,sci-dev-id = <159>;
46 ti,sci-proc-ids = <0x01 0xFF>;
47 resets = <&k3_reset 159 1>;
48 atcm-enable = <1>;
49 btcm-enable = <1>;
50 loczrama = <1>;
51 };
52
53 mcu_r5fss0_core1: r5f@41400000 {
54 compatible = "ti,am654-r5f";
55 reg = <0x41400000 0x00008000>,
56 <0x41410000 0x00008000>;
57 reg-names = "atcm", "btcm";
58 ti,sci = <&dmsc>;
59 ti,sci-dev-id = <245>;
60 ti,sci-proc-ids = <0x02 0xFF>;
61 resets = <&k3_reset 245 1>;
62 atcm-enable = <1>;
63 btcm-enable = <1>;
64 loczrama = <1>;
65 };
66 };
Lokesh Vutla2d0eba32018-11-02 19:51:08 +053067};