File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 9696 erase-block-size = <8192>;
9797 };
9898 };
99+
100+ spi0: spi@400be000 {
101+ compatible = "adi,max32-spi";
102+ reg = <0x400be000 0x1000>;
103+ #address-cells = <1>;
104+ #size-cells = <0>;
105+ clocks = <&gcr ADI_MAX32_CLOCK_BUS1 14>;
106+ interrupts = <56 0>;
107+ status = "disabled";
108+ };
109+
110+ spi1: spi@40046000 {
111+ compatible = "adi,max32-spi";
112+ reg = <0x40046000 0x1000>;
113+ #address-cells = <1>;
114+ #size-cells = <0>;
115+ clocks = <&gcr ADI_MAX32_CLOCK_BUS0 6>;
116+ interrupts = <16 0>;
117+ status = "disabled";
118+ };
119+
120+ spi2: spi@40047000 {
121+ compatible = "adi,max32-spi";
122+ reg = <0x40047000 0x1000>;
123+ #address-cells = <1>;
124+ #size-cells = <0>;
125+ clocks = <&gcr ADI_MAX32_CLOCK_BUS0 7>;
126+ interrupts = <17 0>;
127+ status = "disabled";
128+ };
99129 };
100130};
You can’t perform that action at this time.
0 commit comments