mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 09:17:25 +07:00
![Nobuhiro Iwamatsu](/assets/img/avatar_default.png)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
/dts-v1/;
|
|
|
|
/include/ "kirkwood.dtsi"
|
|
/include/ "kirkwood-6282.dtsi"
|
|
|
|
/ {
|
|
model = "Plat'Home OpenBlocksA6";
|
|
compatible = "plathome,openblocks-a6", "marvell,kirkwood-88f6283", "marvell,kirkwood";
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x20000000>;
|
|
};
|
|
|
|
chosen {
|
|
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
|
};
|
|
|
|
ocp@f1000000 {
|
|
serial@12000 {
|
|
clock-frequency = <200000000>;
|
|
status = "ok";
|
|
};
|
|
|
|
serial@12100 {
|
|
clock-frequency = <200000000>;
|
|
status = "ok";
|
|
};
|
|
|
|
nand@3000000 {
|
|
chip-delay = <25>;
|
|
status = "okay";
|
|
|
|
partition@0 {
|
|
label = "uboot";
|
|
reg = <0x0 0x90000>;
|
|
};
|
|
|
|
partition@90000 {
|
|
label = "env";
|
|
reg = <0x90000 0x44000>;
|
|
};
|
|
|
|
partition@d4000 {
|
|
label = "test";
|
|
reg = <0xd4000 0x24000>;
|
|
};
|
|
|
|
partition@f4000 {
|
|
label = "conf";
|
|
reg = <0xf4000 0x400000>;
|
|
};
|
|
|
|
partition@4f4000 {
|
|
label = "linux";
|
|
reg = <0x4f4000 0x1d20000>;
|
|
};
|
|
|
|
partition@2214000 {
|
|
label = "user";
|
|
reg = <0x2214000 0x1dec000>;
|
|
};
|
|
};
|
|
|
|
sata@80000 {
|
|
nr-ports = <1>;
|
|
status = "okay";
|
|
};
|
|
|
|
i2c@11100 {
|
|
status = "okay";
|
|
|
|
s35390a: s35390a@30 {
|
|
compatible = "s35390a";
|
|
reg = <0x30>;
|
|
};
|
|
};
|
|
};
|
|
};
|