Message ID | 20240912142451.2952633-1-karthikeyan@linumiz.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support Relfor Saib board which is based on Rockchip RV1109 SoC | expand |
On Thu, 12 Sep 2024 19:54:45 +0530, Karthikeyan Krishnasamy wrote: > Rockchip RV1109 is compatible with Rockchip RV1126. > In this series, adding required missing peripheral in > RV1126 and its pin mux. > > Relfor Saib board is equipped with 1GB of RAM and 4GB of eMMC > Pheripherals like Bluetooth 4.2, Wifi 5G, audio-codec, > ir transmitter and receiver, etc > > [...] Applied, thanks! [2/6] ARM: dts: rockchip: Add watchdog node for RV1126 commit: cbad02491459d64522852da07736ddc1f04cbaef [4/6] dt-bindings: vendor-prefixes: Add Relfor labs commit: d0c9f9b848d0ee57e785c393cd4d618b5753e68d [5/6] dt-bindings: arm: rockchip: Add Relfor Saib commit: c1386c02d5d457a1713c8e866102c4418a1c736c [6/6] ARM: dts: rockchip: Add Relfor Saib board commit: bdb2696ac5786ed3f43520e700347fe2152ea199 Best regards,
Rockchip RV1109 is compatible with Rockchip RV1126. In this series, adding required missing peripheral in RV1126 and its pin mux. Relfor Saib board is equipped with 1GB of RAM and 4GB of eMMC Pheripherals like Bluetooth 4.2, Wifi 5G, audio-codec, ir transmitter and receiver, etc Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com> --- Changes in v3: - Align to the comments - Rebased with master - Drop first 3 commit from v2, since it got applied - Link to v2: https://lore.kernel.org/all/20240903105245.715899-1-karthikeyan@linumiz.com Changes in v2: - Align to the comments - Rebased with master - Link to v1: https://lore.kernel.org/all/20240823153528.3863993-1-karthikeyan@linumiz.com --- Karthikeyan Krishnasamy (6): dt-bindings: watchdog: rockchip: Add rockchip,rv1126-wdt string ARM: dts: rockchip: Add watchdog node for RV1126 dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property dt-bindings: vendor-prefixes: Add Relfor labs dt-bindings: arm: rockchip: Add Relfor Saib ARM: dts: rockchip: Add Relfor Saib board .../devicetree/bindings/arm/rockchip.yaml | 5 + .../bindings/rtc/microcrystal,rv3028.yaml | 3 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + .../bindings/watchdog/snps,dw-wdt.yaml | 1 + arch/arm/boot/dts/rockchip/Makefile | 1 + .../boot/dts/rockchip/rv1109-relfor-saib.dts | 422 ++++++++++++++++++ arch/arm/boot/dts/rockchip/rv1126.dtsi | 8 + 7 files changed, 442 insertions(+) create mode 100644 arch/arm/boot/dts/rockchip/rv1109-relfor-saib.dts