dts: Add information about system bus frequency to the dts
This commit adds a fixed clock node (representing clock driving system bus). The added node is then referenced by peripherals requiring information about driving clock frequency. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
parent
7d56fc35fd
commit
e4bd11b3f3
24 changed files with 167 additions and 0 deletions
|
@ -29,6 +29,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
sysclk: system-clock {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <600000000>;
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
soc {
|
||||
flexram0: flexram@400b0000 {
|
||||
compatible = "nxp,imx-flexram";
|
||||
|
@ -354,6 +360,7 @@
|
|||
reg = <0x402E0000 0x200>;
|
||||
interrupts = <113 1>;
|
||||
interrupt-names = "usb_otg";
|
||||
clocks = <&sysclk>;
|
||||
num-bidir-endpoints = <8>;
|
||||
maximum-speed = "full-speed";
|
||||
status = "disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue