|
@@ -227,7 +227,8 @@
|
|
dcan0: d_can@481cc000 {
|
|
dcan0: d_can@481cc000 {
|
|
compatible = "bosch,d_can";
|
|
compatible = "bosch,d_can";
|
|
ti,hwmods = "d_can0";
|
|
ti,hwmods = "d_can0";
|
|
- reg = <0x481cc000 0x2000>;
|
|
|
|
|
|
+ reg = <0x481cc000 0x2000
|
|
|
|
+ 0x44e10644 0x4>;
|
|
interrupts = <52>;
|
|
interrupts = <52>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
@@ -235,7 +236,8 @@
|
|
dcan1: d_can@481d0000 {
|
|
dcan1: d_can@481d0000 {
|
|
compatible = "bosch,d_can";
|
|
compatible = "bosch,d_can";
|
|
ti,hwmods = "d_can1";
|
|
ti,hwmods = "d_can1";
|
|
- reg = <0x481d0000 0x2000>;
|
|
|
|
|
|
+ reg = <0x481d0000 0x2000
|
|
|
|
+ 0x44e10644 0x4>;
|
|
interrupts = <55>;
|
|
interrupts = <55>;
|
|
status = "disabled";
|
|
status = "disabled";
|
|
};
|
|
};
|