Merge branch '2019-07-17-ti-imports'
[oweals/u-boot.git] / arch / arm / dts / k3-am65-mcu.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for AM6 SoC Family MCU Domain peripherals
4  *
5  * Copyright (C) 2016-2018 Texas Instruments Incorporated - http://www.ti.com/
6  */
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         };
18
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>;
27                 power-domains = <&k3_pds 114>;
28         };
29 };