xref: /openbmc/u-boot/arch/arm/dts/k3-am65-mcu.dtsi (revision b3820ba9)
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