Skip to content

Commit 8a600cc

Browse files
MyGh64605scottwcpg
authored andcommitted
dts: serial: Use pic32cxsg compatiable for sercom
Use microchip pic32cxsg compatiable for sercom Signed-off-by: Michael Sherwood <[email protected]>
1 parent 68a317f commit 8a600cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dts/arm/microchip/pic32c/pic32cx_sg/pic32cxsg.dtsi

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
};
119119

120120
sercom0: sercom@40003000 {
121-
compatible = "atmel,sam0-sercom";
121+
compatible = "microchip,pic32cxsg-sercom";
122122
reg = <0x40003000 0x40>;
123123
interrupts = <46 0>, <47 0>, <48 0>, <49 0>;
124124
clocks = <&gclk 7>, <&mclk 0x14 12>;
@@ -129,7 +129,7 @@
129129
};
130130

131131
sercom1: sercom@40003400 {
132-
compatible = "atmel,sam0-sercom";
132+
compatible = "microchip,pic32cxsg-sercom";
133133
reg = <0x40003400 0x40>;
134134
interrupts = <50 0>, <51 0>, <52 0>, <53 0>;
135135
clocks = <&gclk 8>, <&mclk 0x14 13>;
@@ -251,7 +251,7 @@
251251
};
252252

253253
sercom2: sercom@41012000 {
254-
compatible = "atmel,sam0-sercom";
254+
compatible = "microchip,pic32cxsg-sercom";
255255
reg = <0x41012000 0x40>;
256256
interrupts = <54 0>, <55 0>, <56 0>, <57 0>;
257257
clocks = <&gclk 23>, <&mclk 0x18 9>;
@@ -262,7 +262,7 @@
262262
};
263263

264264
sercom3: sercom@41014000 {
265-
compatible = "atmel,sam0-sercom";
265+
compatible = "microchip,pic32cxsg-sercom";
266266
reg = <0x41014000 0x40>;
267267
interrupts = <58 0>, <59 0>, <60 0>, <61 0>;
268268
clocks = <&gclk 24>, <&mclk 0x18 10>;
@@ -401,7 +401,7 @@
401401
};
402402

403403
sercom4: sercom@43000000 {
404-
compatible = "atmel,sam0-sercom";
404+
compatible = "microchip,pic32cxsg-sercom";
405405
reg = <0x43000000 0x40>;
406406
interrupts = <62 0>, <63 0>, <64 0>, <65 0>;
407407
clocks = <&gclk 34>, <&mclk 0x20 0>;
@@ -412,7 +412,7 @@
412412
};
413413

414414
sercom5: sercom@43000400 {
415-
compatible = "atmel,sam0-sercom";
415+
compatible = "microchip,pic32cxsg-sercom";
416416
reg = <0x43000400 0x40>;
417417
interrupts = <66 0>, <67 0>, <68 0>, <69 0>;
418418
clocks = <&gclk 35>, <&mclk 0x20 1>;
@@ -423,7 +423,7 @@
423423
};
424424

425425
sercom6: sercom@43000800 {
426-
compatible = "atmel,sam0-sercom";
426+
compatible = "microchip,pic32cxsg-sercom";
427427
reg = <0x43000800 0x40>;
428428
interrupts = <70 0>, <71 0>, <72 0>, <73 0>;
429429
clocks = <&gclk 36>, <&mclk 0x20 2>;
@@ -434,7 +434,7 @@
434434
};
435435

436436
sercom7: sercom@43000c00 {
437-
compatible = "atmel,sam0-sercom";
437+
compatible = "microchip,pic32cxsg-sercom";
438438
reg = <0x43000C00 0x40>;
439439
interrupts = <74 0>, <75 0>, <76 0>, <77 0>;
440440
clocks = <&gclk 37>, <&mclk 0x20 3>;

0 commit comments

Comments
 (0)