File tree Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Expand file tree Collapse file tree 4 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 2424 compatible = "arm,cortex-m4f";
2525 reg = <0>;
2626 cpu-power-states = <&idle &suspend_to_ram>;
27+ #address-cells = <1>;
28+ #size-cells = <1>;
29+
30+ itm: itm@e0000000 {
31+ compatible = "arm,armv7m-itm";
32+ reg = <0xe0000000 0x1000>;
33+ swo-ref-frequency = <DT_FREQ_M(6)>;
34+ };
2735 };
2836
2937 power-states {
Original file line number Diff line number Diff line change 2424 compatible = "arm,cortex-m4f";
2525 reg = <0>;
2626 cpu-power-states = <&idle &suspend_to_ram>;
27+ #address-cells = <1>;
28+ #size-cells = <1>;
29+
30+ itm: itm@e0000000 {
31+ compatible = "arm,armv7m-itm";
32+ reg = <0xe0000000 0x1000>;
33+ swo-ref-frequency = <DT_FREQ_M(6)>;
34+ };
2735 };
2836
2937 power-states {
Original file line number Diff line number Diff line change 2424 compatible = "arm,cortex-m4f";
2525 reg = <0>;
2626 cpu-power-states = <&idle &suspend_to_ram>;
27+ #address-cells = <1>;
28+ #size-cells = <1>;
29+
30+ itm: itm@e0000000 {
31+ compatible = "arm,armv7m-itm";
32+ reg = <0xe0000000 0x1000>;
33+ swo-ref-frequency = <DT_FREQ_M(48)>;
34+ };
2735 };
2836 power-states {
2937 idle: idle {
Original file line number Diff line number Diff line change 3232 cpu0: cpu@0 {
3333 compatible = "arm,cortex-m4f";
3434 reg = <0>;
35+ #address-cells = <1>;
36+ #size-cells = <1>;
37+
38+ itm: itm@e0000000 {
39+ compatible = "arm,armv7m-itm";
40+ reg = <0xe0000000 0x1000>;
41+ swo-ref-frequency = <DT_FREQ_M(48)>;
42+ };
3543 };
3644 };
3745
You can’t perform that action at this time.
0 commit comments