1/*
2 * Copyright (c) 2022 TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&clk_hse {
8 status = "disabled";
9};
10
11&clk_hsi {
12 status = "okay";
13};
14
15&pll {
16 prediv = <2>;
17 mul = <12>;
18 clocks = <&clk_hsi>;
19 status = "okay";
20};
21