Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 21 additions & 10 deletions dts/common/nordic/nrf54l20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,19 @@
status = "disabled";
};

tdm: tdm@e8000 {
compatible = "nordic,nrf-tdm";
easydma-maxcnt-bits = <15>;
#address-cells = <1>;
#size-cells = <0>;
reg = <0xe8000 0x1000>;
interrupts = <232 NRF_DEFAULT_IRQ_PRIORITY>;
status = "disabled";
clocks = <&pclk32m>;
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
<NRF_FUN_TDM_MCK>;
};

i2c23: i2c@ed000 {
compatible = "nordic,nrf-twim";
#address-cells = <1>;
Expand Down Expand Up @@ -690,17 +703,15 @@
frame-timeout-supported;
};

tdm: tdm@e8000 {
compatible = "nordic,nrf-tdm";
easydma-maxcnt-bits = <15>;
#address-cells = <1>;
#size-cells = <0>;
reg = <0xe8000 0x1000>;
interrupts = <232 NRF_DEFAULT_IRQ_PRIORITY>;
comp: comparator@106000 {
/*
* Use compatible "nordic,nrf-comp" to configure as COMP
* Use compatible "nordic,nrf-lpcomp" to configure as LPCOMP
*/
compatible = "nordic,nrf-comp";
reg = <0x106000 0x1000>;
status = "disabled";
clocks = <&pclk32m>;
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
<NRF_FUN_TDM_MCK>;
interrupts = <262 NRF_DEFAULT_IRQ_PRIORITY>;
};

wdt30: watchdog@108000 {
Expand Down