1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 12:31:17 +02:00

ARM: dts: sam9x60ek: add clock frequencies to board file

Slow Xtal and Main Xtal are board specific. Add their proper
frequency to board file.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
This commit is contained in:
Claudiu Beznea
2020-10-07 18:17:09 +03:00
committed by Eugen Hristev
parent a64862284f
commit ffd204f347
2 changed files with 10 additions and 2 deletions

View File

@@ -30,13 +30,11 @@
slow_xtal: slow_xtal { slow_xtal: slow_xtal {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <0>;
}; };
main_xtal: main_xtal { main_xtal: main_xtal {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <0>;
}; };
}; };

View File

@@ -18,6 +18,16 @@
i2c0 = &flx0; i2c0 = &flx0;
}; };
clocks {
slow_xtal: slow_xtal {
clock-frequency = <32768>;
};
main_xtal: main_xtal {
clock-frequency = <24000000>;
};
};
onewire_tm: onewire { onewire_tm: onewire {
gpios = <&pioD 14 0>; gpios = <&pioD 14 0>;
pinctrl-names = "default"; pinctrl-names = "default";