xref: /linux/arch/arm64/boot/dts/ti/k3-am625-phyboard-lyra-1-4-ghz-opp.dtso (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1// SPDX-License-Identifier: GPL-2.0-only OR MIT
2/*
3 * Copyright (C) 2024 PHYTEC America LLC
4 * Author: Nathan Morrisson <nmorrisson@phytec.com>
5 */
6
7/dts-v1/;
8/plugin/;
9
10&vdd_core {
11	regulator-min-microvolt = <850000>;
12	regulator-max-microvolt = <850000>;
13};
14
15&a53_opp_table {
16	opp-1400000000 {
17		opp-hz = /bits/ 64 <1400000000>;
18		opp-supported-hw = <0x01 0x0004>;
19	};
20};
21