sec dts: Add rk3288 tb secure dts
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk3288-tb_sec.dts
1
2 #include "rk3288-tb_8846.dts"
3
4 / {
5        psci {
6                compatible      = "arm,psci";
7                method          = "smc";
8                cpu_suspend     = <0x84000001>;
9                cpu_off         = <0x84000002>;
10                cpu_on          = <0x84000003>;
11                migrate         = <0x84000005>;
12                 };
13                 
14                 ion {
15                         ion_drm: rockchip,ion-heap@5 { 
16                         compatible = "rockchip,ion-heap";
17                         rockchip,ion_heap = <5>;
18                         reg = <0x78000000 0x08000000 0x00400000>;
19                 };
20 };
21
22 };
23
24 &uart_dbg {
25                 status = "okay";
26                 dma-names = "!tx", "!rx";
27 };
28
29 &pdma0 {
30                 reg = <0xff600000 0x4000>;
31 };
32
33
34
35
36