1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Device Tree file for the AM62P wakeup domain peripherals
4 * Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
5 */
6
7&cbass_wakeup {
8	wkup_conf: bus@43000000 {
9		bootph-all;
10		compatible = "simple-bus";
11		reg = <0x00 0x43000000 0x00 0x20000>;
12		#address-cells = <1>;
13		#size-cells = <1>;
14		ranges = <0x00 0x00 0x43000000 0x20000>;
15
16		chipid: chipid@14 {
17			bootph-all;
18			compatible = "ti,am654-chipid";
19			reg = <0x14 0x4>;
20		};
21	};
22
23	wkup_uart0: serial@2b300000 {
24		compatible = "ti,am64-uart", "ti,am654-uart";
25		reg = <0x00 0x2b300000 0x00 0x100>;
26		interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>;
27		power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>;
28		clocks = <&k3_clks 114 0>;
29		clock-names = "fclk";
30		status = "disabled";
31	};
32};
33