-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' of git://source.denx.de/u-boot-sh into next
- New platforms and related support
- Loading branch information
Showing
35 changed files
with
1,486 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source for the Silicon Linux sub board for CAT874 (CAT875) | ||
* | ||
* Copyright (C) 2021 Renesas Electronics Corp. | ||
*/ | ||
|
||
/ { | ||
model = "Silicon Linux sub board for CAT874 (CAT875)"; | ||
|
||
aliases { | ||
ethernet0 = &avb; | ||
}; | ||
}; | ||
|
||
&avb { | ||
pinctrl-0 = <&avb_pins>; | ||
pinctrl-names = "default"; | ||
renesas,no-ether-link; | ||
phy-handle = <&phy0>; | ||
status = "okay"; | ||
|
||
phy0: ethernet-phy@0 { | ||
reg = <0>; | ||
interrupt-parent = <&gpio2>; | ||
interrupts = <21 IRQ_TYPE_LEVEL_LOW>; | ||
reset-gpios = <&gpio1 20 GPIO_ACTIVE_LOW>; | ||
}; | ||
}; | ||
|
||
&can0 { | ||
pinctrl-0 = <&can0_pins>; | ||
pinctrl-names = "default"; | ||
status = "okay"; | ||
}; | ||
|
||
&can1 { | ||
pinctrl-0 = <&can1_pins>; | ||
pinctrl-names = "default"; | ||
status = "okay"; | ||
}; | ||
|
||
&pciec0 { | ||
status = "okay"; | ||
}; | ||
|
||
&pfc { | ||
avb_pins: avb { | ||
mux { | ||
groups = "avb_mii"; | ||
function = "avb"; | ||
}; | ||
}; | ||
|
||
can0_pins: can0 { | ||
groups = "can0_data"; | ||
function = "can0"; | ||
}; | ||
|
||
can1_pins: can1 { | ||
groups = "can1_data"; | ||
function = "can1"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source for the HiHope RZ/G2N Rev.3.0/4.0 connected to | ||
* sub board | ||
* | ||
* Copyright (C) 2020 Renesas Electronics Corp. | ||
*/ | ||
|
||
#include "r8a774b1-hihope-rzg2n.dts" | ||
#include "hihope-rzg2-ex.dtsi" | ||
|
||
/ { | ||
model = "HopeRun HiHope RZ/G2N with sub board"; | ||
compatible = "hoperun,hihope-rzg2-ex", "hoperun,hihope-rzg2n", | ||
"renesas,r8a774b1"; | ||
}; | ||
|
||
/* Set SW43 = ON and SW1001[7] = OFF for SATA port to be activated */ | ||
&sata { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source extras for U-Boot for the Hihope RZ/G2N board | ||
* | ||
* Copyright (C) 2021 Renesas Electronics Corp. | ||
*/ | ||
|
||
#include "r8a774b1-hihope-rzg2n-ex.dts" | ||
#include "r8a774b1-u-boot.dtsi" | ||
|
||
&gpio3 { | ||
bt_reg_on{ | ||
gpio-hog; | ||
gpios = <13 GPIO_ACTIVE_HIGH>; | ||
output-low; | ||
line-name = "bt-reg-on"; | ||
}; | ||
}; | ||
|
||
&gpio4 { | ||
wlan_reg_on{ | ||
gpio-hog; | ||
gpios = <6 GPIO_ACTIVE_HIGH>; | ||
output-low; | ||
line-name = "wlan-reg-on"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source for the HiHope RZ/G2N main board Rev.3.0/4.0 | ||
* | ||
* Copyright (C) 2020 Renesas Electronics Corp. | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "r8a774b1.dtsi" | ||
#include "hihope-rev4.dtsi" | ||
|
||
/ { | ||
model = "HopeRun HiHope RZ/G2N main board based on r8a774b1"; | ||
compatible = "hoperun,hihope-rzg2n", "renesas,r8a774b1"; | ||
|
||
memory@48000000 { | ||
device_type = "memory"; | ||
/* first 128MB is reserved for secure area. */ | ||
reg = <0x0 0x48000000 0x0 0x78000000>; | ||
}; | ||
|
||
memory@480000000 { | ||
device_type = "memory"; | ||
reg = <0x4 0x80000000 0x0 0x80000000>; | ||
}; | ||
}; | ||
|
||
&du { | ||
clocks = <&cpg CPG_MOD 724>, | ||
<&cpg CPG_MOD 723>, | ||
<&cpg CPG_MOD 721>, | ||
<&versaclock5 1>, | ||
<&x302_clk>, | ||
<&versaclock5 2>; | ||
clock-names = "du.0", "du.1", "du.3", | ||
"dclkin.0", "dclkin.1", "dclkin.3"; | ||
}; | ||
|
||
&sdhi3 { | ||
mmc-hs400-1_8v; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Device Tree Source extras for U-Boot on RZ/G2 R8A774B1 SoC | ||
* | ||
* Copyright (C) 2021 Renesas Electronics Corp. | ||
*/ | ||
|
||
#include "r8a779x-u-boot.dtsi" | ||
|
||
&extalr_clk { | ||
u-boot,dm-pre-reloc; | ||
}; | ||
|
||
/delete-node/ &audma0; | ||
/delete-node/ &audma1; | ||
/delete-node/ &can0; | ||
/delete-node/ &can1; | ||
/delete-node/ &canfd; | ||
/delete-node/ &csi20; | ||
/delete-node/ &csi40; | ||
/delete-node/ &du; | ||
/delete-node/ &fcpf0; | ||
/delete-node/ &fcpvb0; | ||
/delete-node/ &fcpvd0; | ||
/delete-node/ &fcpvd1; | ||
/delete-node/ &fcpvi0; | ||
/delete-node/ &hdmi0; | ||
/delete-node/ &lvds0; | ||
/delete-node/ &rcar_sound; | ||
/delete-node/ &sdhi2; | ||
/delete-node/ &sound_card; | ||
/delete-node/ &vin0; | ||
/delete-node/ &vin1; | ||
/delete-node/ &vin2; | ||
/delete-node/ &vin3; | ||
/delete-node/ &vin4; | ||
/delete-node/ &vin5; | ||
/delete-node/ &vin6; | ||
/delete-node/ &vin7; | ||
/delete-node/ &vspb; | ||
/delete-node/ &vspd0; | ||
/delete-node/ &vspd1; | ||
/delete-node/ &vspi0; | ||
|
||
/ { | ||
/delete-node/ hdmi0-out; | ||
}; | ||
|
||
/ { | ||
soc { | ||
/delete-node/ fdp1@fe940000; | ||
}; | ||
}; |
Oops, something went wrong.