arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi
[oweals/u-boot.git] / arch / arm / dts / k3-am65-main.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for AM6 SoC Family Main Domain peripherals
4  *
5  * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
6  */
7
8 &cbass_main {
9         gic500: interrupt-controller@1800000 {
10                 compatible = "arm,gic-v3";
11                 #address-cells = <2>;
12                 #size-cells = <2>;
13                 ranges;
14                 #interrupt-cells = <3>;
15                 interrupt-controller;
16                 reg = <0x00 0x01800000 0x00 0x10000>,   /* GICD */
17                       <0x00 0x01880000 0x00 0x90000>;   /* GICR */
18                 /*
19                  * vcpumntirq:
20                  * virtual CPU interface maintenance interrupt
21                  */
22                 interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
23
24                 gic_its: gic-its@18200000 {
25                         compatible = "arm,gic-v3-its";
26                         reg = <0x00 0x01820000 0x00 0x10000>;
27                         msi-controller;
28                         #msi-cells = <1>;
29                 };
30         };
31
32         secure_proxy_main: mailbox@32c00000 {
33                 compatible = "ti,am654-secure-proxy";
34                 #mbox-cells = <1>;
35                 reg-names = "target_data", "rt", "scfg";
36                 reg = <0x00 0x32c00000 0x00 0x100000>,
37                       <0x00 0x32400000 0x00 0x100000>,
38                       <0x00 0x32800000 0x00 0x100000>;
39                 interrupt-names = "rx_011";
40                 interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
41         };
42
43         main_uart0: serial@2800000 {
44                 compatible = "ti,am654-uart";
45                 reg = <0x00 0x02800000 0x00 0x100>;
46                 reg-shift = <2>;
47                 reg-io-width = <4>;
48                 interrupts = <GIC_SPI 192 IRQ_TYPE_LEVEL_HIGH>;
49                 clock-frequency = <48000000>;
50                 current-speed = <115200>;
51         };
52
53         main_uart1: serial@2810000 {
54                 compatible = "ti,am654-uart";
55                 reg = <0x00 0x02810000 0x00 0x100>;
56                 reg-shift = <2>;
57                 reg-io-width = <4>;
58                 interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>;
59                 clock-frequency = <48000000>;
60                 current-speed = <115200>;
61         };
62
63         main_uart2: serial@2820000 {
64                 compatible = "ti,am654-uart";
65                 reg = <0x00 0x02820000 0x00 0x100>;
66                 reg-shift = <2>;
67                 reg-io-width = <4>;
68                 interrupts = <GIC_SPI 194 IRQ_TYPE_LEVEL_HIGH>;
69                 clock-frequency = <48000000>;
70                 current-speed = <115200>;
71         };
72
73         main_pmx0: pinmux@11c000 {
74                 compatible = "pinctrl-single";
75                 reg = <0x0 0x11c000 0x0 0x2e4>;
76                 #pinctrl-cells = <1>;
77                 pinctrl-single,register-width = <32>;
78                 pinctrl-single,function-mask = <0xffffffff>;
79         };
80
81         main_pmx1: pinmux@11c2e8 {
82                 compatible = "pinctrl-single";
83                 reg = <0x0 0x11c2e8 0x0 0x24>;
84                 #pinctrl-cells = <1>;
85                 pinctrl-single,register-width = <32>;
86                 pinctrl-single,function-mask = <0xffffffff>;
87         };
88
89         sdhci0: sdhci@4f80000 {
90                 compatible = "ti,am654-sdhci-5.1";
91                 reg = <0x0 0x4f80000 0x0 0x260>, <0x0 0x4f90000 0x0 0x134>;
92                 power-domains = <&k3_pds 47>;
93                 clocks = <&k3_clks 47 0>, <&k3_clks 47 1>;
94                 clock-names = "clk_ahb", "clk_xin";
95                 interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
96                 mmc-ddr-1_8v;
97                 mmc-hs200-1_8v;
98                 ti,otap-del-sel = <0x2>;
99                 ti,trm-icp = <0x8>;
100                 dma-coherent;
101         };
102 };