1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree Source for J721E SoC Family MCU/WAKEUP Domain peripherals
5 * Copyright (C) 2016-2019 Texas Instruments Incorporated - http://www.ti.com/
10 compatible = "ti,k2g-sci";
13 mbox-names = "rx", "tx";
15 mboxes= <&secure_proxy_main 11>,
16 <&secure_proxy_main 13>;
18 reg-names = "debug_messages";
19 reg = <0x00 0x44083000 0x0 0x1000>;
21 k3_pds: power-controller {
22 compatible = "ti,sci-pm-domain";
23 #power-domain-cells = <2>;
27 compatible = "ti,k2g-sci-clk";
29 ti,scan-clocks-from-dt;
32 k3_reset: reset-controller {
33 compatible = "ti,sci-reset";
38 wkup_pmx0: pinmux@4301c000 {
39 compatible = "pinctrl-single";
40 /* Proxy 0 addressing */
41 reg = <0x00 0x4301c000 0x00 0x178>;
43 pinctrl-single,register-width = <32>;
44 pinctrl-single,function-mask = <0xffffffff>;
47 wkup_uart0: serial@42300000 {
48 compatible = "ti,j721e-uart", "ti,am654-uart";
49 reg = <0x00 0x42300000 0x00 0x100>;
52 interrupts = <GIC_SPI 897 IRQ_TYPE_LEVEL_HIGH>;
53 clock-frequency = <48000000>;
54 current-speed = <115200>;
55 power-domains = <&k3_pds 287 TI_SCI_PD_EXCLUSIVE>;
56 clocks = <&k3_clks 287 0>;
60 wkup_i2c0: i2c@42120000 {
61 compatible = "ti,j721e-i2c", "ti,omap4-i2c";
62 reg = <0x0 0x42120000 0x0 0x100>;
63 interrupts = <GIC_SPI 896 IRQ_TYPE_LEVEL_HIGH>;
67 clocks = <&k3_clks 197 0>;
68 power-domains = <&k3_pds 197 TI_SCI_PD_EXCLUSIVE>;
71 mcu_uart0: serial@40a00000 {
72 compatible = "ti,j721e-uart", "ti,am654-uart";
73 reg = <0x00 0x40a00000 0x00 0x100>;
76 interrupts = <GIC_SPI 846 IRQ_TYPE_LEVEL_HIGH>;
77 clock-frequency = <96000000>;
78 current-speed = <115200>;
79 power-domains = <&k3_pds 149 TI_SCI_PD_EXCLUSIVE>;
80 clocks = <&k3_clks 149 0>;
84 mcu_r5fss0: r5fss@41000000 {
85 compatible = "ti,j721e-r5fss";
89 ranges = <0x41000000 0x00 0x41000000 0x20000>,
90 <0x41400000 0x00 0x41400000 0x20000>;
91 power-domains = <&k3_pds 249 TI_SCI_PD_EXCLUSIVE>;
93 mcu_r5fss0_core0: r5f@41000000 {
94 compatible = "ti,j721e-r5f";
95 reg = <0x41000000 0x00008000>,
96 <0x41010000 0x00008000>;
97 reg-names = "atcm", "btcm";
99 ti,sci-dev-id = <250>;
100 ti,sci-proc-ids = <0x01 0xFF>;
101 resets = <&k3_reset 250 1>;
107 mcu_r5fss0_core1: r5f@41400000 {
108 compatible = "ti,j721e-r5f";
109 reg = <0x41400000 0x00008000>,
110 <0x41410000 0x00008000>;
111 reg-names = "atcm", "btcm";
113 ti,sci-dev-id = <251>;
114 ti,sci-proc-ids = <0x02 0xFF>;
115 resets = <&k3_reset 251 1>;
123 compatible = "syscon", "simple-mfd";
124 reg = <0x0 0x47000000 0x0 0x100>;
125 #address-cells = <2>;
130 compatible = "mmio-mux";
131 #mux-control-cells = <1>;
132 mux-reg-masks = <0x4 0x2>; /* HBMC select */
135 hbmc: hyperbus@47034000 {
136 compatible = "ti,j721e-hbmc", "ti,am654-hbmc";
137 reg = <0x0 0x47034000 0x0 0x100>,
138 <0x5 0x00000000 0x1 0x0000000>;
139 power-domains = <&k3_pds 102 TI_SCI_PD_EXCLUSIVE>;
140 #address-cells = <2>;
142 mux-controls = <&hbmc_mux 0>;
143 assigned-clocks = <&k3_clks 102 0>;
144 assigned-clock-rates = <250000000>;
148 mcu_i2c0: i2c@40b00000 {
149 compatible = "ti,j721e-i2c", "ti,omap4-i2c";
150 reg = <0x0 0x40b00000 0x0 0x100>;
151 interrupts = <GIC_SPI 852 IRQ_TYPE_LEVEL_HIGH>;
152 #address-cells = <1>;
155 clocks = <&k3_clks 194 0>;
156 power-domains = <&k3_pds 194 TI_SCI_PD_EXCLUSIVE>;
159 mcu_i2c1: i2c@40b10000 {
160 compatible = "ti,j721e-i2c", "ti,omap4-i2c";
161 reg = <0x0 0x40b10000 0x0 0x100>;
162 interrupts = <GIC_SPI 853 IRQ_TYPE_LEVEL_HIGH>;
163 #address-cells = <1>;
166 clocks = <&k3_clks 195 0>;
167 power-domains = <&k3_pds 195 TI_SCI_PD_EXCLUSIVE>;