1*cb7aa33aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*cb7aa33aSEmmanuel Vadot/* Copyright (c) 2022 Microchip Technology Inc */ 3*cb7aa33aSEmmanuel Vadot 4*cb7aa33aSEmmanuel Vadot// #include "dt-bindings/mailbox/miv-ihc.h" 5*cb7aa33aSEmmanuel Vadot 6*cb7aa33aSEmmanuel Vadot/ { 7*cb7aa33aSEmmanuel Vadot fabric_clk3: fabric-clk3 { 8*cb7aa33aSEmmanuel Vadot compatible = "fixed-clock"; 9*cb7aa33aSEmmanuel Vadot #clock-cells = <0>; 10*cb7aa33aSEmmanuel Vadot clock-frequency = <62500000>; 11*cb7aa33aSEmmanuel Vadot }; 12*cb7aa33aSEmmanuel Vadot 13*cb7aa33aSEmmanuel Vadot fabric_clk1: fabric-clk1 { 14*cb7aa33aSEmmanuel Vadot compatible = "fixed-clock"; 15*cb7aa33aSEmmanuel Vadot #clock-cells = <0>; 16*cb7aa33aSEmmanuel Vadot clock-frequency = <125000000>; 17*cb7aa33aSEmmanuel Vadot }; 18*cb7aa33aSEmmanuel Vadot}; 19