Skip to content

Commit 094a92b

Browse files
mstasiaknordicnordicjm
authored andcommitted
Revert "[nrf fromlist] dts: nordic: nrf54: add TDM support for nRF54"
This reverts commit 7d44195. Signed-off-by: Michał Stasiak <[email protected]>
1 parent fbc220f commit 094a92b

File tree

3 files changed

+0
-95
lines changed

3 files changed

+0
-95
lines changed

dts/bindings/i2s/nordic,nrf-tdm.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

dts/common/nordic/nrf54h20.dtsi

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1491,34 +1491,6 @@
14911491
endtx-stoptx-supported;
14921492
frame-timeout-supported;
14931493
};
1494-
1495-
tdm130: tdm@992000 {
1496-
compatible = "nordic,nrf-tdm";
1497-
easydma-maxcnt-bits = <15>;
1498-
#address-cells = <1>;
1499-
#size-cells = <0>;
1500-
reg = <0x992000 0x1000>;
1501-
interrupts = <402 NRF_DEFAULT_IRQ_PRIORITY>;
1502-
status = "disabled";
1503-
clocks = <&fll16m>;
1504-
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1505-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
1506-
<NRF_FUN_TDM_MCK>;
1507-
};
1508-
1509-
tdm131: tdm@997000 {
1510-
compatible = "nordic,nrf-tdm";
1511-
easydma-maxcnt-bits = <15>;
1512-
#address-cells = <1>;
1513-
#size-cells = <0>;
1514-
reg = <0x997000 0x1000>;
1515-
interrupts = <407 NRF_DEFAULT_IRQ_PRIORITY>;
1516-
status = "disabled";
1517-
clocks = <&fll16m>;
1518-
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1519-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
1520-
<NRF_FUN_TDM_MCK>;
1521-
};
15221494
};
15231495
};
15241496

dts/common/nordic/nrf54l20.dtsi

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
clock-frequency = <DT_FREQ_M(16)>;
5454
};
5555

56-
pclk32m: pclk32m {
57-
compatible = "fixed-clock";
58-
#clock-cells = <0>;
59-
clock-frequency = <DT_FREQ_M(32)>;
60-
};
61-
6256
lfxo: lfxo {
6357
compatible = "nordic,nrf-lfxo";
6458
#clock-cells = <0>;
@@ -690,19 +684,6 @@
690684
frame-timeout-supported;
691685
};
692686

693-
tdm: tdm@e8000 {
694-
compatible = "nordic,nrf-tdm";
695-
easydma-maxcnt-bits = <15>;
696-
#address-cells = <1>;
697-
#size-cells = <0>;
698-
reg = <0xe8000 0x1000>;
699-
interrupts = <232 NRF_DEFAULT_IRQ_PRIORITY>;
700-
status = "disabled";
701-
clocks = <&pclk32m>;
702-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
703-
<NRF_FUN_TDM_MCK>;
704-
};
705-
706687
wdt30: watchdog@108000 {
707688
compatible = "nordic,nrf-wdt";
708689
reg = <0x108000 0x620>;

0 commit comments

Comments
 (0)