Bryan Brattlof | 0c64cee | 2022-11-03 19:13:51 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | /* |
| 3 | * Device Tree Source for AM625 SoC Family MCU Domain peripherals |
| 4 | * |
| 5 | * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/ |
| 6 | */ |
| 7 | |
| 8 | &cbass_mcu { |
| 9 | mcu_pmx0: pinctrl@4084000 { |
| 10 | compatible = "pinctrl-single"; |
| 11 | reg = <0x00 0x04084000 0x00 0x88>; |
| 12 | #pinctrl-cells = <1>; |
| 13 | pinctrl-single,register-width = <32>; |
| 14 | pinctrl-single,function-mask = <0xffffffff>; |
| 15 | status = "disabled"; |
| 16 | }; |
| 17 | |
| 18 | mcu_uart0: serial@4a00000 { |
| 19 | compatible = "ti,am64-uart", "ti,am654-uart"; |
| 20 | reg = <0x00 0x04a00000 0x00 0x100>; |
| 21 | interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>; |
| 22 | power-domains = <&k3_pds 149 TI_SCI_PD_EXCLUSIVE>; |
| 23 | clocks = <&k3_clks 149 0>; |
| 24 | clock-names = "fclk"; |
| 25 | status = "disabled"; |
| 26 | }; |
| 27 | |
| 28 | mcu_i2c0: i2c@4900000 { |
| 29 | compatible = "ti,am64-i2c", "ti,omap4-i2c"; |
| 30 | reg = <0x00 0x04900000 0x00 0x100>; |
| 31 | interrupts = <GIC_SPI 107 IRQ_TYPE_LEVEL_HIGH>; |
| 32 | #address-cells = <1>; |
| 33 | #size-cells = <0>; |
| 34 | power-domains = <&k3_pds 106 TI_SCI_PD_EXCLUSIVE>; |
| 35 | clocks = <&k3_clks 106 2>; |
| 36 | clock-names = "fck"; |
| 37 | status = "disabled"; |
| 38 | }; |
| 39 | }; |