Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0082180c authored by Caesar Wang's avatar Caesar Wang Committed by Heiko Stuebner
Browse files

ARM: dts: rockchip: add soc-specific compatibles for rk3036 SoCs



While drivers will bind to the generic compatible values, this enables
the use of more specialized drivers in the future, if the need arises.

Signed-off-by: default avatarCaesar Wang <wxt@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 296759c9
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@
	};

	usb_otg: usb@10180000 {
		compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
		compatible = "rockchip,rk3036-usb", "rockchip,rk3066-usb",
				"snps,dwc2";
		reg = <0x10180000 0x40000>;
		interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
@@ -176,7 +176,7 @@
	};

	usb_host: usb@101c0000 {
		compatible = "rockchip,rk3288-usb", "rockchip,rk3066-usb",
		compatible = "rockchip,rk3036-usb", "rockchip,rk3066-usb",
				"snps,dwc2";
		reg = <0x101c0000 0x40000>;
		interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
@@ -211,7 +211,7 @@
	};

	emmc: dwmmc@1021c000 {
		compatible = "rockchip,rk3288-dw-mshc";
		compatible = "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc";
		reg = <0x1021c000 0x4000>;
		interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>;
		broken-cd;
@@ -327,7 +327,7 @@
	};

	i2c1: i2c@20056000 {
		compatible = "rockchip,rk3288-i2c";
		compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c";
		reg = <0x20056000 0x1000>;
		interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
		#address-cells = <1>;
@@ -340,7 +340,7 @@
	};

	i2c2: i2c@2005a000 {
		compatible = "rockchip,rk3288-i2c";
		compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c";
		reg = <0x2005a000 0x1000>;
		interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
		#address-cells = <1>;
@@ -395,7 +395,7 @@
	};

	i2c0: i2c@20072000 {
		compatible = "rockchip,rk3288-i2c";
		compatible = "rockchip,rk3036-i2c", "rockchip,rk3288-i2c";
		reg = <0x20072000 0x1000>;
		interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
		#address-cells = <1>;