GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
+6
@@ -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>;
|
||||
};
|
||||
+20
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user