mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
NNA: add NNA support on tm2 [1/1]
PD#SWPL-5623 Problem: tm2 not support NNA now. Solution: add NNA support. Verify: Verified on tm2_ab319 Change-Id: Ib41544d0ebeb3f25442692ac3365ad3a5fc5d4ab Signed-off-by: Cancan Chang <cancan.chang@amlogic.com>
This commit is contained in:
@@ -1279,7 +1279,23 @@
|
||||
pcie-ctrl-iso-shift = <20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
galcore {
|
||||
compatible = "amlogic, galcore";
|
||||
dev_name = "galcore";
|
||||
status = "disabled";
|
||||
interrupts = <0 147 4>;
|
||||
interrupt-names = "galcore";
|
||||
reg = <0xff100000 0x800
|
||||
/*reg base value:0xff100000 */
|
||||
0xff000000 0x400000
|
||||
/*Sram bse value:0xff000000*/
|
||||
0xff63c118 0x0
|
||||
0xff63c11c 0x0
|
||||
/*0xff63c118,0xff63c11c :nanoq mem regs*/
|
||||
0xffd01088 0x0
|
||||
/*0xffd01088:reset reg*/
|
||||
>;
|
||||
};
|
||||
sd_emmc_c: emmc@ffe07000 {
|
||||
status = "disabled";
|
||||
compatible = "amlogic, meson-mmc-tm2";
|
||||
|
||||
@@ -187,7 +187,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -184,7 +184,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -188,7 +188,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -185,7 +185,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -1258,7 +1258,23 @@
|
||||
pcie-ctrl-iso-shift = <20>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
galcore {
|
||||
compatible = "amlogic, galcore";
|
||||
dev_name = "galcore";
|
||||
status = "disabled";
|
||||
interrupts = <0 147 4>;
|
||||
interrupt-names = "galcore";
|
||||
reg = <0x0 0xff100000 0x0 0x800
|
||||
/*reg base value:0xff100000 */
|
||||
0x0 0xff000000 0x0 0x400000
|
||||
/*Sram bse value:0xff000000*/
|
||||
0x0 0xff63c118 0x0 0x0
|
||||
0x0 0xff63c11c 0x0 0x0
|
||||
/*0xff63c118,0xff63c11c :nanoq mem regs*/
|
||||
0x0 0xffd01088 0x0 0x0
|
||||
/*0xffd01088:reset reg*/
|
||||
>;
|
||||
};
|
||||
sd_emmc_c: emmc@ffe07000 {
|
||||
status = "disabled";
|
||||
compatible = "amlogic, meson-mmc-tm2";
|
||||
|
||||
@@ -183,7 +183,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -184,7 +184,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -185,7 +185,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
@@ -185,7 +185,9 @@
|
||||
linux,contiguous-region;
|
||||
};
|
||||
}; /* end of reserved-memory */
|
||||
|
||||
galcore {
|
||||
status = "okay";
|
||||
};
|
||||
codec_mm {
|
||||
compatible = "amlogic, codec, mm";
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user