|
@@ -8,12 +8,12 @@ Required properties:
|
|
- compatible: must be "microchip,pic32mzda-dmt".
|
|
- compatible: must be "microchip,pic32mzda-dmt".
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
- reg: physical base address of the controller and length of memory mapped
|
|
region.
|
|
region.
|
|
-- clocks: phandle of parent clock (should be &PBCLK7).
|
|
|
|
|
|
+- clocks: phandle of source clk. Should be <&rootclk PB7CLK>.
|
|
|
|
|
|
Example:
|
|
Example:
|
|
|
|
|
|
watchdog@1f800a00 {
|
|
watchdog@1f800a00 {
|
|
compatible = "microchip,pic32mzda-dmt";
|
|
compatible = "microchip,pic32mzda-dmt";
|
|
reg = <0x1f800a00 0x80>;
|
|
reg = <0x1f800a00 0x80>;
|
|
- clocks = <&PBCLK7>;
|
|
|
|
|
|
+ clocks = <&rootclk PB7CLK>;
|
|
};
|
|
};
|