GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
@@ -0,0 +1,6 @@
&IIC {
cs4265@4f {
compatible = "cirrus,cs4265";
reg = <0x0000004f>;
};
};
@@ -0,0 +1,6 @@
&IIC {
ds1339@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
};
};
@@ -0,0 +1,5 @@
&board_lbc {
ranges = <0x0 0x0 0xfe000000 0x00800000
0x1 0x0 0xe0600000 0x00003000
0x2 0x0 0xe0700000 0x00003000>;
};
@@ -0,0 +1,20 @@
&board_lbc {
flash@0,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0x0 0x0 0x100000>;
bank-width = <2>;
device-width = <1>;
u-boot@0 {
reg = <0x0 0x80000>;
};
env@80000 {
reg = <0x80000 0x10000>;
};
env1@90000 {
reg = <0x90000 0x10000>;
};
};
};