|
10 | 10 | #include <freq.h>
|
11 | 11 | #include <zephyr/dt-bindings/adc/adc.h>
|
12 | 12 | #include <zephyr/dt-bindings/clock/renesas_rzg_clock.h>
|
| 13 | +#include <zephyr/dt-bindings/dma/renesas_rz_dma.h> |
13 | 14 |
|
14 | 15 | / {
|
15 | 16 | compatible = "renesas,r9a08g045";
|
|
917 | 918 | #mbox-cells = <1>;
|
918 | 919 | status = "disabled";
|
919 | 920 | };
|
| 921 | + |
| 922 | + spi0: spi@400aa000 { |
| 923 | + compatible = "renesas,rz-rspi"; |
| 924 | + reg = <0x400aa000 0x24>; |
| 925 | + interrupts = <358 1>, <359 1>, <360 1>; |
| 926 | + interrupt-names = "error", "rx", "tx"; |
| 927 | + channel = <0>; |
| 928 | + #address-cells = <1>; |
| 929 | + #size-cells = <0>; |
| 930 | + status = "disabled"; |
| 931 | + }; |
| 932 | + |
| 933 | + spi1: spi@400aa400 { |
| 934 | + compatible = "renesas,rz-rspi"; |
| 935 | + reg = <0x400aa400 0x24>; |
| 936 | + interrupts = <361 1>, <362 1>, <363 1>; |
| 937 | + interrupt-names = "error", "rx", "tx"; |
| 938 | + channel = <1>; |
| 939 | + #address-cells = <1>; |
| 940 | + #size-cells = <0>; |
| 941 | + status = "disabled"; |
| 942 | + }; |
| 943 | + |
| 944 | + spi2: spi@400aa800 { |
| 945 | + compatible = "renesas,rz-rspi"; |
| 946 | + reg = <0x400aa800 0x24>; |
| 947 | + interrupts = <364 1>, <365 1>, <366 1>; |
| 948 | + interrupt-names = "error", "rx", "tx"; |
| 949 | + channel = <2>; |
| 950 | + #address-cells = <1>; |
| 951 | + #size-cells = <0>; |
| 952 | + status = "disabled"; |
| 953 | + }; |
| 954 | + |
| 955 | + spi3: spi@400aac00 { |
| 956 | + compatible = "renesas,rz-rspi"; |
| 957 | + reg = <0x400aac00 0x24>; |
| 958 | + interrupts = <367 1>, <368 1>, <369 1>; |
| 959 | + interrupt-names = "error", "rx", "tx"; |
| 960 | + channel = <3>; |
| 961 | + #address-cells = <1>; |
| 962 | + #size-cells = <0>; |
| 963 | + status = "disabled"; |
| 964 | + }; |
| 965 | + |
| 966 | + spi4: spi@400ab000 { |
| 967 | + compatible = "renesas,rz-rspi"; |
| 968 | + reg = <0x400ab000 0x24>; |
| 969 | + interrupts = <370 1>, <371 1>, <372 1>; |
| 970 | + interrupt-names = "error", "rx", "tx"; |
| 971 | + channel = <4>; |
| 972 | + #address-cells = <1>; |
| 973 | + #size-cells = <0>; |
| 974 | + status = "disabled"; |
| 975 | + }; |
920 | 976 | };
|
921 | 977 | };
|
922 | 978 |
|
|
0 commit comments