Lokesh Vutla | 3d09ed3 | 2018-11-02 19:51:08 +0530 | [diff] [blame] | 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 | }; |
Andreas Dannenberg | e3179be | 2019-06-04 18:08:14 -0500 | [diff] [blame] | 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>; |
Lokesh Vutla | 61ff6a3 | 2019-06-07 19:24:47 +0530 | [diff] [blame] | 27 | power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>; |
Andreas Dannenberg | e3179be | 2019-06-04 18:08:14 -0500 | [diff] [blame] | 28 | }; |
Lokesh Vutla | 3d09ed3 | 2018-11-02 19:51:08 +0530 | [diff] [blame] | 29 | }; |