arm: dts: board: leave resources for uboot

Change-Id: Ie36c4e4b735b78aab89f8e8d1cc0045fde8fca74
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
This commit is contained in:
Jacob Chen
2017-02-21 09:03:03 +08:00
parent 4fd013e55c
commit ac6e6d50e9
2 changed files with 10 additions and 4 deletions

View File

@@ -424,10 +424,6 @@
status = "okay";
};
&uart1 {
status = "okay";
};
&uart2 {
status = "okay";
};

View File

@@ -266,6 +266,10 @@
dma-unusable@fe000000 {
reg = <0xfe000000 0x1000000>;
};
uboot@50000000 {
reg = <0x50000000 0x10000000>;
};
};
xin24m: oscillator {
@@ -1536,6 +1540,12 @@
interrupts = <GIC_PPI 9 0xf04>;
};
uboot {
compatible = "rockchip,uboot";
clocks = <&cru PCLK_TIMER>, <&cru SCLK_UART1>, <&cru PCLK_UART1>;
clock-names = "pclk_timer","uart1_sclk", "uart1_pclk";
};
pinctrl: pinctrl {
compatible = "rockchip,rk3288-pinctrl";
rockchip,grf = <&grf>;