mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 21:06:39 +07:00
42beb7628e
The recommended compatible string format, according to the ePAPR v1.1 standard, is "manufacturer,model". Change the xtensa cpu compatible strings to "cdns,xtensa-cpu". Also, change the boards compatible strings in a similar way. The pic compatible string will be dealt with in a separate patch. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
/dts-v1/;
|
|
/include/ "xtfpga.dtsi"
|
|
/include/ "xtfpga-flash-16m.dtsi"
|
|
|
|
/ {
|
|
compatible = "cdns,xtensa-ml605";
|
|
memory@0 {
|
|
device_type = "memory";
|
|
reg = <0x00000000 0x08000000>;
|
|
};
|
|
};
|