1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* Copyright (c) 2022 Microchip Technology Inc */ 3 4 // #include "dt-bindings/mailbox/miv-ihc.h" 5 6 / { 7 fabric_clk3: fabric-clk3 { 8 compatible = "fixed-clock"; 9 #clock-cells = <0>; 10 clock-frequency = <62500000>; 11 }; 12 13 fabric_clk1: fabric-clk1 { 14 compatible = "fixed-clock"; 15 #clock-cells = <0>; 16 clock-frequency = <125000000>; 17 }; 18 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.