Tom Rini | 844493d | 2025-01-26 16:17:47 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause |
2 | |||||
3 | #include "rtl930x.dtsi" | ||||
4 | |||||
5 | &switch0 { | ||||
6 | compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd"; | ||||
7 | }; | ||||
8 | |||||
9 | &i2c0 { | ||||
10 | compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c"; | ||||
11 | }; | ||||
12 | |||||
13 | &i2c1 { | ||||
14 | compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c"; | ||||
15 | }; |