mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 23:47:39 +07:00
mvebu dt64 for 4.19 (part 1)
Armada 3700 - Add default memory reservation for ATF - Add a node for AVS support Fix eth3 connector name on the Macchiatobin -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQQYqXDMF3cvSLY+g9cLBhiOFHI71QUCW0hwpQAKCRALBhiOFHI7 1WtcAKCGbi1l3gHxOT0WdMtx3vjxIlySYgCgknnIsyIO3uDuujsEOH9nGhzyDAo= =KfNs -----END PGP SIGNATURE----- Merge tag 'mvebu-dt64-4.19-1' of git://git.infradead.org/linux-mvebu into next/dt mvebu dt64 for 4.19 (part 1) Armada 3700 - Add default memory reservation for ATF - Add a node for AVS support Fix eth3 connector name on the Macchiatobin * tag 'mvebu-dt64-4.19-1' of git://git.infradead.org/linux-mvebu: arm64: dts: marvell: armada-37xx: reserve memory for ATF arm64: dts: marvell: armada-37xx: add the node allowing AVS support arm64: dts: marvell: mcbin: fix eth3 connector name Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
96a63ce040
@ -22,6 +22,21 @@ aliases {
|
||||
serial1 = &uart1;
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
|
||||
/*
|
||||
* The PSCI firmware region depicted below is the default one
|
||||
* and should be updated by the bootloader.
|
||||
*/
|
||||
psci-area@4000000 {
|
||||
reg = <0 0x4000000 0 0x200000>;
|
||||
no-map;
|
||||
};
|
||||
};
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -98,6 +113,12 @@ i2c1: i2c@11080 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
avs: avs@11500 {
|
||||
compatible = "marvell,armada-3700-avs",
|
||||
"syscon";
|
||||
reg = <0x11500 0x40>;
|
||||
};
|
||||
|
||||
uart0: serial@12000 {
|
||||
compatible = "marvell,armada-3700-uart";
|
||||
reg = <0x12000 0x200>;
|
||||
|
@ -91,7 +91,7 @@ sfp_eth1: sfp-eth1 {
|
||||
};
|
||||
|
||||
sfp_eth3: sfp-eth3 {
|
||||
/* CON3,4 - CPS lane 5 */
|
||||
/* CON13,14 - CPS lane 5 */
|
||||
compatible = "sff,sfp";
|
||||
i2c-bus = <&sfp_1g_i2c>;
|
||||
los-gpio = <&cp0_gpio2 22 GPIO_ACTIVE_HIGH>;
|
||||
|
Loading…
Reference in New Issue
Block a user