Commit 96800f03 authored by Andy Yan's avatar Andy Yan Committed by Heiko Stuebner

ARM: dts: rockchip: rename core dtsi from RK1108 to RV1108

Rockchip finally named the SOC as RV1108, so change it
for compatible.
Signed-off-by: default avatarAndy Yan <andy.yan@rock-chips.com>

[adapt include in rk1108-evb.dts to not introduce errors]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 95b840af
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
/dts-v1/; /dts-v1/;
#include "rk1108.dtsi" #include "rv1108.dtsi"
/ { / {
model = "Rockchip RK1108 Evaluation board"; model = "Rockchip RK1108 Evaluation board";
......
...@@ -47,7 +47,7 @@ / { ...@@ -47,7 +47,7 @@ / {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "rockchip,rk1108"; compatible = "rockchip,rv1108";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
...@@ -113,7 +113,7 @@ bus_intmem@10080000 { ...@@ -113,7 +113,7 @@ bus_intmem@10080000 {
}; };
uart2: serial@10210000 { uart2: serial@10210000 {
compatible = "rockchip,rk1108-uart", "snps,dw-apb-uart"; compatible = "rockchip,rv1108-uart", "snps,dw-apb-uart";
reg = <0x10210000 0x100>; reg = <0x10210000 0x100>;
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
reg-shift = <2>; reg-shift = <2>;
...@@ -127,7 +127,7 @@ uart2: serial@10210000 { ...@@ -127,7 +127,7 @@ uart2: serial@10210000 {
}; };
uart1: serial@10220000 { uart1: serial@10220000 {
compatible = "rockchip,rk1108-uart", "snps,dw-apb-uart"; compatible = "rockchip,rv1108-uart", "snps,dw-apb-uart";
reg = <0x10220000 0x100>; reg = <0x10220000 0x100>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
reg-shift = <2>; reg-shift = <2>;
...@@ -141,7 +141,7 @@ uart1: serial@10220000 { ...@@ -141,7 +141,7 @@ uart1: serial@10220000 {
}; };
uart0: serial@10230000 { uart0: serial@10230000 {
compatible = "rockchip,rk1108-uart", "snps,dw-apb-uart"; compatible = "rockchip,rv1108-uart", "snps,dw-apb-uart";
reg = <0x10230000 0x100>; reg = <0x10230000 0x100>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
reg-shift = <2>; reg-shift = <2>;
...@@ -155,17 +155,17 @@ uart0: serial@10230000 { ...@@ -155,17 +155,17 @@ uart0: serial@10230000 {
}; };
grf: syscon@10300000 { grf: syscon@10300000 {
compatible = "rockchip,rk1108-grf", "syscon"; compatible = "rockchip,rv1108-grf", "syscon";
reg = <0x10300000 0x1000>; reg = <0x10300000 0x1000>;
}; };
pmugrf: syscon@20060000 { pmugrf: syscon@20060000 {
compatible = "rockchip,rk1108-pmugrf", "syscon"; compatible = "rockchip,rv1108-pmugrf", "syscon";
reg = <0x20060000 0x1000>; reg = <0x20060000 0x1000>;
}; };
cru: clock-controller@20200000 { cru: clock-controller@20200000 {
compatible = "rockchip,rk1108-cru"; compatible = "rockchip,rv1108-cru";
reg = <0x20200000 0x1000>; reg = <0x20200000 0x1000>;
rockchip,grf = <&grf>; rockchip,grf = <&grf>;
#clock-cells = <1>; #clock-cells = <1>;
...@@ -173,7 +173,7 @@ cru: clock-controller@20200000 { ...@@ -173,7 +173,7 @@ cru: clock-controller@20200000 {
}; };
emmc: dwmmc@30110000 { emmc: dwmmc@30110000 {
compatible = "rockchip,rk1108-dw-mshc", "rockchip,rk3288-dw-mshc"; compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
clock-freq-min-max = <400000 150000000>; clock-freq-min-max = <400000 150000000>;
clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>, clocks = <&cru HCLK_EMMC>, <&cru SCLK_EMMC>,
<&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>; <&cru SCLK_EMMC_DRV>, <&cru SCLK_EMMC_SAMPLE>;
...@@ -185,7 +185,7 @@ emmc: dwmmc@30110000 { ...@@ -185,7 +185,7 @@ emmc: dwmmc@30110000 {
}; };
sdio: dwmmc@30120000 { sdio: dwmmc@30120000 {
compatible = "rockchip,rk1108-dw-mshc", "rockchip,rk3288-dw-mshc"; compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
clock-freq-min-max = <400000 150000000>; clock-freq-min-max = <400000 150000000>;
clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>, clocks = <&cru HCLK_SDIO>, <&cru SCLK_SDIO>,
<&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>; <&cru SCLK_SDIO_DRV>, <&cru SCLK_SDIO_SAMPLE>;
...@@ -197,7 +197,7 @@ sdio: dwmmc@30120000 { ...@@ -197,7 +197,7 @@ sdio: dwmmc@30120000 {
}; };
sdmmc: dwmmc@30130000 { sdmmc: dwmmc@30130000 {
compatible = "rockchip,rk1108-dw-mshc", "rockchip,rk3288-dw-mshc"; compatible = "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc";
clock-freq-min-max = <400000 100000000>; clock-freq-min-max = <400000 100000000>;
clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>, clocks = <&cru HCLK_SDMMC>, <&cru SCLK_SDMMC>,
<&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>; <&cru SCLK_SDMMC_DRV>, <&cru SCLK_SDMMC_SAMPLE>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment