All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/9] mpc85xx, dts, socrates: add u-boot specific dtsi
Date: Wed, 16 Oct 2019 05:55:48 +0200	[thread overview]
Message-ID: <20191016035554.3912054-4-hs@denx.de> (raw)
In-Reply-To: <20191016035554.3912054-1-hs@denx.de>

add u-boot specific dtsi file for socrates board.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

Changes in v2: None

 arch/powerpc/dts/socrates-u-boot.dtsi | 40 +++++++++++++++++++++++++++
 board/socrates/MAINTAINERS            |  1 +
 2 files changed, 41 insertions(+)
 create mode 100644 arch/powerpc/dts/socrates-u-boot.dtsi

diff --git a/arch/powerpc/dts/socrates-u-boot.dtsi b/arch/powerpc/dts/socrates-u-boot.dtsi
new file mode 100644
index 0000000000..14a7c245dc
--- /dev/null
+++ b/arch/powerpc/dts/socrates-u-boot.dtsi
@@ -0,0 +1,40 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Copyright (C) 2019
+ * Heiko Schocher, DENX Software Engineering, hs at denx.de
+ */
+/ {
+	binman {
+		filename = "u-boot-socrates.bin";
+		pad-byte = <0xff>;
+		// Place dtb one sector before u-boot-nodtb.bin
+		blob {
+			filename = "dts/dt.dtb";
+		};
+		u-boot-nodtb {
+			filename = "u-boot-nodtb.bin";
+			offset = <0x20000>;
+		};
+	};
+
+	chosen {
+		stdout-path = &serial0;
+	};
+
+	soc8544 at e0000000 {
+		i2c at 3000 {
+			u-boot,dm-pre-reloc;
+		};
+	};
+};
+
+&pci0 {
+	clock-frequency = <33000000>;
+	ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x20000000
+		  0x01000000 0x0 0xe2000000 0xe2000000 0x0 0x01000000>;
+};
+
+&serial0 {
+	u-boot,dm-pre-reloc;
+	clock-frequency = <333333330>;
+};
diff --git a/board/socrates/MAINTAINERS b/board/socrates/MAINTAINERS
index c5607fc342..2b27a73c18 100644
--- a/board/socrates/MAINTAINERS
+++ b/board/socrates/MAINTAINERS
@@ -5,3 +5,4 @@ F:	board/socrates/
 F:	include/configs/socrates.h
 F:	configs/socrates_defconfig
 F:	arch/powerpc/dts/socrates.dts
+F:	arch/powerpc/dts/socrates-u-boot.dtsi
-- 
2.21.0

  parent reply	other threads:[~2019-10-16  3:55 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-16  3:55 [U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 1/9] mpc85xx, socrates: suppress unknown flash warning Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 2/9] mpc85xx: add socrates dts from linux Heiko Schocher
2019-10-16  3:55 ` Heiko Schocher [this message]
2019-10-16  3:55 ` [U-Boot] [PATCH v2 4/9] mpc85xx, socrates: add DM support Heiko Schocher
2019-10-23 11:18   ` Priyanka Jain
2019-10-28  5:02     ` Heiko Schocher
2019-10-28  5:49       ` Heiko Schocher
2019-10-30 12:42         ` Heiko Schocher
2019-10-31  6:00           ` Priyanka Jain
2019-10-16  3:55 ` [U-Boot] [PATCH v2 5/9] mpc85xx, socrates: get rid of DM_USB warning Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 6/9] mpc85xx, socrates: disable VIDEO Heiko Schocher
2019-10-16  6:56   ` Priyanka Jain
2019-10-16  7:20     ` Heiko Schocher
2019-10-16 10:40       ` Heiko Schocher
2019-10-16 10:47         ` Priyanka Jain
2019-10-16 10:56           ` Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 7/9] mpc85xx, socrates: enable DM I2C Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 8/9] mpc85xx, socrates: enable DM serial Heiko Schocher
2019-10-16  3:55 ` [U-Boot] [PATCH v2 9/9] mpc85xx, socrates: add DM PCI support Heiko Schocher
2019-11-07  4:10 ` [U-Boot] [PATCH v2 0/9] powerpc: convert socrates board to DM Priyanka Jain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191016035554.3912054-4-hs@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.