| /* |
| * Copyright (c) 2024 Analog Devices, Inc. |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| #include <arm/armv7-m.dtsi> |
| #include <adi/max32/max32xxx.dtsi> |
| #include <zephyr/dt-bindings/dma/max32670_dma.h> |
| |
| &sram0 { |
| reg = <0x20000000 DT_SIZE_K(16)>; |
| }; |
| |
| &flash0 { |
| reg = <0x10000000 DT_SIZE_K(384)>; |
| }; |
| |
| &clk_inro { |
| clock-frequency = <DT_FREQ_K(80)>; |
| }; |
| |
| &i2c2 { |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS1 21>; |
| }; |
| |
| /delete-node/ &rtc_counter; |
| |
| /* MAX32670 extra peripherals. */ |
| / { |
| soc { |
| sram1: memory@20004000 { |
| compatible = "mmio-sram"; |
| reg = <0x20004000 DT_SIZE_K(16)>; |
| }; |
| |
| sram2: memory@20008000 { |
| compatible = "mmio-sram"; |
| reg = <0x20008000 DT_SIZE_K(32)>; |
| }; |
| |
| sram3: memory@20010000 { |
| compatible = "mmio-sram"; |
| reg = <0x20010000 DT_SIZE_K(64)>; |
| }; |
| |
| sram4: memory@20020000 { |
| compatible = "mmio-sram"; |
| reg = <0x20020000 DT_SIZE_K(4)>; |
| }; |
| |
| sram5: memory@20021000 { |
| compatible = "mmio-sram"; |
| reg = <0x20021000 DT_SIZE_K(4)>; |
| }; |
| |
| sram6: memory@20022000 { |
| compatible = "mmio-sram"; |
| reg = <0x20022000 DT_SIZE_K(8)>; |
| }; |
| |
| sram7: memory@20024000 { |
| compatible = "mmio-sram"; |
| reg = <0x20024000 DT_SIZE_K(16)>; |
| }; |
| |
| uart3: serial@40145000 { |
| compatible = "adi,max32-uart"; |
| reg = <0x40145000 0x1000>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS2 2>; |
| clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>; |
| interrupts = <88 0>; |
| status = "disabled"; |
| }; |
| |
| dma0: dma@40028000 { |
| compatible = "adi,max32-dma"; |
| reg = <0x40028000 0x1000>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS0 5>; |
| interrupts = <28 0>, <29 0>, <30 0>, <31 0>, <68 0>, <69 0>, <70 0>, <71 0>; |
| dma-channels = <8>; |
| status = "disabled"; |
| #dma-cells = <2>; |
| }; |
| |
| wdt1: watchdog@40003400 { |
| compatible = "adi,max32-watchdog"; |
| reg = <0x40003400 0x400>; |
| interrupts = <57 0>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS1 5>; |
| clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>; |
| status = "disabled"; |
| }; |
| |
| spi0: spi@40046000 { |
| compatible = "adi,max32-spi"; |
| reg = <0x40046000 0x1000>; |
| #address-cells = <1>; |
| #size-cells = <0>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>; |
| interrupts = <16 0>; |
| status = "disabled"; |
| }; |
| |
| spi1: spi@40047000 { |
| compatible = "adi,max32-spi"; |
| reg = <0x40047000 0x1000>; |
| #address-cells = <1>; |
| #size-cells = <0>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS0 7>; |
| interrupts = <17 0>; |
| status = "disabled"; |
| }; |
| |
| spi2: spi@40048000 { |
| compatible = "adi,max32-spi"; |
| reg = <0x40048000 0x1000>; |
| #address-cells = <1>; |
| #size-cells = <0>; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS0 8>; |
| interrupts = <18 0>; |
| status = "disabled"; |
| }; |
| |
| lptimer0: timer@40114000 { |
| compatible = "adi,max32-timer"; |
| reg = <0x40114000 0x1000>; |
| interrupts = <9 0>; |
| status = "disabled"; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS2 0>; |
| clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>; |
| prescaler = <1>; |
| |
| counter { |
| compatible = "adi,max32-counter"; |
| status = "disabled"; |
| }; |
| }; |
| |
| lptimer1: timer@40115000 { |
| compatible = "adi,max32-timer"; |
| reg = <0x40115000 0x1000>; |
| interrupts = <10 0>; |
| status = "disabled"; |
| clocks = <&gcr ADI_MAX32_CLOCK_BUS2 1>; |
| clock-source = <ADI_MAX32_PRPH_CLK_SRC_PCLK>; |
| prescaler = <1>; |
| |
| counter { |
| compatible = "adi,max32-counter"; |
| status = "disabled"; |
| }; |
| }; |
| |
| rtc_counter: rtc_counter@40106000 { |
| compatible = "adi,max32-rtc-counter"; |
| reg = <0x40106000 0x400>; |
| interrupts = <3 0>; |
| status = "disabled"; |
| }; |
| }; |
| }; |