Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6953af77 authored by Sebastian Hesselbarth's avatar Sebastian Hesselbarth Committed by Jason Cooper
Browse files

ARM: dove: add MBUS_ID macro to Dove DT



This adds a macro used for defining address window's target ID and
attribute cells for the MBus ranges entry.

Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent fbd99d51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
/include/ "skeleton.dtsi"

#define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))

/ {
	compatible = "marvell,dove";
	model = "Marvell Armada 88AP510 SoC";