dts: Add gxm q201 dts

PD#156681: dts: Add gxm q201 dts for s912 bringup

Add gxm q201 dts

Change-Id: Idcd0ff7ded99c196e362d966062bcfb09d41a378
Signed-off-by: Zhiwei Gong <zhiwei.gong@amlogic.com>
This commit is contained in:
Zhiwei Gong
2017-11-21 10:20:46 +08:00
committed by Jianxin Pan
parent 25dada32d3
commit c5675521da
4 changed files with 2390 additions and 14 deletions

View File

@@ -13557,6 +13557,8 @@ F: Documentation/devicetree/bindings/amlogic/pwm-meson.txt
F: arch/arm64/boot/dts/amlogic/gxl_p212_2g.dts
F: arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts
F: arch/arm64/boot/dts/amlogic/gxm_q200_2g.dts
F: arch/arm64/boot/dts/amlogic/gxm_q201_1g.dts
F: arch/arm64/boot/dts/amlogic/gxm_q201_2g.dts
AMLOGIC multimedia
M: Nanxin Qin <nanxin.qin@amlogic.com>

View File

@@ -50,6 +50,14 @@
#size-cells = <2>;
ranges;
/* global autoconfigured region for contiguous allocations */
ramoops@0x07400000 {
compatible = "ramoops";
reg = <0x0 0x07400000 0x0 0x00100000>;
record-size = <0x8000>;
console-size = <0x8000>;
ftrace-size = <0x0>;
pmsg-size = <0x8000>;
};
secmon_reserved:linux,secmon {
compatible = "shared-dma-pool";
reusable;
@@ -111,7 +119,7 @@
};
/* POST PROCESS MANAGER */
ppmgr_reserved:linux,ppmgr {
compatible = "amlogic, ppmgr_memory";
compatible = "shared-dma-pool";
size = <0x0 0x0>;
};
@@ -145,6 +153,7 @@
status = "okay";
interrupt_pin = <&gpio GPIOX_7 GPIO_ACTIVE_HIGH>;
irq_trigger_type = "GPIO_IRQ_LOW";
dhd_static_buf;
power_on_pin = <&gpio GPIOX_6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&wifi_32k_pins>;
@@ -357,19 +366,21 @@
rb_detect = <1>;
};
nand_partitions:nand_partition{
boot{
offset=<0x0 0x300000>;
size=<0x0 0x800000>;
logo{
offset=<0x0 0x0>;
size=<0x0 0x200000>;
};
/*
*recovery{
* offset=<0x0 0xB00000>;
* size=<0x0 0xA00000>;
*};
*/
upgrade{
offset=<0x0 0xB00000>;
size=<0x0 0x5800000>;
recovery{
offset=<0x0 0x0>;
size=<0x0 0x1000000>;
};
boot{
offset=<0x0 0x0>;
size=<0x0 0xC00000>;
};
system{
offset=<0x0 0x0>;
size=<0x0 0xDC40000>;
};
data{
offset=<0xffffffff 0xffffffff>;
@@ -748,7 +759,6 @@
meson-fb {
compatible = "amlogic, meson-fb";
memory-region = <&logo_reserved>;
dev_name = "meson-fb";
status = "okay";
interrupts = <0 3 1

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff