| .. | .. |
|---|
| 8 | 8 | |
|---|
| 9 | 9 | / { |
|---|
| 10 | 10 | chosen { |
|---|
| 11 | | - bootargs = "earlycon=uart8250,mmio32,0xff690000 vmalloc=496M rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait"; |
|---|
| 11 | + bootargs = "earlycon=uart8250,mmio32,0xff690000 console=ttyFIQ0 vmalloc=496M rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait"; |
|---|
| 12 | 12 | }; |
|---|
| 13 | 13 | |
|---|
| 14 | 14 | /delete-node/ dmc@ff610000; |
|---|
| .. | .. |
|---|
| 74 | 74 | }; |
|---|
| 75 | 75 | |
|---|
| 76 | 76 | reserved-memory { |
|---|
| 77 | | - ramoops_mem: ramoops@00000000 { |
|---|
| 77 | + ramoops_mem: ramoops@8000000 { |
|---|
| 78 | 78 | reg = <0x0 0x8000000 0x0 0xF0000>; |
|---|
| 79 | 79 | }; |
|---|
| 80 | 80 | |
|---|
| 81 | 81 | drm_logo: drm-logo@00000000 { |
|---|
| 82 | | - compatible = "rockchip,drm-logo"; |
|---|
| 82 | + compatible = "rockchip,drm-logo"; |
|---|
| 83 | 83 | reg = <0x0 0x0 0x0 0x0>; |
|---|
| 84 | 84 | }; |
|---|
| 85 | 85 | }; |
|---|
| .. | .. |
|---|
| 89 | 89 | interrupts = <GIC_SPI 155 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 90 | 90 | rockchip,serial-id = <2>; |
|---|
| 91 | 91 | rockchip,wake-irq = <0>; |
|---|
| 92 | | - /* If enable uart uses irq instead of fiq */ |
|---|
| 93 | | - rockchip,irq-mode-enable = <0>; |
|---|
| 92 | + rockchip,irq-mode-enable = <1>; /* If enable uart uses irq instead of fiq */ |
|---|
| 94 | 93 | rockchip,baudrate = <115200>; /* Only 115200 and 1500000 */ |
|---|
| 95 | 94 | pinctrl-names = "default"; |
|---|
| 96 | 95 | pinctrl-0 = <&uart2_xfer>; |
|---|
| 97 | | - }; |
|---|
| 98 | | - |
|---|
| 99 | | - psci { |
|---|
| 100 | | - compatible = "arm,psci-1.0"; |
|---|
| 101 | | - method = "smc"; |
|---|
| 102 | 96 | }; |
|---|
| 103 | 97 | |
|---|
| 104 | 98 | /delete-node/ timer@ff810000; |
|---|
| .. | .. |
|---|
| 158 | 152 | }; |
|---|
| 159 | 153 | }; |
|---|
| 160 | 154 | |
|---|
| 161 | | -&cpu0 { |
|---|
| 162 | | - enable-method = "psci"; |
|---|
| 163 | | -}; |
|---|
| 164 | | - |
|---|
| 165 | | -&cpu1 { |
|---|
| 166 | | - enable-method = "psci"; |
|---|
| 167 | | -}; |
|---|
| 168 | | - |
|---|
| 169 | | -&cpu2 { |
|---|
| 170 | | - enable-method = "psci"; |
|---|
| 171 | | -}; |
|---|
| 172 | | - |
|---|
| 173 | | -&cpu3 { |
|---|
| 174 | | - enable-method = "psci"; |
|---|
| 175 | | -}; |
|---|
| 176 | | - |
|---|
| 177 | 155 | &dmac_bus_s { |
|---|
| 178 | 156 | /* change to non-secure dmac */ |
|---|
| 179 | 157 | reg = <0x0 0xff600000 0x0 0x4000>; |
|---|
| .. | .. |
|---|
| 195 | 173 | status = "okay"; |
|---|
| 196 | 174 | }; |
|---|
| 197 | 175 | |
|---|
| 176 | +&iep { |
|---|
| 177 | + status = "okay"; |
|---|
| 178 | +}; |
|---|
| 179 | + |
|---|
| 180 | +&iep_mmu { |
|---|
| 181 | + status = "okay"; |
|---|
| 182 | +}; |
|---|
| 183 | + |
|---|
| 184 | +&rga { |
|---|
| 185 | + compatible = "rockchip,rga2"; |
|---|
| 186 | + clocks = <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA>; |
|---|
| 187 | + clock-names = "aclk_rga", "hclk_rga", "clk_rga"; |
|---|
| 188 | + status = "okay"; |
|---|
| 189 | +}; |
|---|
| 190 | + |
|---|
| 191 | +&rng { |
|---|
| 192 | + status = "okay"; |
|---|
| 193 | +}; |
|---|
| 194 | + |
|---|
| 198 | 195 | &uart2 { |
|---|
| 199 | 196 | status = "disabled"; |
|---|
| 200 | 197 | }; |
|---|