mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

Add the I2C controllers that are part of the RTL9300 SoC. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
15 lines
312 B
Text
15 lines
312 B
Text
// SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause
|
|
|
|
#include "rtl930x.dtsi"
|
|
|
|
&switch0 {
|
|
compatible = "realtek,rtl9302c-switch", "syscon", "simple-mfd";
|
|
};
|
|
|
|
&i2c0 {
|
|
compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
|
|
};
|
|
|
|
&i2c1 {
|
|
compatible = "realtek,rtl9302c-i2c", "realtek,rtl9301-i2c";
|
|
};
|