Skip to content

Commit fb5cc5a

Browse files
adamkondraciuknordicjm
authored andcommitted
Revert "[nrf fromlist] dts: nordic: nrf54: add TDM support for nRF54"
This reverts commit 6068439. Signed-off-by: Adam Kondraciuk <[email protected]>
1 parent 09c3647 commit fb5cc5a

File tree

3 files changed

+0
-94
lines changed

3 files changed

+0
-94
lines changed

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

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

dts/common/nordic/nrf54h20.dtsi

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,34 +1507,6 @@
15071507
endtx-stoptx-supported;
15081508
frame-timeout-supported;
15091509
};
1510-
1511-
tdm130: tdm@992000 {
1512-
compatible = "nordic,nrf-tdm";
1513-
easydma-maxcnt-bits = <15>;
1514-
#address-cells = <1>;
1515-
#size-cells = <0>;
1516-
reg = <0x992000 0x1000>;
1517-
interrupts = <402 NRF_DEFAULT_IRQ_PRIORITY>;
1518-
status = "disabled";
1519-
clocks = <&fll16m>;
1520-
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1521-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
1522-
<NRF_FUN_TDM_MCK>;
1523-
};
1524-
1525-
tdm131: tdm@997000 {
1526-
compatible = "nordic,nrf-tdm";
1527-
easydma-maxcnt-bits = <15>;
1528-
#address-cells = <1>;
1529-
#size-cells = <0>;
1530-
reg = <0x997000 0x1000>;
1531-
interrupts = <407 NRF_DEFAULT_IRQ_PRIORITY>;
1532-
status = "disabled";
1533-
clocks = <&fll16m>;
1534-
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
1535-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
1536-
<NRF_FUN_TDM_MCK>;
1537-
};
15381510
};
15391511
};
15401512

dts/common/nordic/nrf54l20.dtsi

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

57-
pclk32m: pclk32m {
58-
compatible = "fixed-clock";
59-
#clock-cells = <0>;
60-
clock-frequency = <DT_FREQ_M(32)>;
61-
};
62-
6357
lfxo: lfxo {
6458
compatible = "nordic,nrf-lfxo";
6559
#clock-cells = <0>;
@@ -569,19 +563,6 @@
569563
status = "disabled";
570564
};
571565

572-
tdm: tdm@e8000 {
573-
compatible = "nordic,nrf-tdm";
574-
easydma-maxcnt-bits = <15>;
575-
#address-cells = <1>;
576-
#size-cells = <0>;
577-
reg = <0xe8000 0x1000>;
578-
interrupts = <232 NRF_DEFAULT_IRQ_PRIORITY>;
579-
status = "disabled";
580-
clocks = <&pclk32m>;
581-
nordic,clockpin-enable = <NRF_FUN_TDM_SCK_M>,
582-
<NRF_FUN_TDM_MCK>;
583-
};
584-
585566
i2c23: i2c@ed000 {
586567
compatible = "nordic,nrf-twim";
587568
#address-cells = <1>;

0 commit comments

Comments
 (0)