summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/apple/t8103-j274.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2021-10-27 15:35:53 +0200
committerArnd Bergmann <arnd@arndb.de>2021-10-27 15:35:55 +0200
commitc17c7cc775b31ab54e8cba05f9e7b16fd32dd84f (patch)
treeeea4d2f7b9cb78a216e04c5effd936dec525f118 /arch/arm64/boot/dts/apple/t8103-j274.dts
parentd584cdc9e8c66f8b6abb03ceeccda5e19ceaa21c (diff)
parente1bebf97815158f16da96f69e9d9bb891a4c69eb (diff)
Merge tag 'asahi-soc-dt-5.16-v2' of https://github.com/AsahiLinux/linux into arm/dt
Apple SoC DT updates for 5.16. Adds pinctrl and PCIe nodes. * tag 'asahi-soc-dt-5.16-v2' of https://github.com/AsahiLinux/linux: arm64: dts: apple: j274: Expose PCI node for the Ethernet MAC address arm64: dts: apple: t8103: Add root port interrupt routing arm64: dts: apple: t8103: Add PCIe DARTs arm64: apple: Add PCIe node arm64: apple: Add pinctrl nodes Link: https://lore.kernel.org/r/6d41b29c-dafa-9b0e-d9ff-fe01eb6dce82@marcan.st Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/apple/t8103-j274.dts')
-rw-r--r--arch/arm64/boot/dts/apple/t8103-j274.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apple/t8103-j274.dts b/arch/arm64/boot/dts/apple/t8103-j274.dts
index e0f6775b9878..33a80f9501dc 100644
--- a/arch/arm64/boot/dts/apple/t8103-j274.dts
+++ b/arch/arm64/boot/dts/apple/t8103-j274.dts
@@ -17,6 +17,7 @@
aliases {
serial0 = &serial0;
+ ethernet0 = &ethernet0;
};
chosen {
@@ -43,3 +44,25 @@
&serial0 {
status = "okay";
};
+
+/*
+ * Force the bus number assignments so that we can declare some of the
+ * on-board devices and properties that are populated by the bootloader
+ * (such as MAC addresses).
+ */
+&port00 {
+ bus-range = <1 1>;
+};
+
+&port01 {
+ bus-range = <2 2>;
+};
+
+&port02 {
+ bus-range = <3 3>;
+ ethernet0: pci@0,0 {
+ reg = <0x30000 0x0 0x0 0x0 0x0>;
+ /* To be filled by the loader */
+ local-mac-address = [00 10 18 00 00 00];
+ };
+};