mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
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:
parent
09f19f7770
commit
33fa0b6cef
2 changed files with 13 additions and 0 deletions
|
@ -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>;
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&pmc {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
&slow_rc_osc {
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue