|
2 | 2 | /*
|
3 | 3 | * Device Tree Source for AM62A SoC Family Wakeup Domain peripherals
|
4 | 4 | *
|
5 |
| - * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/ |
| 5 | + * Copyright (C) 2022-2025 Texas Instruments Incorporated - https://www.ti.com/ |
6 | 6 | */
|
7 | 7 |
|
| 8 | +#include <dt-bindings/bus/ti-sysc.h> |
| 9 | + |
8 | 10 | &cbass_wakeup {
|
9 | 11 | wkup_conf: bus@43000000 {
|
10 | 12 | compatible = "simple-bus";
|
|
38 | 40 | };
|
39 | 41 | };
|
40 | 42 |
|
41 |
| - wkup_uart0: serial@2b300000 { |
42 |
| - compatible = "ti,am64-uart", "ti,am654-uart"; |
43 |
| - reg = <0x00 0x2b300000 0x00 0x100>; |
44 |
| - interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>; |
| 43 | + target-module@2b300050 { |
| 44 | + compatible = "ti,sysc-omap2", "ti,sysc"; |
| 45 | + reg = <0 0x2b300050 0 0x4>, |
| 46 | + <0 0x2b300054 0 0x4>, |
| 47 | + <0 0x2b300058 0 0x4>; |
| 48 | + reg-names = "rev", "sysc", "syss"; |
| 49 | + ti,sysc-mask = <(SYSC_OMAP2_ENAWAKEUP | |
| 50 | + SYSC_OMAP2_SOFTRESET | |
| 51 | + SYSC_OMAP2_AUTOIDLE)>; |
| 52 | + ti,sysc-sidle = <SYSC_IDLE_FORCE>, |
| 53 | + <SYSC_IDLE_NO>, |
| 54 | + <SYSC_IDLE_SMART>, |
| 55 | + <SYSC_IDLE_SMART_WKUP>; |
| 56 | + ti,syss-mask = <1>; |
| 57 | + ti,no-reset-on-init; |
45 | 58 | power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>;
|
46 | 59 | clocks = <&k3_clks 114 0>;
|
47 |
| - clock-names = "fclk"; |
48 |
| - status = "disabled"; |
| 60 | + clock-names = "fck"; |
| 61 | + #address-cells = <1>; |
| 62 | + #size-cells = <1>; |
| 63 | + ranges = <0 0 0x2b300000 0x100000>; |
| 64 | + |
| 65 | + wkup_uart0: serial@0 { |
| 66 | + compatible = "ti,am64-uart", "ti,am654-uart"; |
| 67 | + reg = <0 0x100>; |
| 68 | + interrupts = <GIC_SPI 186 IRQ_TYPE_LEVEL_HIGH>; |
| 69 | + status = "disabled"; |
| 70 | + }; |
49 | 71 | };
|
50 | 72 |
|
51 | 73 | wkup_i2c0: i2c@2b200000 {
|
|
0 commit comments