|
6 | 6 |
|
7 | 7 | #include <mem.h> |
8 | 8 | #include <nordic/nrf_common.dtsi> |
9 | | -#include <zephyr/dt-bindings/adc/nrf-saadc-haltium.h> |
| 9 | +#include <zephyr/dt-bindings/adc/nrf-saadc.h> |
10 | 10 | #include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf9230-engb.h> |
11 | 11 | #include <zephyr/dt-bindings/misc/nordic-domain-id-nrf9230.h> |
12 | 12 | #include <zephyr/dt-bindings/misc/nordic-owner-id-nrf9230.h> |
|
103 | 103 | clock-frequency = <DT_FREQ_M(32)>; |
104 | 104 | }; |
105 | 105 |
|
106 | | - lfxo: lfxo { |
107 | | - compatible = "nordic,nrf54h-lfxo"; |
108 | | - status = "disabled"; |
109 | | - #clock-cells = <0>; |
110 | | - clock-frequency = <32768>; |
111 | | - }; |
112 | | - |
113 | 106 | fll16m: fll16m { |
114 | | - compatible = "nordic,nrf-fll16m"; |
115 | | - #clock-cells = <0>; |
116 | | - clock-frequency = <DT_FREQ_M(16)>; |
117 | | - open-loop-accuracy-ppm = <20000>; |
118 | | - closed-loop-base-accuracy-ppm = <5000>; |
119 | | - clocks = <&hfxo>, <&lfxo>; |
120 | | - clock-names = "hfxo", "lfxo"; |
121 | | - }; |
122 | | - |
123 | | - hsfll120: hsfll120 { |
124 | 107 | compatible = "fixed-clock"; |
125 | | - clocks = <&fll16m>; |
126 | | - #clock-cells = <0>; |
127 | | - clock-frequency = <DT_FREQ_M(320)>; |
128 | | - }; |
129 | | - |
130 | | - lfclk: lfclk { |
131 | | - compatible = "nordic,nrf-lfclk"; |
132 | 108 | #clock-cells = <0>; |
133 | | - clock-frequency = <32768>; |
134 | | - status = "okay"; |
135 | | - lfrc-accuracy-ppm = <500>; |
136 | | - lflprc-accuracy-ppm = <1000>; |
137 | | - clocks = <&hfxo>, <&lfxo>; |
138 | | - clock-names = "hfxo", "lfxo"; |
| 109 | + clock-frequency = <DT_FREQ_M(16)>; |
139 | 110 | }; |
140 | 111 |
|
141 | 112 | hsfll120: hsfll120 { |
|
751 | 722 | interrupts = <386 NRF_DEFAULT_IRQ_PRIORITY>; |
752 | 723 | status = "disabled"; |
753 | 724 | #io-channel-cells = <1>; |
754 | | - zephyr,pm-device-runtime-auto; |
755 | 725 | }; |
756 | 726 |
|
757 | 727 | comp: comparator@983000 { |
|
797 | 767 | reg = <0x99c000 0x1000>; |
798 | 768 | status = "disabled"; |
799 | 769 | cc-num = <16>; |
800 | | - clocks = <&lfclk>, <&fll16m>; |
801 | | - clock-names = "lfclock", "hfclock"; |
802 | 770 | }; |
803 | 771 |
|
804 | 772 | dppic133: dppic@9a1000 { |
|
0 commit comments