diff options
| author | Tom Rini <trini@konsulko.com> | 2025-08-17 17:48:14 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2025-08-17 17:48:14 -0600 |
| commit | 6dee9a5b74972d18b0c554f31907dd0043b9e9f9 (patch) | |
| tree | a69878ec70ff447e2e50f5fc513584a669f17742 /arch/arm/dts | |
| parent | 0c558bbad9e7581808b358091d1fd979f860e8ac (diff) | |
| parent | c797d8bac9921208253242251b855e97107fba22 (diff) | |
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
Fixes for newer revision of Retronix R-Car V4H Sparrow Hawk and fixes
for boards which enable POSITION_INDEPENDENT and also set non-zero
CONFIG_TEXT_BASE.
Diffstat (limited to 'arch/arm/dts')
| -rw-r--r-- | arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi b/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi index c9f302799f1..dff0355150d 100644 --- a/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi +++ b/arch/arm/dts/r8a779g3-sparrow-hawk-u-boot.dtsi @@ -7,6 +7,13 @@ #include "r8a779g0-u-boot.dtsi" +&avb0_pins { + pins-vddq18-25-avb { + pins = "PIN_VDDQ_AVB0", "PIN_VDDQ_AVB1", "PIN_VDDQ_AVB2", "PIN_VDDQ_TSN0"; + power-source = <1800>; + }; +}; + /* Page 31 / FAN */ &gpio1 { pwm-fan-hog { @@ -44,7 +51,16 @@ &rpc { flash@0 { + /* + * EVTA1 is populated with Spansion S25FS512S + * EVTB1 is populated with Winbond W77Q51NW + */ + compatible = "jedec,spi-nor"; spi-tx-bus-width = <1>; spi-rx-bus-width = <1>; }; }; + +&vcc_sdhi { + states = <1800000 0>, <3300000 1>; +}; |
