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 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.