xref: /freebsd/sys/contrib/device-tree/src/arm64/ti/k3-am625-phyboard-lyra-1-4-ghz-opp.dtso (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
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