1// SPDX-License-Identifier: GPL-2.0+ OR MIT
2/*
3 * Copyright (C) 2024 Enclustra GmbH - https://www.enclustra.com
4 */
5
6&i2c_encl {
7 si5338: clock-controller@70 {
8 compatible = "silabs,si5338";
9 reg = <0x70>;
10 };
11};
12
13&i2c_encl_fpga {
14 status = "okay";
15};
16