ARM: dts: sama7g5: add PMC bindings

Add DT bindings for PMC driver.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
Claudiu Beznea 2020-06-02 15:24:25 +03:00 committed by Eugen Hristev
parent 09f19f7770
commit 33fa0b6cef
2 changed files with 13 additions and 0 deletions

View file

@ -55,6 +55,15 @@
#address-cells = <1>;
#size-cells = <1>;
pmc: pmc@e0018000 {
compatible = "microchip,sama7g5-pmc";
reg = <0xe0018000 0x200>;
#clock-cells = <2>;
clocks = <&clk32 1>, <&clk32 0>, <&main_xtal>, <&main_rc>;
clock-names = "td_slck", "md_slck", "main_xtal", "main_rc";
status = "okay";
};
clk32: sckc@e001d050 {
compatible = "microchip,sam9x60-sckc";
reg = <0xe001d050 0x4>;

View file

@ -31,6 +31,10 @@
u-boot,dm-pre-reloc;
};
&pmc {
u-boot,dm-pre-reloc;
};
&slow_rc_osc {
u-boot,dm-pre-reloc;
};