We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e58388c + 15bc3df commit 5d791ecCopy full SHA for 5d791ec
1 file changed
arch/arm/boot/dts/sama5d2.dtsi
@@ -716,7 +716,7 @@
716
717
can0: can@f8054000 {
718
compatible = "bosch,m_can";
719
- reg = <0xf8054000 0x4000>, <0x210000 0x2000>;
+ reg = <0xf8054000 0x4000>, <0x210000 0x1c00>;
720
reg-names = "m_can", "message_ram";
721
interrupts = <56 IRQ_TYPE_LEVEL_HIGH 7>,
722
<64 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -941,7 +941,7 @@
941
942
can1: can@fc050000 {
943
944
- reg = <0xfc050000 0x4000>, <0x210000 0x4000>;
+ reg = <0xfc050000 0x4000>, <0x210000 0x3800>;
945
946
interrupts = <57 IRQ_TYPE_LEVEL_HIGH 7>,
947
<65 IRQ_TYPE_LEVEL_HIGH 7>;
0 commit comments