ARM: dts: imx51: Add PMU support
Add PMU support in the device tree. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
168a7bb7f1
commit
4b301223d0
1 changed files with 6 additions and 0 deletions
|
@ -93,6 +93,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pmu: pmu {
|
||||||
|
compatible = "arm,cortex-a8-pmu";
|
||||||
|
interrupt-parent = <&tzic>;
|
||||||
|
interrupts = <77>;
|
||||||
|
};
|
||||||
|
|
||||||
usbphy0: usbphy0 {
|
usbphy0: usbphy0 {
|
||||||
compatible = "usb-nop-xceiv";
|
compatible = "usb-nop-xceiv";
|
||||||
clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
|
clocks = <&clks IMX5_CLK_USB_PHY_GATE>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue